amplify::confinement

Type Alias LargeBlob

Source
pub type LargeBlob = Confined<Vec<u8>, ZERO, U32>;
Expand description

Vec<u8> with maximum 2^32-1 characters.

Aliased Typeยง

struct LargeBlob(/* private fields */);