Name | Lookup | Parameters | |
|---|---|---|---|
| unreserve_lease_deposit | fe00 | 3 | |
| withdraw_crowdloan_contribution | fe01 | 3 | |
| unreserve_crowdloan_reserve | fe02 | 3 | |
| transfer_to_post_migration_treasury | fe03 | 1 | |
| translate_para_sovereign_child_to_sibling_derived | fe04 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| LeaseUnreserveRemaining | fe00 | ["AccountId","ParaId","BalanceOf"] | |
| CrowdloanUnreserveRemaining | fe01 | ["AccountId","ParaId","BalanceOf"] | |
| SovereignMigrated | fe02 | ["u16","AccountId","AccountId","Vec<u16>"] | |
| FailedToBond | fe03 | ["AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| RcLeaseReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"U128","keys_id":942,"value_id":6}} | |
| RcCrowdloanContribution | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"Tuple:AccountIdU128","keys_id":942,"value_id":439}} | |
| RcCrowdloanReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"U128","keys_id":942,"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. |
| 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. |
| MigrationNotCompleted | The Asset Hub migration is not completed. |
| ZeroBalance | The balance is zero. |
| FailedToTransfer | Failed to transfer balance. |
| AlreadyTranslated | The account has already been translated. |
| TooLongDerivationPath | The derivation path is too long. |
| FailedToForceUnstake | Failed to force unstake. |