Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
Name | Lookup | Parameters | |
---|---|---|---|
send | 2100 | 2 | |
teleport_assets | 2101 | 4 | |
reserve_transfer_assets | 2102 | 4 | |
execute | 2103 | 2 | |
force_xcm_version | 2104 | 2 | |
force_default_xcm_version | 2105 | 1 | |
force_subscribe_version_notify | 2106 | 1 | |
force_unsubscribe_version_notify | 2107 | 1 | |
limited_reserve_transfer_assets | 2108 | 5 | |
limited_teleport_assets | 2109 | 5 |
Name | Lookup | Attributes | |
---|---|---|---|
Attempted | 2100 | ["xcm::latest::Outcome"] | |
Sent | 2101 | ["MultiLocation","MultiLocation","Xcm<()>"] | |
UnexpectedResponse | 2102 | ["MultiLocation","QueryId"] | |
ResponseReady | 2103 | ["QueryId","Response"] | |
Notified | 2104 | ["QueryId","u8","u8"] | |
NotifyOverweight | 2105 | ["QueryId","u8","u8","Weight","Weight"] | |
NotifyDispatchError | 2106 | ["QueryId","u8","u8"] | |
NotifyDecodeFailed | 2107 | ["QueryId","u8","u8"] | |
InvalidResponder | 2108 | ["MultiLocation","QueryId","Option<MultiLocation>"] | |
InvalidResponderVersion | 2109 | ["MultiLocation","QueryId"] | |
ResponseTaken | 210a | ["QueryId"] | |
AssetsTrapped | 210b | ["H256","MultiLocation","VersionedMultiAssets"] | |
VersionChangeNotified | 210c | ["MultiLocation","XcmVersion"] | |
SupportedVersionChanged | 210d | ["MultiLocation","XcmVersion"] | |
NotifyTargetSendFail | 210e | ["MultiLocation","QueryId","XcmError"] | |
NotifyTargetMigrationFail | 210f | ["VersionedMultiLocation","QueryId"] | |
AssetsClaimed | 2110 | ["H256","MultiLocation","VersionedMultiAssets"] |
Name | Type | |
---|---|---|
QueryCounter | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
Queries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_xcm:pallet:QueryStatus","keys_id":10,"value_id":443}} | |
AssetTraps | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":11,"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:VersionedMultiLocation"],"value":"U32","keys_id":446,"value_id":4}} | |
VersionNotifiers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedMultiLocation"],"value":"U64","keys_id":446,"value_id":10}} | |
VersionNotifyTargets | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Blake2_128Concat"],"key_vec":["U32","xcm:VersionedMultiLocation"],"value":"Tuple:U64U64U32","keys_id":446,"value_id":447}} | |
VersionDiscoveryQueue | {"origin":"PlainType","plain_type":"Vec<Tuple:xcm:VersionedMultiLocationU32>","PlainTypeValue":448} | |
CurrentMigration | {"origin":"PlainType","plain_type":"pallet_xcm:pallet:VersionMigrationStage","PlainTypeValue":451} |
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. Perhapsa 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. |