node::MiniMiner::MiniMiner

Constructor that takes a list of outpoints that may or may not belong to transactions in the mempool. Copies out information about the relevant transactions in the mempool into MiniMinerMempoolEntrys.

Synopsis

Declared in <node/mini_miner.h>

MiniMiner(
    CTxMemPool const& mempool,
    std::vector<COutPoint> const& outpoints);

Parameters

NameDescription
mempoolThe mempool to copy transaction information from.
outpointsThe outpoints of interest whose bump fees will be calculated.