AssetHub Westend
subscan
Runtime Modules / AhMigrator
Spec Version:
Events
Name
Lookup
Attributes
StageTransitionff00["MigrationStage","MigrationStage"]
BatchReceivedff01["PalletEventName","u32"]
BatchProcessedff02["PalletEventName","u32","u32"]
AssetHubMigrationStartedff03
AssetHubMigrationFinishedff04
Storage Functions
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}
Error Types
Name
Docs
TODOThe error that should to be replaced by something meaningful.
FailedToUnreserveDeposit
FailedToProcessAccountFailed to process an account data from RC.
InsertConflictSome item could not be inserted because it already exists.
FailedToConvertTypeFailed to convert RC type to AH type.
PreimageNotFoundFailed to fetch preimage.
FailedToConvertCallFailed to convert RC call to AH call.
FailedToBoundCallFailed to bound a call.
XcmErrorFailed to send XCM message.
FailedToIntegrateVestingScheduleFailed to integrate a vesting schedule.
FailedToCalculateCheckingAccountChecking account overflow or underflow.
FailedToBoundVectorVector did not fit into its compile-time bound.
Unreachable