Constructs an identifier from a compile-time hex string.
Declared in <primitives/transaction_identifier.h>
consteval
explicit
transaction_identifier(std::string_view hex_str);
| Name | Description |
|---|---|
| hex_str | The hex representation of the 256-bit identifier. |