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