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

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7fbc8f685998), requires_capability(0x7fbc95d476f8), requires_capability(0x7fbca708d3b8), requires_capability(0x7fbc86275c58), requires_capability(0x7fbca789a338), requires_capability(0x7fbc84abb988), requires_capability(0x7fbc870fae88), requires_capability(0x7fbc921e2748)]]
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

Name

Description

entries

Populated with the entries in the current chunk.

Created with MrDocs