Type Alias amplify::confinement::SmallBlob

source ·
pub type SmallBlob = Confined<Vec<u8>, ZERO, U16>;
Expand description

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

Aliased Type§

struct SmallBlob(/* private fields */);