Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
etlng::model::Transaction Struct Reference

Represents a single transaction on the ledger. More...

#include <Models.hpp>

Public Member Functions

bool operator== (Transaction const &other) const
 Compares Transaction objects to each other without considering sttx and meta fields.

Public Attributes

std::string raw
std::string metaRaw
ripple::STTx sttx
ripple::TxMeta meta
ripple::uint256 id
std::string key
ripple::TxType type

Detailed Description

Represents a single transaction on the ledger.

Member Function Documentation

◆ operator==()

bool etlng::model::Transaction::operator== ( Transaction const & other) const
inline

Compares Transaction objects to each other without considering sttx and meta fields.

Parameters
otherThe Transaction to compare to
Returns
true if transaction is equivalent; false otherwise

The documentation for this struct was generated from the following file: