referrerpolicy=no-referrer-when-downgrade
pallet_recovery::pallet

Type Alias ActiveRecoveries

Source
pub type ActiveRecoveries<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageActiveRecoveries<T>, Twox64Concat, T::AccountId, Twox64Concat, T::AccountId, ActiveRecovery<BlockNumberFromProviderOf<T>, BalanceOf<T>, FriendsOf<T>>>;
Expand description

Active recovery attempts.

First account is the account to be recovered, and the second account is the user trying to recover the account.

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type T :: AccountId and value type ActiveRecovery < BlockNumberFromProviderOf < T > , BalanceOf < T > , FriendsOf < T > >.

Aliased Type§

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