A parent/child transaction package queued for joint mempool validation.
Declared in <node/txdownloadman.h>
struct PackageToValidate;
| Name | Description |
|---|---|
PackageToValidate [constructor] | Constructors |
operator= | Move-assign a package from another. |
ToString | Return a human-readable description of the package. |
| Name | Description |
|---|---|
m_senders | The peer that sent each transaction, aligned with m_txns. |
m_txns | The transactions making up the package. |