[#CTxMemPool-IncludeBuilderChunk] = xref:CTxMemPool.adoc[CTxMemPool]::IncludeBuilderChunk :relfileprefix: ../ :mrdocs: Include the current chunk in the block being built and advance the builder. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1b5a3f78), requires_capability(0x7f2e2721cf88), requires_capability(0x7f2e421ce698), requires_capability(0x7f2e2880d658), requires_capability(0x7f2e321309e8), requires_capability(0x7f2e347f9078), requires_capability(0x7f2e2b05d4e8), requires_capability(0x7f2e2bee4b88)]] void IncludeBuilderChunk() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#