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

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
View(CType const* ptr);

Parameters

Name

Description

ptr

The C handle to borrow.

Created with MrDocs