[#CTxMemPool-GetBlockBuilderChunk] = xref:CTxMemPool.adoc[CTxMemPool]::GetBlockBuilderChunk :relfileprefix: ../ :mrdocs: Retrieve the current chunk of transactions from the block builder in mining order. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b421888), requires_capability(0x7ff376fd9238), requires_capability(0x7ff38def8458), requires_capability(0x7ff3640f9468), requires_capability(0x7ff3920f9758), requires_capability(0x7ff37f5cb878), requires_capability(0x7ff37d012af8), requires_capability(0x7ff374c16308)]] xref:FeePerWeight.adoc[FeePerWeight] GetBlockBuilderChunk(std::vector<CTxMemPoolEntry::CTxMemPoolEntryRef>& entries) const; ---- == Return Value The fee rate of the current chunk, or a default value if none remains. == Parameters [cols="1,4"] |=== | Name| Description | *entries* | Populated with the entries in the current chunk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#