recall_transfer
Marks a specific account_creation_transfer
that has expired as recalled. It does not send the assets back to the sender.
Can only be called from an operation.
Throws "RECALL ERROR"
if the transfer cannot be recalled. Common cases include:
no pending transfer is found with the specified details:
the transfer was already completed or recalled
the transfer was never created
too many transfers have the specified details. This should never happen, but it could be caused by one operation creating multiple
account_creation_transfer
sthe transfer was found, but it has not yet timed out
Return
a tuple containing (asset, amount)
for the account_creation_transfer
that was cancelled
Parameters
the RID of the blockchain this transfer came from, or this blockchain's RID if the transfer was internal
the ID of the sender account
the ID of the transaction that brought the assets on this chain
the index of the operation that brought the assets on this chain in the transfer_tx
. Generally, it will be the index of ft4.apply_transfer