Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 7c00 | 4 | |
| transfer_multiasset | 7c01 | 3 | |
| transfer_with_fee | 7c02 | 5 | |
| transfer_multiasset_with_fee | 7c03 | 4 | |
| transfer_multicurrencies | 7c04 | 4 | |
| transfer_multiassets | 7c05 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| TransferredMultiAssets | 7c00 | ["AccountId","MultiAssets","MultiAsset","MultiLocation"] |
Name | Type | Value | |
|---|---|---|---|
| SelfLocation | xcm:v1:multilocation:MultiLocation | 010100a120 | |
| BaseXcmWeight | U64 | 00e1f50500000000 |
Name | Docs |
|---|---|
| AssetHasNoReserve | Asset has no reserve location. |
| NotCrossChainTransfer | Not cross-chain transfer. |
| InvalidDest | Invalid transfer destination. |
| NotCrossChainTransferableCurrency | Currency is not cross-chain transferable. |
| UnweighableMessage | The message's weight could not be determined. |
| XcmExecutionFailed | XCM execution failed. |
| CannotReanchor | Could not re-anchor the assets to declare the fees for thedestination chain. |
| InvalidAncestry | Could not get ancestry of asset reserve location. |
| InvalidAsset | The MultiAsset is invalid. |
| DestinationNotInvertible | The destination `MultiLocation` provided cannot be inverted. |
| BadVersion | The version of the `Versioned` value used is not able to beinterpreted. |
| DistinctReserveForAssetAndFee | We tried sending distinct asset and fee but they have differentreserve chains. |
| ZeroFee | The fee is zero. |
| ZeroAmount | The transfering asset amount is zero. |
| TooManyAssetsBeingSent | The number of assets to be sent is over the maximum. |
| AssetIndexNonExistent | The specified index does not exist in a MultiAssets struct. |
| FeeNotEnough | Fee is not enough. |