|
Clio
develop
The XRP Ledger API server.
|
A baseclass for API version helper. More...
#include <APIVersion.hpp>

Public Member Functions | |
| virtual std::expected< uint32_t, std::string > | parse (boost::json::object const &request) const =0 |
| Extracts API version information from a JSON object. | |
A baseclass for API version helper.
|
pure virtual |
Extracts API version information from a JSON object.
| request | A JSON object representing the request |
Implemented in rpc::impl::ProductionAPIVersionParser.