Type Alias amplify::confinement::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 */);