btck::Handle::operator=

Copy-assigns by duplicating the other handle's C object.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle&
operator=(Handle const& other);

Return Value

A reference to this handle.

Parameters

NameDescription
otherThe handle to copy from.