Type Definition pallet_recovery::pallet::Recoverable
source · pub type Recoverable<T: Config> = StorageMap<_GeneratedPrefixForStorageRecoverable<T>, Twox64Concat, T::AccountId, RecoveryConfig<T::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, BoundedVec<<T as Config>::AccountId, <T as Config>::MaxFriends>>>;
Expand description
The set of recoverable accounts and their recovery configuration.