[#btck-Handle-046-2constructor-0e] = xref:btck.adoc[btck]::xref:btck/Handle-046.adoc[Handle]::Handle :relfileprefix: ../../ :mrdocs: Constructs an owning copy from a matching view. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename ViewType> requires std::derived_from<ViewType, View<CType>> Handle(ViewType const& view); ---- == Parameters [cols="1,4"] |=== | Name| Description | *view* | The view whose C object is duplicated. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#