Constructors
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...
| Name | Description |
|---|---|
| hashIn | Hash of the transaction holding the output. |
| nIn | Index of the output within that transaction. |