btck_block_spent_outputs_copy

Copy a block's spent outputs.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_BlockSpentOutputs*
btck_block_spent_outputs_copy(btck_BlockSpentOutputs const* block_spent_outputs);

Return Value

The copied block spent outputs.

NOTE

The return value should not be discarded.

Parameters

NameDescription
block_spent_outputs [in]Non-null.