Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::PingHandler Class Reference

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.
 

Detailed Description

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

Member Function Documentation

◆ process()

static Result rpc::PingHandler::process ( Context const & ctx)
inlinestatic

Process the Ping command.

Parameters
ctxThe context of the request
Returns
The result of the operation

The documentation for this class was generated from the following file: