RepositoryParity.io
  • Preparing search index...
  • The search index is not available
txwrapper-core
  • txwrapper-core
  • txwrapper-polkadot/src/methods/xcmPallet/limitedReserveTransferAssets
  • limitedReserveTransferAssets

Function limitedReserveTransferAssets

  • limitedReserveTransferAssets(args, info, options): UnsignedTransaction
  • Transfer some assets from the local chain to the sovereign account of a destination chain and forward a notification XCM.

    Fee payment on the destination side is made from the asset in the assets vector of index fee_asset_item, up to enough to pay for weight_limit of weight. If more weight is needed than weight_limit, then the operation will fail and the assets send may be at risk.

    Parameters

    • args: LimitedXcmAssetArgs

      Arguments specific to this method.

    • info: BaseTxInfo

      Information required to construct the transaction.

    • options: OptionsWithMeta

      Registry and metadata used for constructing the method.

    Returns UnsignedTransaction

    • Defined in txwrapper-polkadot/src/methods/xcmPallet/limitedReserveTransferAssets.ts:25

Settings

Member Visibility
RepositoryParity.io
txwrapper-core
  • Loading...