• Builds an operation object that can be used to call ft4.crosschain.cancel_transfer operation

    Parameters

    • initTransferTx: RawGtx

      the transaction that contains the init_transfer operation for the transfer to cancel

    • initTransferOpIndex: number

      the index of the transfer operation inside the initTransferTx transaction

    • tx: RawGtx

      the transaction that was submitted to this chain and which contains the transfer to cancel

    • operationIndex: number

      the index inside the tx object at which the transfer to cancel can be found

    • targetChainIndex: number

      the index of the current chain on the path

    Returns Operation