pallet_networks::pallet

Type Alias Networks

Source
pub type Networks<T: Config> = StorageMap<_GeneratedPrefixForStorageNetworks<T>, Twox64Concat, NetworkId, NetworkId, OptionQuery>;
Expand description

Workaround for subxt not supporting iterating over the decoded keys.

Storage type is [StorageMap] with key type NetworkId and value type NetworkId.

Aliased Typeยง

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