[#COutPoint-2constructor-00] = xref:COutPoint.adoc[COutPoint]::COutPoint :relfileprefix: ../ :mrdocs: Constructs an outpoint referencing output nIn of transaction hashIn. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- COutPoint( xref:Txid.adoc[Txid] const& hashIn, uint32_t nIn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hashIn* | Hash of the transaction holding the output. | *nIn* | Index of the output within that transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#