Callbacks invoked when a wallet database transaction commits or aborts.
Declared in <wallet/walletdb.h>
struct DbTxnListener;
| Name | Description |
|---|---|
on_abort | Callback invoked when the transaction commits (on_commit) and when it aborts (on_abort). |
on_commit | Callback invoked when the transaction commits (on_commit) and when it aborts (on_abort). |