Kusama
subscan
Runtime Modules / Recovery
Spec Version:
Events
Name
Lookup
Attributes
RecoveryCreated1b00["AccountId"]
RecoveryInitiated1b01["AccountId","AccountId"]
RecoveryVouched1b02["AccountId","AccountId","AccountId"]
RecoveryClosed1b03["AccountId","AccountId"]
AccountRecovered1b04["AccountId","AccountId"]
RecoveryRemoved1b05["AccountId"]
Storage Functions
Name
Type
Recoverable{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_recovery:RecoveryConfig","keys_id":0,"value_id":734}}
ActiveRecoveries{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","AccountId"],"value":"pallet_recovery:ActiveRecovery","keys_id":728,"value_id":736}}
Proxy{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"AccountId","keys_id":0,"value_id":0}}
Constants
Name
Type
Value
ConfigDepositBaseU12804821bce260000000000000000000000
FriendDepositFactorU1289a2669e1030000000000000000000000
MaxFriendsU3209000000
RecoveryDepositU12804821bce260000000000000000000000
Error Types
Name
Docs
NotAllowedUser is not allowed to make a call on behalf of this account
ZeroThresholdThreshold must be greater than zero
NotEnoughFriendsFriends list must be greater than zero and threshold
MaxFriendsFriends list must be less than max friends
NotSortedFriends list must be sorted and free of duplicates
NotRecoverableThis account is not set up for recovery
AlreadyRecoverableThis account is already set up for recovery
AlreadyStartedA recovery process has already started for this account
NotStartedA recovery process has not started for this rescuer
NotFriendThis account is not a friend who can vouch
DelayPeriodThe friend must wait until the delay period to vouch for this recovery
AlreadyVouchedThis user has already vouched for this recovery
ThresholdThe threshold for recovering this account has not been met
StillActiveThere are still active recovery attempts that need to be closed
AlreadyProxyThis account is already set up for recovery
BadStateSome internal state is broken.