Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
wallet::DbTxnListener Struct Reference

#include <walletdb.h>

Public Attributes

std::function< void()> on_commit
 
std::function< void()> on_abort
 

Detailed Description

Definition at line 183 of file walletdb.h.

Member Data Documentation

◆ on_abort

std::function<void()> wallet::DbTxnListener::on_abort

Definition at line 185 of file walletdb.h.

◆ on_commit

std::function<void()> wallet::DbTxnListener::on_commit

Definition at line 185 of file walletdb.h.


The documentation for this struct was generated from the following file: