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