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

Name

Description

block_spent_outputs [in]

Non‐null.

Created with MrDocs