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 |
Name | Lookup | Attributes | |
|---|---|---|---|
| LeaseUnreserveRemaining | fe00 | ["AccountId","ParaId","BalanceOf"] | |
| CrowdloanUnreserveRemaining | fe01 | ["AccountId","ParaId","BalanceOf"] | |
| SovereignMigrated | fe02 | ["ParaId","AccountId","AccountId","Option<DerivationIndex>"] |
Name | Type | |
|---|---|---|
| RcLeaseReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"U128","keys_id":998,"value_id":6}} | |
| RcCrowdloanContribution | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"Tuple:AccountIdU128","keys_id":998,"value_id":409}} | |
| RcCrowdloanReserve | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Twox64Concat"],"key_vec":["U32","U32","AccountId"],"value":"U128","keys_id":998,"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. |