Name | Lookup | Parameters | |
|---|---|---|---|
| unreserve_lease_deposit | fe00 | 3 | |
| withdraw_crowdloan_contribution | fe01 | 3 | |
| unreserve_crowdloan_reserve | fe02 | 3 | |
| migrate_parachain_sovereign_acc | fe03 | 2 | |
| migrate_parachain_sovereign_derived_acc | fe05 | 3 | |
| force_unreserve | fe04 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| LeaseUnreserveRemaining | fe00 | ["AccountId","ParaId","BalanceOf"] | |
| CrowdloanUnreserveRemaining | fe01 | ["AccountId","ParaId","BalanceOf"] | |
| SovereignMigrated | fe02 | ["ParaId","AccountId","AccountId","Option<DerivationIndex>"] | |
| HoldPlaced | fe03 | ["AccountId","BalanceOf","RuntimeHoldReason"] | |
| HoldReleased | fe04 | ["AccountId","BalanceOf","RuntimeHoldReason"] |
Name | Type | |
|---|---|---|
| RcLeaseReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"U128","keys_id":854,"value_id":6}} | |
| RcCrowdloanContribution | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"Tuple:AccountIdU128","keys_id":854,"value_id":419}} | |
| RcCrowdloanReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U16","AccountId"],"value":"U128","keys_id":854,"value_id":6}} |
Name | Docs |
|---|---|
| NoLeaseReserve | Either no lease deposit or already unreserved. |
| NoCrowdloanContribution | Either no crowdloan contribution or already withdrawn. |
| NoCrowdloanReserve | Either no crowdloan reserve or already unreserved. |
| FailedToWithdrawCrowdloanContribution | Failed to withdraw crowdloan contribution. |
| NotYet | Block number is not yet reached. |
| ContributionsRemaining | Not all contributions are withdrawn. |
| WrongSovereignTranslation | Passed account IDs are not matching unmigrated child and sibling accounts. |
| WrongDerivedTranslation | The account is not a derived account. |
| NotSovereign | Account cannot be migrated since it is not a sovereign parachain account. |
| InternalError | Internal error, please bug report. |
| WouldReap | The migrated account would get reaped in the process. |
| FailedToPutHold | Failed to put a hold on an account. |
| FailedToReleaseHold | Failed to release a hold from an account. |
| FailedToThaw | Failed to thaw a frozen balance. |
| FailedToSetFreeze | Failed to set a freeze on an account. |
| FailedToTransfer | Failed to transfer a balance. |
| FailedToReserve | Failed to reserve a balance. |
| CannotUnreserve | Failed to unreserve the full balance. |
| AccountIdentical | The from and to accounts are identical. |