Process all the transactions that have been included in a block.
Declared in <policy/fees/block_policy_estimator.h>
[[requires_capability(0x7ff379284c08), requires_capability(0x7ff374094fc8)]]
void
processBlock(
std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block,
unsigned int nBlockHeight);
| Name | Description |
|---|---|
| txs_removed_for_block | Transactions removed from the mempool because they were mined in the block. |
| nBlockHeight | Height of the block being processed. |