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

Name

Description

hex_str

The hex representation of the 256‐bit identifier.

Created with MrDocs