pub type ContractInfoOf<T> = StorageMap<ContractInfoOf_Storage_Instance<T>, Identity, H160, ContractInfo<T>>;Expand description
The storage item that is being migrated from.
Aliased Type§
struct ContractInfoOf<T>(/* private fields */);pub type ContractInfoOf<T> = StorageMap<ContractInfoOf_Storage_Instance<T>, Identity, H160, ContractInfo<T>>;The storage item that is being migrated from.
struct ContractInfoOf<T>(/* private fields */);