[#btck-Coin-2constructor-07] = xref:btck.adoc[btck]::xref:btck/Coin.adoc[Coin]::Coin :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<kernel/bitcoinkernel_wrapper.h>` Constructs an owning copy from a view. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Coin/2constructor-08.adoc[Coin](xref:btck/CoinView.adoc[CoinView] const& view); ---- [.small]#xref:btck/Coin/2constructor-08.adoc[_» more..._]# Takes ownership of an existing C coin. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Coin/2constructor-0d.adoc[Coin](xref:btck_Coin-0f.adoc[btck_Coin]* coin); ---- [.small]#xref:btck/Coin/2constructor-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *view* | The view to copy. | *coin* | The C handle to own. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#