Copy precomputed transaction data.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_PrecomputedTransactionData*
btck_precomputed_transaction_data_copy(btck_PrecomputedTransactionData const* precomputed_txdata);

Return Value

The copied precomputed transaction data.

Note

The return value should not be discarded.

Parameters

Name

Description

precomputed_txdata [in]

Non‐null.

Created with MrDocs