[#btck-BlockSpentOutputs-operator_assign-03] = xref:btck.adoc[btck]::xref:btck/BlockSpentOutputs.adoc[BlockSpentOutputs]::operator= :relfileprefix: ../../ :mrdocs: Copy‐assigns by duplicating the other handle's C object. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Handle-046.adoc[Handle<btck_BlockSpentOutputs, &btck_block_spent_outputs_copy, &btck_block_spent_outputs_destroy>]& operator=(xref:btck/Handle-046.adoc[Handle<btck_BlockSpentOutputs, &btck_block_spent_outputs_copy, &btck_block_spent_outputs_destroy>] const& other); ---- == Return Value A reference to this handle. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The handle to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#