pub type NetworkShards<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageNetworkShards<T>, Blake2_128Concat, NetworkId, Blake2_128Concat, ShardId, (), OptionQuery>;
Expand description
Double map storage for network shards.
Storage type is [StorageDoubleMap
] with key1 type NetworkId, key2 type ShardId and value type ().
Aliased Typeยง
struct NetworkShards<T: Config>(/* private fields */);