referrerpolicy=no-referrer-when-downgrade

ContractInfoOf

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§

pub struct ContractInfoOf<T>(/* private fields */);