[#node-PackageToValidate] = xref:node.adoc[node]::PackageToValidate :relfileprefix: ../ :mrdocs: A parent/child transaction package queued for joint mempool validation. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PackageToValidate; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:node/PackageToValidate/2constructor-00.adoc[`PackageToValidate`] [.small]#[constructor]# | Constructors | xref:node/PackageToValidate/operator_assign.adoc[`operator=`] | Move‐assign a package from another. | xref:node/PackageToValidate/ToString.adoc[`ToString`] | Return a human‐readable description of the package. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:node/PackageToValidate/m_senders.adoc[`m_senders`] | The peer that sent each transaction, aligned with m_txns. | xref:node/PackageToValidate/m_txns.adoc[`m_txns`] | The transactions making up the package. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#