node::TxOrphanage::OrphanInfo

Allows providing orphan information externally

Synopsis

Declared in <node/txorphanage.h>

struct OrphanInfo;

Member Functions

NameDescription
OrphanInfo [constructor]Construct orphan info from a transaction and its announcers.

Data Members

NameDescription
announcers Peers added with AddTx or AddAnnouncer.
tx The orphan transaction itself.