Constructors
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...
| Name | Description |
|---|---|
| hex_str | The hex representation of the 256-bit identifier. |