[#btck-TxidView-ToBytes] = xref:btck.adoc[btck]::xref:btck/TxidView.adoc[TxidView]::ToBytes :relfileprefix: ../../ :mrdocs: Returns the raw 32‐byte transaction id. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::array<std::byte, 32> ToBytes() const; ---- == Return Value The txid bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#