Name | Lookup | Parameters | |
|---|---|---|---|
| as_recovered | 1b00 | 2 | |
| set_recovered | 1b01 | 2 | |
| create_recovery | 1b02 | 3 | |
| initiate_recovery | 1b03 | 1 | |
| vouch_recovery | 1b04 | 2 | |
| claim_recovery | 1b05 | 1 | |
| close_recovery | 1b06 | 1 | |
| remove_recovery | 1b07 | - | |
| cancel_recovered | 1b08 | 1 | |
| poke_deposit | 1b09 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RecoveryCreated | 1b00 | ["AccountId"] | |
| RecoveryInitiated | 1b01 | ["AccountId","AccountId"] | |
| RecoveryVouched | 1b02 | ["AccountId","AccountId","AccountId"] | |
| RecoveryClosed | 1b03 | ["AccountId","AccountId"] | |
| AccountRecovered | 1b04 | ["AccountId","AccountId"] | |
| RecoveryRemoved | 1b05 | ["AccountId"] | |
| DepositPoked | 1b06 | ["AccountId","DepositKind","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| Recoverable | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_recovery:RecoveryConfig","keys_id":0,"value_id":782}} | |
| ActiveRecoveries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","AccountId"],"value":"pallet_recovery:ActiveRecovery","keys_id":541,"value_id":784}} | |
| 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 | 04821bce260000000000000000000000 | |
| FriendDepositFactor | U128 | 9a2669e1030000000000000000000000 | |
| MaxFriends | U32 | 09000000 | |
| RecoveryDeposit | U128 | 04821bce260000000000000000000000 |
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. |