Name | Lookup | Attributes | |
|---|---|---|---|
| StageTransition | ff00 | ["MigrationStage","MigrationStage"] | |
| BatchReceived | ff01 | ["PalletEventName","u32"] | |
| BatchProcessed | ff02 | ["PalletEventName","u32","u32"] | |
| AssetHubMigrationStarted | ff03 | ||
| AssetHubMigrationFinished | ff04 | ||
| DmpQueuePrioritySet | ff05 | ["bool","BlockNumberFor","BlockNumberFor"] | |
| DmpQueuePriorityConfigSet | ff06 | ["DmpQueuePriority<BlockNumberFor>","DmpQueuePriority<BlockNumberFor>"] | |
| BalancesBeforeRecordSet | ff07 | ["Balance","Balance"] | |
| BalancesBeforeRecordConsumed | ff08 | ["Balance","Balance"] | |
| ReferendumCanceled | ff09 | ["u32"] | |
| ManagerSet | ff0a | ["Option<AccountId>","Option<AccountId>"] | |
| AccountTranslatedParachainSovereign | ff0b | ["AccountId","AccountId"] | |
| AccountTranslatedParachainSovereignDerived | ff0c | ["AccountId","AccountId","u16"] | |
| XcmSent | ff0d | ["Location","Location","Xcm<()>","XcmHash"] | |
| FailedToUnreserveMultisigDeposit | ff0e | ["pallet_rc_migrator::multisig::BalanceOf","pallet_rc_migrator::multisig::BalanceOf","AccountId"] | |
| FailedToUnreservePreimageDeposit | ff0f | ["pallet_preimage::BalanceOf","pallet_preimage::BalanceOf","AccountId"] |
Name | Type | |
|---|---|---|
| RcAccounts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_rc_migrator:accounts:Account","keys_id":0,"value_id":491}} | |
| AhMigrationStage | {"origin":"PlainType","plain_type":"pallet_ah_migrator:MigrationStage","PlainTypeValue":665} | |
| AhBalancesBefore | {"origin":"PlainType","plain_type":"pallet_ah_migrator:BalancesBefore","PlainTypeValue":1000} | |
| DmpQueuePriorityConfig | {"origin":"PlainType","plain_type":"pallet_rc_migrator:types:QueuePriority","PlainTypeValue":666} | |
| Manager | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| MigrationStartBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| MigrationEndBlock | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Docs |
|---|---|
| FailedToUnreserveDeposit | Failed to unreserve deposit. |
| 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. |
| DmpQueuePriorityAlreadySet | The DMP queue priority is already set to the same value. |
| InvalidParameter | Invalid parameter. |
| PreimageMissing | Preimage missing. |
| PreimageTooBig | Preimage too big. |
| PreimageChunkMissing | Preimage chunk missing. |
| PreimageStatusInvalid | Preimage status invalid. |
| BadXcmVersion | The XCM version is invalid. |
| InvalidOrigin | The origin is invalid. |