recall_on_crosschain_transfer
@extendable function recall_on_crosschain_transfer(sender_blockchain_rid: byte_array, sender_id: byte_array, transfer_tx_rid: byte_array, transfer_op_index: integer)(source)
The crosschain equivalent of core.assets.recall_on_internal_transfer
.
Throws if any extension of this function throws.
Parameters
sender_blockchain_rid
the RID of the blockchain where the transfer originated
sender_id
the ID of the sender account
transfer_tx_rid
the ID of the transaction containing the transfer
transfer_op_index
the index of the operation inside that transaction
See also
core. assets. recall_on_internal_transfer
for more information on this function