pub type TaskIdCounter<T: Config> = StorageValue<_GeneratedPrefixForStorageTaskIdCounter<T>, u64, ValueQuery>;
Expand description
Storage for task ID counter.
Storage type is [StorageValue
] with value type u64
.
Aliased Typeยง
struct TaskIdCounter<T: Config>(/* private fields */);