Type Alias pallet_gear_gas::pallet::GasNodes
source · pub type GasNodes<T> = StorageMap<_GeneratedPrefixForStorageGasNodes<T>, Identity, Key, NodeOf<T>>;
Expand description
Storage type is [StorageMap
] with key type Key
and value type NodeOf < T >
.
Aliased Type§
struct GasNodes<T>(/* private fields */);