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

Synopsis

Declared in <node/txdownloadman.h>

struct PackageToValidate;

Member Functions

Name

Description

PackageToValidate [constructor]

Constructors

operator=

Move‐assign a package from another.

ToString

Return a human‐readable description of the package.

Data Members

Name

Description

m_senders

The peer that sent each transaction, aligned with m_txns.

m_txns

The transactions making up the package.

Created with MrDocs