Copy a txid.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_Txid*
btck_txid_copy(btck_Txid const* txid);

Return Value

The copied txid.

Note

The return value should not be discarded.

Parameters

Name

Description

txid [in]

Non‐null.

Created with MrDocs