Builds an identifier by parsing a hex string.
Declared in <primitives/transaction_identifier.h>
static
std::optional<transaction_identifier>
FromHex(std::string_view hex);
The parsed identifier, or std::nullopt if the hex is invalid.
| Name | Description |
|---|---|
| hex | The hex representation to parse. |