Type Alias pallet_scheduler::pallet::Retries

source ·
pub type Retries<T: Config> = StorageMap<_GeneratedPrefixForStorageRetries<T>, Blake2_128Concat, TaskAddress<BlockNumberFor<T>>, RetryConfig<BlockNumberFor<T>>, OptionQuery>;
Expand description

Retry configurations for items to be executed, indexed by task address.

Storage type is [StorageMap] with key type TaskAddress < BlockNumberFor < T > > and value type RetryConfig < BlockNumberFor < T > >.

Aliased Type§

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