Name | Lookup | Parameters | |
|---|---|---|---|
| as_recovered | 2000 | 2 | |
| set_recovered | 2001 | 2 | |
| create_recovery | 2002 | 3 | |
| initiate_recovery | 2003 | 1 | |
| vouch_recovery | 2004 | 2 | |
| claim_recovery | 2005 | 1 | |
| close_recovery | 2006 | 1 | |
| remove_recovery | 2007 | - | |
| cancel_recovered | 2008 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RecoveryCreated | 2000 | ["AccountId"] | |
| RecoveryInitiated | 2001 | ["AccountId","AccountId"] | |
| RecoveryVouched | 2002 | ["AccountId","AccountId","AccountId"] | |
| RecoveryClosed | 2003 | ["AccountId","AccountId"] | |
| AccountRecovered | 2004 | ["AccountId","AccountId"] | |
| RecoveryRemoved | 2005 | ["AccountId"] |
Name | Type | |
|---|---|---|
| Recoverable | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_recovery:RecoveryConfig","keys_id":0,"value_id":440}} | |
| ActiveRecoveries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","AccountId"],"value":"pallet_recovery:ActiveRecovery","keys_id":442,"value_id":443}} | |
| Proxy | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"AccountId","keys_id":0,"value_id":0}} |
Name | Type | Value | |
|---|---|---|---|
| ConfigDepositBase | U128 | 00e87648170000000000000000000000 | |
| FriendDepositFactor | U128 | 00e40b54020000000000000000000000 | |
| MaxFriends | U32 | 09000000 | |
| RecoveryDeposit | U128 | 00e87648170000000000000000000000 |
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. |