Clio develop
The XRP Ledger API server.
|
The ping command returns an acknowledgement, so that clients can test the connection status and latency. More...
#include <Ping.hpp>
Public Types | |
using | Output = VoidOutput |
using | Result = HandlerReturnType<Output> |
Static Public Member Functions | |
static Result | process (Context const &ctx) |
Process the Ping command. | |
The ping command returns an acknowledgement, so that clients can test the connection status and latency.
For more details see https://xrpl.org/ping.html
|
inlinestatic |
Process the Ping command.
ctx | The context of the request |