transaction_identifier::operator<=>

Orders two identifiers by their wrapped value.

Synopsis

Declared in <primitives/transaction_identifier.h>

constexpr
auto
operator<=>(transaction_identifier const& other) const = default;

Return Value

The ordering of this identifier relative to other.

Parameters

NameDescription
otherThe identifier to compare against.