referrerpolicy=no-referrer-when-downgrade

MyMap

Type Alias MyMap 

Source
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 */);