COutPoint::COutPoint

Constructors

Synopses

Declared in <primitives/transaction.h>

Constructs a null outpoint.

COutPoint();
» more...

Constructs an outpoint referencing output nIn of transaction hashIn.

COutPoint(
    Txid const& hashIn,
    uint32_t nIn);
» more...

Parameters

NameDescription
hashInHash of the transaction holding the output.
nInIndex of the output within that transaction.