pallet_networks::pallet

Type Alias NetworkShardThreshold

Source
pub type NetworkShardThreshold<T: Config> = StorageMap<_GeneratedPrefixForStorageNetworkShardThreshold<T>, Blake2_128Concat, NetworkId, u16, OptionQuery>;
Expand description

Map storage for shard threshold.

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

Aliased Typeยง

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