TxGraph::BlockBuilder

Interface returned by GetBlockBuilder.

Synopsis

Declared in <txgraph.h>

class BlockBuilder;

Member Functions

NameDescription
~BlockBuilder [destructor] [virtual]Support safe inheritance.
GetCurrentChunk [virtual]Get the chunk that is currently suggested to be included, plus its feerate, if any.
Include [virtual]Mark the current chunk as included, and progress to the next one.
Skip [virtual]Mark the current chunk as skipped, and progress to the next one. Further chunks from the same cluster as the current one will not be reported anymore.

Protected Member Functions

NameDescription
BlockBuilder [constructor]Make constructor non-public (use TxGraph::GetBlockBuilder()).