transaction_identifier::transaction_identifier

Constructs an identifier from a compile-time hex string.

Synopsis

Declared in <primitives/transaction_identifier.h>

consteval
explicit
transaction_identifier(std::string_view hex_str);

Parameters

NameDescription
hex_strThe hex representation of the 256-bit identifier.