VOFailedRecurrentTransfers
Blockchain Virtual Operations
failed_recurrent_transfer
Columns
Name | Description |
from | Account to transfer asset from |
to | Account to transfer asset to |
amount | The amount of asset to transfer |
amount_symbol | The symbol of asset to transfer |
memo | communication that accompanies the transfer. The memo is plain-text, any encryption on the memo is up to a higher-level protocol |
consecutive_failures | How many times the recurrent payment failed to be executed |
remaining_executions | How many times the recurrent payment should still be executed |
deleted | Indicates that the recurrent transfer was deleted due to too many consecutive failures |
Description
This virtual operation is issued when a recurrent transfer has failed to be executed (see TxRecurrentTransfers (HF25)).
Last updated