[#btck-UniqueHandle-0da-get-09] = xref:btck.adoc[btck]::xref:btck/UniqueHandle-0da.adoc[UniqueHandle]::get :relfileprefix: ../../ :mrdocs: Returns the owned C handle. == Synopses Declared in `<kernel/bitcoinkernel_wrapper.h>` Returns the owned C handle. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CType* xref:btck/UniqueHandle-0da/get-0a.adoc[get](); ---- [.small]#xref:btck/UniqueHandle-0da/get-0a.adoc[_» more..._]# Returns the owned C handle. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CType const* xref:btck/UniqueHandle-0da/get-0b.adoc[get]() const; ---- [.small]#xref:btck/UniqueHandle-0da/get-0b.adoc[_» more..._]# == Return Value * The underlying mutable C pointer. * The underlying const C pointer. [.small]#Created with https://www.mrdocs.com[MrDocs]#