pallet_tasks::pallet

Type Alias OpsRemoveIndex

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

Map storage for the remove index of queued ops.

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

Aliased Typeยง

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