node::PackageToValidate

A parent/child transaction package queued for joint mempool validation.

Synopsis

Declared in <node/txdownloadman.h>

struct PackageToValidate;

Member Functions

NameDescription
PackageToValidate [constructor]Constructors
operator= Move-assign a package from another.
ToString Return a human-readable description of the package.

Data Members

NameDescription
m_senders The peer that sent each transaction, aligned with m_txns.
m_txns The transactions making up the package.