Construct a 1‐parent‐1‐child package.

Synopsis

Declared in <node/txdownloadman.h>

explicit
PackageToValidate(
    CTransactionRef const& parent,
    CTransactionRef const& child,
    NodeId parent_sender,
    NodeId child_sender);

Parameters

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.

Created with MrDocs