Type Alias orml_authority::module::NextTaskIndex

source ·
pub type NextTaskIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageNextTaskIndex<T>, ScheduleTaskIndex, ValueQuery>;
Expand description

Storage type is StorageValue with value type ScheduleTaskIndex.

Aliased Type§

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