Interface returned by GetBlockBuilder.
Declared in <txgraph.h>
class BlockBuilder;
| 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. |
| Name | Description |
|---|---|
BlockBuilder [constructor] | Make constructor non-public (use TxGraph::GetBlockBuilder()). |