pallet_tasks::pallet

Type Alias OpsInsertIndex

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

Map storage for the insert index of queued ops.

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

Aliased Typeยง

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