recall_unclaimed_transfer
function recall_unclaimed_transfer(account: account, transfer_tx_rid: byte_array, transfer_op_index: integer)(source)
Allows recalling a transfer that was sent to a non-existing account and was not used to create the account.
Throws "RECALL INACTIVE"
if is_create_on_internal_transfer_enabled
returns false.
Throws when any extension of recall_on_internal_transfer
throws.