[#transaction_identifier-2constructor-086f] = xref:transaction_identifier.adoc[transaction_identifier]::transaction_identifier :relfileprefix: ../ :mrdocs: Constructs an identifier from a compile‐time hex string. == Synopsis Declared in `<primitives/transaction_identifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval explicit transaction_identifier(std::string_view hex_str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hex_str* | The hex representation of the 256‐bit identifier. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#