COutPoint::COutPoint

Constructs an outpoint referencing output nIn of transaction hashIn.

Synopsis

Declared in <primitives/transaction.h>

COutPoint(
    Txid const& hashIn,
    uint32_t nIn);

Parameters

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