pub type UATasksInsertIndex<T: Config> = StorageMap<_GeneratedPrefixForStorageUATasksInsertIndex<T>, Blake2_128Concat, NetworkId, Index, OptionQuery>;
Expand description
Map storage for the insert index of unassigned tasks.
Storage type is [StorageMap
] with key type NetworkId
and value type Index
.
Aliased Typeยง
struct UATasksInsertIndex<T: Config>(/* private fields */);