Name | Lookup | Parameters | |
---|---|---|---|
send | 1f00 | 2 | |
teleport_assets | 1f01 | 4 | |
reserve_transfer_assets | 1f02 | 4 | |
execute | 1f03 | 2 | |
force_xcm_version | 1f04 | 2 | |
force_default_xcm_version | 1f05 | 1 | |
force_subscribe_version_notify | 1f06 | 1 | |
force_unsubscribe_version_notify | 1f07 | 1 | |
limited_reserve_transfer_assets | 1f08 | 5 | |
limited_teleport_assets | 1f09 | 5 | |
force_suspension | 1f0a | 1 | |
transfer_assets | 1f0b | 5 |
Name | Lookup | Attributes | |
---|---|---|---|
Attempted | 1f00 | ["xcm::latest::Outcome"] | |
Sent | 1f01 | ["Location","Location","Xcm<()>","XcmHash"] | |
UnexpectedResponse | 1f02 | ["Location","QueryId"] | |
ResponseReady | 1f03 | ["QueryId","Response"] | |
Notified | 1f04 | ["QueryId","u8","u8"] | |
NotifyOverweight | 1f05 | ["QueryId","u8","u8","Weight","Weight"] | |
NotifyDispatchError | 1f06 | ["QueryId","u8","u8"] | |
NotifyDecodeFailed | 1f07 | ["QueryId","u8","u8"] | |
InvalidResponder | 1f08 | ["Location","QueryId","Option<Location>"] | |
InvalidResponderVersion | 1f09 | ["Location","QueryId"] | |
ResponseTaken | 1f0a | ["QueryId"] | |
AssetsTrapped | 1f0b | ["H256","Location","VersionedAssets"] | |
VersionChangeNotified | 1f0c | ["Location","XcmVersion","Assets","XcmHash"] | |
SupportedVersionChanged | 1f0d | ["Location","XcmVersion"] | |
NotifyTargetSendFail | 1f0e | ["Location","QueryId","XcmError"] | |
NotifyTargetMigrationFail | 1f0f | ["VersionedLocation","QueryId"] | |
InvalidQuerierVersion | 1f10 | ["Location","QueryId"] | |
InvalidQuerier | 1f11 | ["Location","QueryId","Location","Option<Location>"] | |
VersionNotifyStarted | 1f12 | ["Location","Assets","XcmHash"] | |
VersionNotifyRequested | 1f13 | ["Location","Assets","XcmHash"] | |
VersionNotifyUnrequested | 1f14 | ["Location","Assets","XcmHash"] | |
FeesPaid | 1f15 | ["Location","Assets"] | |
AssetsClaimed | 1f16 | ["H256","Location","VersionedAssets"] | |
VersionMigrationFinished | 1f17 | ["XcmVersion"] |
Name | Type | |
---|---|---|
QueryCounter | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
Queries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_xcm:pallet:QueryStatus","keys_id":11,"value_id":470}} | |
AssetTraps | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":12,"value_id":4}} | |
SafeXcmVersion | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
SupportedVersion | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedLocation"],"value":"U32","keys_id":475,"value_id":4}} | |
VersionNotifiers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedLocation"],"value":"U64","keys_id":475,"value_id":11}} | |
VersionNotifyTargets | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedLocation"],"value":"Tuple:U64sp_weights:weight_v2:WeightU32","keys_id":475,"value_id":476}} | |
VersionDiscoveryQueue | {"origin":"PlainType","plain_type":"Vec<Tuple:xcm:VersionedLocationU32>","PlainTypeValue":477} | |
CurrentMigration | {"origin":"PlainType","plain_type":"pallet_xcm:pallet:VersionMigrationStage","PlainTypeValue":480} | |
RemoteLockedFungibles | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId","xcm:VersionedAssetId"],"value":"pallet_xcm:pallet:RemoteLockedFungibleRecord","keys_id":482,"value_id":484}} | |
LockedFungibles | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U128xcm:VersionedLocation>","keys_id":0,"value_id":488}} | |
XcmExecutionSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":30} |
Name | Docs |
---|---|
Unreachable | The desired destination was unreachable, generally because there is a no way of routingto it. |
SendFailure | There was some other issue (i.e. not to do with routing) in sending the message.Perhaps a lack of space for buffering the message. |
Filtered | The message execution fails the filter. |
UnweighableMessage | The message's weight could not be determined. |
DestinationNotInvertible | The destination `Location` provided cannot be inverted. |
Empty | The assets to be sent are empty. |
CannotReanchor | Could not re-anchor the assets to declare the fees for the destination chain. |
TooManyAssets | Too many assets have been attempted for transfer. |
InvalidOrigin | Origin is invalid for sending. |
BadVersion | The version of the `Versioned` value used is not able to be interpreted. |
BadLocation | The given location could not be used (e.g. because it cannot be expressed in thedesired version of XCM). |
NoSubscription | The referenced subscription could not be found. |
AlreadySubscribed | The location is invalid since it already has a subscription from us. |
CannotCheckOutTeleport | Could not check-out the assets for teleportation to the destination chain. |
LowBalance | The owner does not own (all) of the asset that they wish to do the operation on. |
TooManyLocks | The asset owner has too many locks on the asset. |
AccountNotSovereign | The given account is not an identifiable sovereign account for any location. |
FeesNotMet | The operation required fees to be paid which the initiator could not meet. |
LockNotFound | A remote lock with the corresponding data could not be found. |
InUse | The unlock operation cannot succeed because there are still consumers of the lock. |
InvalidAssetNotConcrete | Invalid non-concrete asset. |
InvalidAssetUnknownReserve | Invalid asset, reserve chain could not be determined for it. |
InvalidAssetUnsupportedReserve | Invalid asset, do not support remote asset reserves with different fees reserves. |
TooManyReserves | Too many assets with different reserve locations have been attempted for transfer. |
LocalExecutionIncomplete | Local XCM execution incomplete. |