pub type MapKey<T> = BoundedString<<T as Config>::MaxKeyLength>;
Expand description
Governed Map key type
Aliased Typeยง
pub struct MapKey<T>(/* private fields */);
pub type MapKey<T> = BoundedString<<T as Config>::MaxKeyLength>;
Governed Map key type
pub struct MapKey<T>(/* private fields */);