Name | Lookup | Parameters | |
---|---|---|---|
send | 7a00 | 2 | |
teleport_assets | 7a01 | 4 | |
reserve_transfer_assets | 7a02 | 4 | |
execute | 7a03 | 2 | |
force_xcm_version | 7a04 | 2 | |
force_default_xcm_version | 7a05 | 1 | |
force_subscribe_version_notify | 7a06 | 1 | |
force_unsubscribe_version_notify | 7a07 | 1 | |
limited_reserve_transfer_assets | 7a08 | 5 | |
limited_teleport_assets | 7a09 | 5 | |
force_suspension | 7a0a | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Attempted | 7a00 | ["xcm::latest::Outcome"] | |
Sent | 7a01 | ["MultiLocation","MultiLocation","Xcm<()>","XcmHash"] | |
UnexpectedResponse | 7a02 | ["MultiLocation","QueryId"] | |
ResponseReady | 7a03 | ["QueryId","Response"] | |
Notified | 7a04 | ["QueryId","u8","u8"] | |
NotifyOverweight | 7a05 | ["QueryId","u8","u8","Weight","Weight"] | |
NotifyDispatchError | 7a06 | ["QueryId","u8","u8"] | |
NotifyDecodeFailed | 7a07 | ["QueryId","u8","u8"] | |
InvalidResponder | 7a08 | ["MultiLocation","QueryId","Option<MultiLocation>"] | |
InvalidResponderVersion | 7a09 | ["MultiLocation","QueryId"] | |
ResponseTaken | 7a0a | ["QueryId"] | |
AssetsTrapped | 7a0b | ["H256","MultiLocation","VersionedMultiAssets"] | |
VersionChangeNotified | 7a0c | ["MultiLocation","XcmVersion","MultiAssets","XcmHash"] | |
SupportedVersionChanged | 7a0d | ["MultiLocation","XcmVersion"] | |
NotifyTargetSendFail | 7a0e | ["MultiLocation","QueryId","XcmError"] | |
NotifyTargetMigrationFail | 7a0f | ["VersionedMultiLocation","QueryId"] | |
InvalidQuerierVersion | 7a10 | ["MultiLocation","QueryId"] | |
InvalidQuerier | 7a11 | ["MultiLocation","QueryId","MultiLocation","Option<MultiLocation>"] | |
VersionNotifyStarted | 7a12 | ["MultiLocation","MultiAssets","XcmHash"] | |
VersionNotifyRequested | 7a13 | ["MultiLocation","MultiAssets","XcmHash"] | |
VersionNotifyUnrequested | 7a14 | ["MultiLocation","MultiAssets","XcmHash"] | |
FeesPaid | 7a15 | ["MultiLocation","MultiAssets"] | |
AssetsClaimed | 7a16 | ["H256","MultiLocation","VersionedMultiAssets"] |
Name | Type | |
---|---|---|
QueryCounter | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":4} | |
Queries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_xcm:pallet:QueryStatus","keys_id":4,"value_id":623}} | |
AssetTraps | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":12,"value_id":8}} | |
SafeXcmVersion | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":8} | |
SupportedVersion | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","staging_xcm:VersionedMultiLocation"],"value":"U32","keys_id":627,"value_id":8}} | |
VersionNotifiers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","staging_xcm:VersionedMultiLocation"],"value":"U64","keys_id":627,"value_id":4}} | |
VersionNotifyTargets | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","staging_xcm:VersionedMultiLocation"],"value":"Tuple:U64sp_weights:weight_v2:WeightU32","keys_id":627,"value_id":628}} | |
VersionDiscoveryQueue | {"origin":"PlainType","plain_type":"Vec<Tuple:staging_xcm:VersionedMultiLocationU32>","PlainTypeValue":629} | |
CurrentMigration | {"origin":"PlainType","plain_type":"pallet_xcm:pallet:VersionMigrationStage","PlainTypeValue":632} | |
RemoteLockedFungibles | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId","staging_xcm:VersionedAssetId"],"value":"pallet_xcm:pallet:RemoteLockedFungibleRecord","keys_id":634,"value_id":636}} | |
LockedFungibles | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<Tuple:U128staging_xcm:VersionedMultiLocation>","keys_id":0,"value_id":640}} | |
XcmExecutionSuspended | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52} |
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 `MultiLocation` 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. |
InvalidAsset | Invalid asset for the operation. |
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. |