Constructs an owning copy from a matching view.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename ViewType>
requires std::derived_from<ViewType, View<CType>>
Handle(ViewType const& view);
| Name | Description |
|---|---|
| view | The view whose C object is duplicated. |