Takes ownership of ptr, throwing if it is null.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
UniqueHandle(CType* ptr);

Parameters

Name

Description

ptr

The C handle to own.

Created with MrDocs