mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add JsonOptions enum class to contain options passed to getJSON methods
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
getSType () const override;
|
||||
|
||||
Json::Value
|
||||
getJson (int) const override;
|
||||
getJson (JsonOptions) const override;
|
||||
|
||||
std::string
|
||||
getText () const override;
|
||||
|
||||
Reference in New Issue
Block a user