Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_stage | ff00 | 1 | |
| schedule_migration | ff01 | 4 | |
| start_data_migration | ff02 | - | |
| receive_query_response | ff03 | 2 | |
| resend_xcm | ff04 | 1 | |
| set_unprocessed_msg_buffer | ff05 | 1 | |
| set_ah_ump_queue_priority | ff06 | 1 | |
| set_manager | ff07 | 1 | |
| send_xcm_message | ff08 | 2 | |
| preserve_accounts | ff09 | 1 | |
| set_canceller | ff0a | 1 | |
| pause_migration | ff0b | - | |
| cancel_migration | ff0c | - | |
| vote_manager_multisig | ff0d | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| StageTransition | ff00 | ["MigrationStageOf","MigrationStageOf"] | |
| AssetHubMigrationStarted | ff01 | ||
| AssetHubMigrationFinished | ff02 | ||
| QueryResponseReceived | ff03 | ["u64","MaybeErrorCode"] | |
| XcmResendAttempt | ff04 | ["u64","Option<SendError>"] | |
| UnprocessedMsgBufferSet | ff05 | ["u32","u32"] | |
| AhUmpQueuePrioritySet | ff06 | ["bool","BlockNumberFor","BlockNumberFor"] | |
| AhUmpQueuePriorityConfigSet | ff07 | ["AhUmpQueuePriority<BlockNumberFor>","AhUmpQueuePriority<BlockNumberFor>"] | |
| MigratedBalanceRecordSet | ff08 | ["Balance","Balance"] | |
| MigratedBalanceConsumed | ff09 | ["Balance","Balance"] | |
| ManagerSet | ff0a | ["Option<AccountId>","Option<AccountId>"] | |
| XcmSent | ff0b | ["Location","Location","Xcm<()>","XcmHash"] | |
| StakingElectionsPaused | ff0c | ||
| AccountsPreserved | ff0d | ["Vec<AccountId>"] | |
| CancellerSet | ff0e | ["Option<AccountId>","Option<AccountId>"] | |
| MigrationPaused | ff0f | ["MigrationStageOf"] | |
| MigrationCancelled | ff10 | ||
| PureAccountsIndexed | ff11 | ["u32"] | |
| ManagerMultisigDispatched | ff12 | ["DispatchResult"] | |
| ManagerMultisigVoted | ff13 | ["u32"] |
Name | Type | |
|---|---|---|
| RcMigrationStage | {"origin":"PlainType","plain_type":"pallet_rc_migrator:MigrationStage","PlainTypeValue":503} | |
| RcAccounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_rc_migrator:accounts:AccountState","keys_id":0,"value_id":1026}} | |
| CounterForRcAccounts | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| RcMigratedBalance | {"origin":"PlainType","plain_type":"pallet_rc_migrator:accounts:MigratedBalances","PlainTypeValue":1027} | |
| RcMigratedBalanceArchive | {"origin":"PlainType","plain_type":"pallet_rc_migrator:accounts:MigratedBalances","PlainTypeValue":1027} | |
| PendingXcmMessages | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"Vec<staging_xcm:v5:Instruction@440>","keys_id":13,"value_id":438}} | |
| CounterForPendingXcmMessages | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PureProxyCandidatesMigrated | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":8}} | |
| PendingXcmQueries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"H256","keys_id":12,"value_id":13}} | |
| UnprocessedMsgBuffer | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| AhUmpQueuePriorityConfig | {"origin":"PlainType","plain_type":"pallet_rc_migrator:types:QueuePriority","PlainTypeValue":552} | |
| Manager | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| Canceller | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| MigrationStartBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| MigrationEndBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| WarmUpPeriod | {"origin":"PlainType","plain_type":"frame_support:traits:schedule:DispatchTime","PlainTypeValue":166} | |
| CoolOffPeriod | {"origin":"PlainType","plain_type":"frame_support:traits:schedule:DispatchTime","PlainTypeValue":166} | |
| ManagerMultisigs | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Call"],"value":"Vec<sp_runtime:MultiSigner>","keys_id":100,"value_id":1028}} | |
| ManagerMultisigRound | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Docs |
|---|---|
| Unreachable | |
| OutOfWeight | |
| XcmError | Failed to send XCM message to AH. |
| FailedToWithdrawAccount | Failed to withdraw account from RC for migration to AH. |
| PastBlockNumber | Indicates that the specified block number is in the past. |
| EraEndsTooSoon | Indicates that there is not enough time for staking to lock.Schedule the migration at least two sessions before the current era ends. |
| BalanceOverflow | Balance accounting overflow. |
| BalanceUnderflow | Balance accounting underflow. |
| InvalidQueryResponse | The query response is invalid. |
| QueryNotFound | The xcm query was not found. |
| XcmSendError | Failed to send XCM message. |
| UnreachableStage | The migration stage is not reachable from the current stage. |
| InvalidParameter | Invalid parameter. |
| AhUmpQueuePriorityAlreadySet | The AH UMP queue priority configuration is already set. |
| AccountReferenced | The account is referenced by some other pallet. It might have freezes or holds. |
| BadXcmVersion | The XCM version is invalid. |
| InvalidOrigin | The origin is invalid. |
| InvalidStageTransition | The stage transition is invalid. |