Constructors

Synopses

Declared in <primitives/transaction.h>

Constructs a null outpoint.

Constructs an outpoint referencing output nIn of transaction hashIn.

COutPoint(
    Txid const& hashIn,
    uint32_t nIn);

Parameters

Name

Description

hashIn

Hash of the transaction holding the output.

nIn

Index of the output within that transaction.

Created with MrDocs