Clio develop
The XRP Ledger API server.
|
The version command returns the min,max and current api Version we are using. More...
#include <VersionHandler.hpp>
Classes | |
struct | Output |
A struct to hold the output data of the command. More... | |
Public Types | |
using | Result = HandlerReturnType<Output> |
Public Member Functions | |
VersionHandler (util::config::ClioConfigDefinition const &config) | |
Construct a new Version Handler object. | |
Result | process (Context const &ctx) const |
Process the version command. | |
Friends | |
void | tag_invoke (boost::json::value_from_tag, boost::json::value &jv, Output const &output) |
The version command returns the min,max and current api Version we are using.
|
inlineexplicit |
Construct a new Version Handler object.
config | The configuration to use |
|
inline |
Process the version command.
ctx | The context of the request |