Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 3600 | 4 | |
| transfer_multiasset | 3601 | 3 | |
| transfer_with_fee | 3602 | 5 | |
| transfer_multiasset_with_fee | 3603 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Transferred | 3600 | ["AccountId","CurrencyId","Balance","MultiLocation"] | |
| TransferredWithFee | 3601 | ["AccountId","CurrencyId","Balance","Balance","MultiLocation"] | |
| TransferredMultiAsset | 3602 | ["AccountId","MultiAsset","MultiLocation"] | |
| TransferredMultiAssetWithFee | 3603 | ["AccountId","MultiAsset","MultiAsset","MultiLocation"] |
Name | Type | Value | |
|---|---|---|---|
| SelfLocation | xcm:v1:multilocation:MultiLocation | 010100411f | |
| 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. |
| NotFungible | Not fungible asset. |
| DestinationNotInvertible | The destination `MultiLocation` provided cannot be inverted. |
| BadVersion | The version of the `Versioned` value used is not able to beinterpreted. |
| DistincAssetAndFeeId | The fee MultiAsset is of different type than the asset to transfer. |
| FeeCannotBeZero | The fee amount was zero when the fee specification extrinsic isbeing used. |