node::TxOrphanage::OrphanInfo::OrphanInfo

Construct orphan info from a transaction and its announcers.

Synopsis

Declared in <node/txorphanage.h>

OrphanInfo(
    CTransactionRef tx,
    std::set<NodeId>&& announcers);

Parameters

NameDescription
txThe orphan transaction.
announcersThe set of peers that announced the orphan.