Name | Lookup | Parameters | |
---|---|---|---|
as_recovered | 1200 | 2 | |
set_recovered | 1201 | 2 | |
create_recovery | 1202 | 3 | |
initiate_recovery | 1203 | 1 | |
vouch_recovery | 1204 | 2 | |
claim_recovery | 1205 | 1 | |
close_recovery | 1206 | 1 | |
remove_recovery | 1207 | - | |
cancel_recovered | 1208 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
RecoveryCreated | 0b00 | ||
RecoveryInitiated | 0b01 | ||
RecoveryVouched | 0b02 | ||
RecoveryClosed | 0b03 | ||
AccountRecovered | 0b04 | ||
RecoveryRemoved | 0b05 |
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}} |
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 |
Overflow | There was an overflow in a calculation |
AlreadyProxy | This account is already set up for recovery |