[#btck_txid_copy] = btck_txid_copy :mrdocs: Copy a txid. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard, __nonnull__]] xref:btck_Txid-0e.adoc[btck_Txid]* btck_txid_copy(xref:btck_Txid-0e.adoc[btck_Txid] const* txid); ---- == Return Value The copied txid. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *txid* [in] | Non‐null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#