Type Definition pallet_xdns::pallet::Gateways

source ·
pub type Gateways<T: Config> = StorageMap<_GeneratedPrefixForStorageGateways<T>, Identity, TargetId, GatewayRecord<T::AccountId>, OptionQuery>;
Expand description

Storage type is [StorageMap] with key type TargetId and value type GatewayRecord < T :: AccountId >.