Constructors
Synopses
Declared in <primitives/transaction.h>
Constructs a null outpoint.
COutPoint();
Constructs an outpoint referencing output nIn of transaction hashIn.
Parameters
Name |
Description |
hashIn |
Hash of the transaction holding the output. |
nIn |
Index of the output within that transaction. |
Created with MrDocs