Kusama
subscan
Runtime Modules / Recovery
Spec Version:
Storage Functions
Name
Type
Recoverable{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"RecoveryConfig<BlockNumber, BalanceOf, AccountId>","isLinked":false}}
ActiveRecoveries{"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"AccountId","hasher":"Twox64Concat","key2Hasher":"Twox64Concat","value":"ActiveRecovery<BlockNumber, BalanceOf, AccountId>","isLinked":false}}
Proxy{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"AccountId","isLinked":false}}
Constants
Name
Type
Value
ConfigDepositBaseBalanceOf0x042669e1030000000000000000000000
FriendDepositFactorBalanceOf0x9a505763000000000000000000000000
MaxFriendsu160x0900
RecoveryDepositBalanceOf0x042669e1030000000000000000000000
Error Types
Name
Docs
NotAllowed User is not allowed to make a call on behalf of this account
ZeroThreshold Threshold must be greater than zero
NotEnoughFriends Friends list must be greater than zero and threshold
MaxFriends Friends list must be less than max friends
NotSorted Friends list must be sorted and free of duplicates
NotRecoverable This account is not set up for recovery
AlreadyRecoverable This account is already set up for recovery
AlreadyStarted A recovery process has already started for this account
NotStarted A recovery process has not started for this rescuer
NotFriend This account is not a friend who can vouch
DelayPeriod The friend must wait until the delay period to vouch for this recovery
AlreadyVouched This user has already vouched for this recovery
Threshold The threshold for recovering this account has not been met
StillActive There are still active recovery attempts that need to be closed
AlreadyProxy This account is already set up for recovery
BadState Some internal state is broken.