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:
@@ -358,7 +358,7 @@ public:
|
||||
virtual std::string getText () const override;
|
||||
|
||||
// TODO(tom): options should be an enum.
|
||||
virtual Json::Value getJson (int options) const override;
|
||||
virtual Json::Value getJson (JsonOptions options) const override;
|
||||
|
||||
template <class... Args>
|
||||
std::size_t
|
||||
|
||||
Reference in New Issue
Block a user