Callbacks invoked when a wallet database transaction commits or aborts.

Synopsis

Declared in <wallet/walletdb.h>

struct DbTxnListener;

Data Members

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).

Created with MrDocs