Get the chunk that is currently suggested to be included, plus its feerate, if any.
Synopsis
Declared in <txgraph.h>
virtual
std::optional<std::pair<std::vector<Ref*>, FeePerWeight>>
GetCurrentChunk() noexcept = 0;
Return Value
The current chunk and its feerate, or std::nullopt if none remain.
Created with MrDocs