[#COutPoint-2constructor-046] = xref:COutPoint.adoc[COutPoint]::COutPoint :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<primitives/transaction.h>` Constructs a null outpoint. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:COutPoint/2constructor-045.adoc[COutPoint](); ---- [.small]#xref:COutPoint/2constructor-045.adoc[_» more..._]# Constructs an outpoint referencing output nIn of transaction hashIn. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:COutPoint/2constructor-00.adoc[COutPoint]( xref:Txid.adoc[Txid] const& hashIn, uint32_t nIn); ---- [.small]#xref:COutPoint/2constructor-00.adoc[_» more..._]# == 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]#