pub type Recoverable<T: Config> = StorageMap<_GeneratedPrefixForStorageRecoverable<T>, Twox64Concat, T::AccountId, RecoveryConfig<BlockNumberFromProviderOf<T>, BalanceOf<T>, FriendsOf<T>>>;
Expand description
The set of recoverable accounts and their recovery configuration.
Storage type is [StorageMap
] with key type T :: AccountId
and value type RecoveryConfig < BlockNumberFromProviderOf < T > , BalanceOf < T > , FriendsOf < T > >
.
Aliased Type§
struct Recoverable<T: Config>(/* private fields */);