Construct a 1-parent-1-child package.
Declared in <node/txdownloadman.h>
explicit
PackageToValidate(
CTransactionRef const& parent,
CTransactionRef const& child,
NodeId parent_sender,
NodeId child_sender);
| Name | Description |
|---|---|
| parent | The parent transaction. |
| child | The child transaction spending from parent. |
| parent_sender | The peer that sent the parent. |
| child_sender | The peer that sent the child. |