pub type Salt = LimitedVec<u8, PayloadSizeError, MAX_PAYLOAD_SIZE>;
Expand description
Salt type for init message.
Aliased Type§
struct Salt(/* private fields */);
pub type Salt = LimitedVec<u8, PayloadSizeError, MAX_PAYLOAD_SIZE>;
Salt type for init message.
struct Salt(/* private fields */);