pub type MapValue<T> = BoundedVec<u8, <T as Config>::MaxValueLength>;Expand description
Governed Map value type
Aliased Typeยง
pub struct MapValue<T>(/* private fields */);pub type MapValue<T> = BoundedVec<u8, <T as Config>::MaxValueLength>;Governed Map value type
pub struct MapValue<T>(/* private fields */);