transaction_identifier::transaction_identifier

Constructors

Synopses

Declared in <primitives/transaction_identifier.h>

Constructs a null transaction identifier.

transaction_identifier();
» more...

Constructs an identifier from a compile-time hex string.

consteval
explicit
transaction_identifier(std::string_view hex_str);
» more...

Parameters

NameDescription
hex_strThe hex representation of the 256-bit identifier.