pallet_tasks::pallet

Type Alias UATasksRemoveIndex

Source
pub type UATasksRemoveIndex<T: Config> = StorageMap<_GeneratedPrefixForStorageUATasksRemoveIndex<T>, Blake2_128Concat, NetworkId, Index, OptionQuery>;
Expand description

Map storage for the remove index of unassigned tasks.

Storage type is [StorageMap] with key type NetworkId and value type Index.

Aliased Typeยง

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