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

The account_tx method retrieves a list of transactions that involved the specified account. More...

#include <AccountTx.hpp>

Classes

struct  Input
 A struct to hold the input data for the command. More...
struct  Marker
 A struct to hold the marker data. More...
struct  Output
 A struct to hold the output data of the command. More...

Public Types

using Result = HandlerReturnType<Output>

Public Member Functions

 AccountTxHandler (std::shared_ptr< BackendInterface > const &sharedPtrBackend, std::shared_ptr< etlng::ETLServiceInterface const > const &etl)
 Construct a new AccountTxHandler object.
Result process (Input const &input, Context const &ctx) const
 Process the AccountTx command.

Static Public Member Functions

static RpcSpecConstRef spec (uint32_t apiVersion)
 Returns the API specification for the command.

Static Public Attributes

static constexpr auto kLIMIT_MIN = 1
static constexpr auto kLIMIT_MAX = 1000
static constexpr auto kLIMIT_DEFAULT = 200

Friends

void tag_invoke (boost::json::value_from_tag, boost::json::value &jv, AccountTxHandler::Output const &output)
 Convert the Output to a JSON object.
Input tag_invoke (boost::json::value_to_tag< Input >, boost::json::value const &jv)
 Convert a JSON object to Input type.
void tag_invoke (boost::json::value_from_tag, boost::json::value &jv, AccountTxHandler::Marker const &marker)
 Convert the Marker to a JSON object.

Detailed Description

The account_tx method retrieves a list of transactions that involved the specified account.

For more details see: https://xrpl.org/account_tx.html

Constructor & Destructor Documentation

◆ AccountTxHandler()

rpc::AccountTxHandler::AccountTxHandler ( std::shared_ptr< BackendInterface > const & sharedPtrBackend,
std::shared_ptr< etlng::ETLServiceInterface const > const & etl )
inline

Construct a new AccountTxHandler object.

Parameters
sharedPtrBackendThe backend to use
etlThe ETL service to use

Member Function Documentation

◆ process()

AccountTxHandler::Result rpc::AccountTxHandler::process ( AccountTxHandler::Input const & input,
Context const & ctx ) const

Process the AccountTx command.

Parameters
inputThe input data for the command
ctxThe context of the request
Returns
The result of the operation

◆ spec()

RpcSpecConstRef rpc::AccountTxHandler::spec ( uint32_t apiVersion)
inlinestatic

Returns the API specification for the command.

Parameters
apiVersionThe api version to return the spec for
Returns
The spec for the given apiVersion

◆ tag_invoke [1/3]

void tag_invoke ( boost::json::value_from_tag ,
boost::json::value & jv,
AccountTxHandler::Marker const & marker )
friend

Convert the Marker to a JSON object.

Parameters
[out]jvThe JSON object to convert to
markerThe marker to convert

◆ tag_invoke [2/3]

void tag_invoke ( boost::json::value_from_tag ,
boost::json::value & jv,
AccountTxHandler::Output const & output )
friend

Convert the Output to a JSON object.

Parameters
[out]jvThe JSON object to convert to
outputThe output to convert

◆ tag_invoke [3/3]

Input tag_invoke ( boost::json::value_to_tag< Input > ,
boost::json::value const & jv )
friend

Convert a JSON object to Input type.

Parameters
jvThe JSON object to convert
Returns
Input parsed from the JSON object

The documentation for this class was generated from the following files:
  • /__w/clio/clio/src/rpc/handlers/AccountTx.hpp
  • /__w/clio/clio/src/rpc/handlers/AccountTx.cpp