btck::Txid::operator=

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

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle<btck_Txid, &btck_txid_copy, &btck_txid_destroy>&
operator=(Handle<btck_Txid, &btck_txid_copy, &btck_txid_destroy> const& other);

Return Value

A reference to this handle.

Parameters

NameDescription
otherThe handle to copy from.