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:
@@ -241,7 +241,7 @@ public:
|
||||
AccountID const& issuer) const;
|
||||
|
||||
Json::Value
|
||||
getJson (int) const;
|
||||
getJson (JsonOptions) const;
|
||||
|
||||
std::vector<STPathElement>::const_iterator
|
||||
begin () const
|
||||
@@ -322,7 +322,7 @@ public:
|
||||
add (Serializer& s) const override;
|
||||
|
||||
Json::Value
|
||||
getJson (int) const override;
|
||||
getJson (JsonOptions) const override;
|
||||
|
||||
SerializedTypeID
|
||||
getSType () const override
|
||||
|
||||
Reference in New Issue
Block a user