Constructs an outpoint referencing output nIn of transaction hashIn.
Synopsis
Declared in <primitives/transaction.h>
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