Clio develop
The XRP Ledger API server.
|
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 |
Represents a single transaction on the ledger.
|
inline |
Compares Transaction objects to each other without considering sttx and meta fields.
other | The Transaction to compare to |