get_apply_transfer_tx

@mount("ft4.crosschain.get_apply_transfer_tx") query get_apply_transfer_tx(init_tx_rid: byte_array, init_op_index: integer): (tx: gtv, op_index: integer)(source)

Retrieves a transaction and op_index that can be passed as parameters to functions like apply_transfer, cancel_transfer and so on.

Parameters

init_tx_rid

the transaction that initialized this transfer

init_op_index

the index of the operation inside that transaction

See also

`core.crosschain.applied_transfer`

for more information