pub type NetworkGatewayAddress<T: Config> = StorageMap<_GeneratedPrefixForStorageNetworkGatewayAddress<T>, Blake2_128Concat, NetworkId, Address32, OptionQuery>;Expand description
Map storage for network gateways.
Storage type is [StorageMap] with key type NetworkId and value type Address32.
Aliased Typeยง
struct NetworkGatewayAddress<T: Config>(/* private fields */);