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

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
 

Detailed Description

Represents a single object on the ledger.


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