CatapultServer
v0.5.0.1 (Elephant)
|
A unique identifier for a partial transaction. More...
Public Member Functions | |
constexpr bool | operator== (const ShortHashPair &rhs) const |
Returns true if this short hash pair is equal to rhs. More... | |
constexpr bool | operator!= (const ShortHashPair &rhs) const |
Returns true if this short hash pair is not equal to rhs. More... | |
Public Attributes | |
utils::ShortHash | TransactionShortHash |
Transaction short hash. More... | |
utils::ShortHash | CosignaturesShortHash |
Cosignatures short hash. More... | |
A unique identifier for a partial transaction.
|
inlineconstexpr |
Returns true
if this short hash pair is not equal to rhs.
|
inlineconstexpr |
Returns true
if this short hash pair is equal to rhs.
utils::ShortHash catapult::cache::ShortHashPair::CosignaturesShortHash |
Cosignatures short hash.
utils::ShortHash catapult::cache::ShortHashPair::TransactionShortHash |
Transaction short hash.