Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
ReorgTxns Struct Reference

Reorg where 1 block is disconnected and 2 blocks are connected. More...

Public Attributes

BlockTxns disconnected_txns
 Disconnected block. More...
 
BlockTxns connected_txns_1
 First connected block. More...
 
BlockTxns connected_txns_2
 Second connected block, new chain tip. More...
 
size_t num_shared
 Transactions shared between disconnected_txns and connected_txns_1. More...
 

Detailed Description

Reorg where 1 block is disconnected and 2 blocks are connected.

Definition at line 17 of file disconnected_transactions.cpp.

Member Data Documentation

◆ connected_txns_1

BlockTxns ReorgTxns::connected_txns_1

First connected block.

Definition at line 21 of file disconnected_transactions.cpp.

◆ connected_txns_2

BlockTxns ReorgTxns::connected_txns_2

Second connected block, new chain tip.

Has no overlap with disconnected_txns.

Definition at line 23 of file disconnected_transactions.cpp.

◆ disconnected_txns

BlockTxns ReorgTxns::disconnected_txns

Disconnected block.

Definition at line 19 of file disconnected_transactions.cpp.

◆ num_shared

size_t ReorgTxns::num_shared

Transactions shared between disconnected_txns and connected_txns_1.

Definition at line 25 of file disconnected_transactions.cpp.


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