Type Definition pallet_recovery::pallet::Recoverable [−][src]
type Recoverable<T: Config> = StorageMap<_GeneratedPrefixForStorageRecoverable<T>, Twox64Concat, T::AccountId, RecoveryConfig<T::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::AccountId>>;
Expand description
The set of recoverable accounts and their recovery configuration.