Type Alias AddressAssociations

Source
pub type AddressAssociations<T: Config> = StorageMap<_GeneratedPrefixForStorageAddressAssociations<T>, Blake2_128Concat, MainchainKeyHash, T::PartnerChainAddress, OptionQuery, GetDefault, GetDefault>;
Expand description

Storage of address association

Storage type is [StorageMap] with key type MainchainKeyHash and value type T :: PartnerChainAddress.

Aliased Typeยง

pub struct AddressAssociations<T: Config>(/* private fields */);