CTxMemPool::GetBlockBuilderChunk

Retrieve the current chunk of transactions from the block builder in mining order.

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7f95135d3f88), requires_capability(0x7f9501b13368), requires_capability(0x7f950ec79558), requires_capability(0x7f9525ea92a8), requires_capability(0x7f95150989e8), requires_capability(0x7f950826cc88), requires_capability(0x7f94f8570398), requires_capability(0x7f9513c5a588)]]
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

NameDescription
entriesPopulated with the entries in the current chunk.