btck::View::View

Constructs a view over ptr, throwing if it is null.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
View(CType const* ptr);

Parameters

NameDescription
ptrThe C handle to borrow.