pub type ShardMembersOnline<T: Config> = StorageMap<_GeneratedPrefixForStorageShardMembersOnline<T>, Blake2_128Concat, ShardId, u16, ValueQuery>;
Expand description
Maps ShardId
to u16
indicating the number of online members in each shard.
Storage type is [StorageMap
] with key type ShardId
and value type u16
.
Aliased Typeยง
struct ShardMembersOnline<T: Config>(/* private fields */);