referrerpolicy=no-referrer-when-downgrade

Retries

Type Alias 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§

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