referrerpolicy=no-referrer-when-downgrade

Type Alias ContractInfoOf

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