[#TxGraph-BlockBuilder-GetCurrentChunk] = xref:TxGraph.adoc[TxGraph]::xref:TxGraph/BlockBuilder.adoc[BlockBuilder]::GetCurrentChunk :relfileprefix: ../../ :mrdocs: Get the chunk that is currently suggested to be included, plus its feerate, if any. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#