Interface returned by GetBlockBuilder.
Synopsis
Declared in <txgraph.h>
class BlockBuilder;
Member Functions
Name |
Description |
|
Support safe inheritance. |
|
Get the chunk that is currently suggested to be included, plus its feerate, if any. |
|
Mark the current chunk as included, and progress to the next one. |
|
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 |
|
Make constructor non‐public (use TxGraph::GetBlockBuilder()). |
Created with MrDocs