pub type MyMap<T> = StorageMap<MyMap_Storage_Instance<T>, Blake2_128Concat, u32, u32>;Expand description
The storage item that is being migrated from.
Aliased Type§
pub struct MyMap<T>(/* private fields */);pub type MyMap<T> = StorageMap<MyMap_Storage_Instance<T>, Blake2_128Concat, u32, u32>;The storage item that is being migrated from.
pub struct MyMap<T>(/* private fields */);