referrerpolicy=no-referrer-when-downgrade

Attempt

Type Alias Attempt 

Source
pub type Attempt<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAttempt<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, FriendGroupIndex, (AttemptOf<T>, AttemptTicketOf<T>, SecurityDepositOf<T>)>;
Expand description

Ongoing recovery attempts of a lost account indexed by (lost, friend_group).

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type FriendGroupIndex and value type (AttemptOf < T > , AttemptTicketOf < T > , SecurityDepositOf < T >).

Aliased Type§

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