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 | |
| ZeroThreshold | |
| NotEnoughFriends | |
| MaxFriends | |
| NotSorted | |
| NotRecoverable | |
| AlreadyRecoverable | |
| AlreadyStarted | |
| NotStarted | |
| NotFriend | |
| DelayPeriod | |
| AlreadyVouched | |
| Threshold | |
| StillActive | |
| AlreadyProxy | |
| BadState |