Bitcoin Core 32.99.0
P2P Digital Currency
Public Attributes | List of all members
wallet::ChainScanner::LoopState Struct Reference

Progress window and tip tracked across Scan loop iterations. More...

Collaboration diagram for wallet::ChainScanner::LoopState:
[legend]

Public Attributes

double progress_begin {0}
 
double progress_end {0}
 
uint256 tip_hash
 

Detailed Description

Progress window and tip tracked across Scan loop iterations.

The current block's progress is a plain local in Scan; only the window bounds are shared with the helpers, and UpdateTipIfChanged is the sole mutator.

Definition at line 71 of file scan.h.

Member Data Documentation

◆ progress_begin

double wallet::ChainScanner::LoopState::progress_begin {0}

Definition at line 72 of file scan.h.

◆ progress_end

double wallet::ChainScanner::LoopState::progress_end {0}

Definition at line 73 of file scan.h.

◆ tip_hash

uint256 wallet::ChainScanner::LoopState::tip_hash

Definition at line 74 of file scan.h.


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