pub type TrieId = BoundedVec<u8, ConstU32<128>>;
pallet-contracts’ TrieId, i.e. BoundedVec<u8, ConstU32<128>>.
pallet-contracts
TrieId
BoundedVec<u8, ConstU32<128>>
struct TrieId(/* private fields */);