Name | Lookup | Parameters | |
---|---|---|---|
receive_accounts | ff00 | 1 | |
receive_multisigs | ff01 | 1 | |
receive_proxy_proxies | ff02 | 1 | |
receive_proxy_announcements | ff03 | 1 | |
receive_preimage_chunks | ff04 | 1 | |
receive_preimage_request_status | ff05 | 1 | |
receive_preimage_legacy_status | ff06 | 1 | |
receive_nom_pools_messages | ff07 | 1 | |
receive_vesting_schedules | ff08 | 1 | |
receive_fast_unstake_messages | ff09 | 1 | |
receive_referenda_values | ff0a | 3 | |
receive_referendums | ff0b | 1 | |
receive_bags_list_messages | ff0d | 1 | |
receive_scheduler_messages | ff0e | 1 | |
receive_indices | ff0f | 1 | |
receive_conviction_voting_messages | ff10 | 1 | |
receive_asset_rates | ff12 | 1 | |
receive_referenda_metadata | ff14 | 1 | |
receive_scheduler_agenda_messages | ff16 | 1 | |
receive_staking_messages | ff1e | 1 | |
force_set_stage | ff64 | 1 | |
start_migration | ff65 | - | |
finish_migration | ff6e | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
StageTransition | ff00 | ["MigrationStage","MigrationStage"] | |
BatchReceived | ff01 | ["PalletEventName","u32"] | |
BatchProcessed | ff02 | ["PalletEventName","u32","u32"] | |
AssetHubMigrationStarted | ff03 | ||
AssetHubMigrationFinished | ff04 |
Name | Type | |
---|---|---|
RcAccounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_rc_migrator:accounts:Account","keys_id":0,"value_id":482}} | |
AhMigrationStage | {"origin":"PlainType","plain_type":"pallet_ah_migrator:MigrationStage","PlainTypeValue":624} | |
DmpDataMessageCounts | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":38} | |
AhBalancesBefore | {"origin":"PlainType","plain_type":"pallet_ah_migrator:BalancesBefore","PlainTypeValue":944} |
Name | Docs |
---|---|
TODO | The error that should to be replaced by something meaningful. |
FailedToUnreserveDeposit | |
FailedToProcessAccount | Failed to process an account data from RC. |
InsertConflict | Some item could not be inserted because it already exists. |
FailedToConvertType | Failed to convert RC type to AH type. |
PreimageNotFound | Failed to fetch preimage. |
FailedToConvertCall | Failed to convert RC call to AH call. |
FailedToBoundCall | Failed to bound a call. |
XcmError | Failed to send XCM message. |
FailedToIntegrateVestingSchedule | Failed to integrate a vesting schedule. |
FailedToCalculateCheckingAccount | Checking account overflow or underflow. |
FailedToBoundVector | Vector did not fit into its compile-time bound. |
Unreachable |