pub type ShardTaskCount<T: Config> = StorageMap<_GeneratedPrefixForStorageShardTaskCount<T>, Blake2_128Concat, ShardId, u32, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type ShardId
and value type u32
.
Aliased Typeยง
struct ShardTaskCount<T: Config>(/* private fields */);