Type Alias TrieId

Source
pub type TrieId = BoundedVec<u8, ConstU32<128>>;
Expand description

pallet-contractsTrieId, i.e. BoundedVec<u8, ConstU32<128>>.

Aliased Type§

struct TrieId(/* private fields */);