Interface returned by GetBlockBuilder.

Synopsis

Declared in <txgraph.h>

class BlockBuilder;

Member Functions

Name

Description

~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

Name

Description

BlockBuilder [constructor]

Make constructor non‐public (use TxGraph::GetBlockBuilder()).

Created with MrDocs