is_transfer_applied

@mount("ft4.crosschain.is_transfer_applied") query is_transfer_applied(init_tx_rid: byte_array, init_op_index: integer): boolean(source)

Checks if the transfer which was pointed out by the provided arguments was applied on this chain or not.

Parameters

init_tx_rid

the transaction id of 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