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