|
Clio
develop
The XRP Ledger API server.
|
Represents a single object on the ledger. More...
#include <Models.hpp>
Public Types | |
| enum class | ModType : int { Unspecified = 0 , Created = 1 , Modified = 2 , Deleted = 3 } |
| Modification type for the object. | |
Public Member Functions | |
| bool | operator== (Object const &) const =default |
Public Attributes | |
| ripple::uint256 | key |
| std::string | keyRaw |
| ripple::Blob | data |
| std::string | dataRaw |
| std::string | successor |
| std::string | predecessor |
| ModType | type |
Represents a single object on the ledger.