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

    Parameters

    • initTransferTx: RawGtx

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

    • 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 revert

    • operationIndex: number

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

    Returns Operation