Name | Lookup | Parameters | |
|---|---|---|---|
| as_recovered | 1900 | 2 | |
| set_recovered | 1901 | 2 | |
| create_recovery | 1902 | 3 | |
| initiate_recovery | 1903 | 1 | |
| vouch_recovery | 1904 | 2 | |
| claim_recovery | 1905 | 1 | |
| close_recovery | 1906 | 1 | |
| remove_recovery | 1907 | - | |
| cancel_recovered | 1908 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RecoveryCreated | 1900 | ||
| RecoveryInitiated | 1901 | ||
| RecoveryVouched | 1902 | ||
| RecoveryClosed | 1903 | ||
| AccountRecovered | 1904 | ||
| RecoveryRemoved | 1905 |
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 | Type | Value | |
|---|---|---|---|
| ConfigDepositBase | BalanceOf | 0x005039278c0400000000000000000000 | |
| FriendDepositFactor | BalanceOf | 0x0088526a740000000000000000000000 | |
| MaxFriends | u16 | 0x0900 | |
| RecoveryDeposit | BalanceOf | 0x005039278c0400000000000000000000 |
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 |