Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
interfaces::Chain::NotifyOptions Struct Reference

Options specifying which chain notifications are required. More...

#include <chain.h>

Public Attributes

bool connect_undo_data = false
 Include undo data with block connected notifications.
bool disconnect_data = false
 Include block data with block disconnected notifications.
bool disconnect_undo_data = false
 Include undo data with block disconnected notifications.

Detailed Description

Options specifying which chain notifications are required.

Definition at line 318 of file chain.h.

Member Data Documentation

◆ connect_undo_data

bool interfaces::Chain::NotifyOptions::connect_undo_data = false

Include undo data with block connected notifications.

Definition at line 321 of file chain.h.

◆ disconnect_data

bool interfaces::Chain::NotifyOptions::disconnect_data = false

Include block data with block disconnected notifications.

Definition at line 323 of file chain.h.

◆ disconnect_undo_data

bool interfaces::Chain::NotifyOptions::disconnect_undo_data = false

Include undo data with block disconnected notifications.

Definition at line 325 of file chain.h.


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