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