Constructors

Synopses

Declared in <primitives/transaction_identifier.h>

Constructs a null transaction identifier.

Constructs an identifier from a compile‐time hex string.

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