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

The account_mptoken_issuances method returns information about all MPTokenIssuance objects the account has created. More...

#include <AccountMPTokenIssuances.hpp>

Classes

struct  Input
 A struct to hold the input data for the command. More...
struct  MPTokenIssuanceResponse
 A struct to hold data for one MPTokenIssuance response. More...
struct  Output
 A struct to hold the output data of the command. More...

Public Types

using Result = HandlerReturnType<Output>

Public Member Functions

 AccountMPTokenIssuancesHandler (std::shared_ptr< BackendInterface > sharedPtrBackend)
 Construct a new AccountMPTokenIssuancesHandler object.
Result process (Input const &input, Context const &ctx) const
 Process the AccountMPTokenIssuances 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 = 10
static constexpr auto kLIMIT_MAX = 400
static constexpr auto kLIMIT_DEFAULT = 200

Friends

void tag_invoke (boost::json::value_from_tag, boost::json::value &jv, AccountMPTokenIssuancesHandler::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, AccountMPTokenIssuancesHandler::MPTokenIssuanceResponse const &issuance)
 Convert the MPTokenIssuanceResponse to a JSON object.

Detailed Description

The account_mptoken_issuances method returns information about all MPTokenIssuance objects the account has created.

Constructor & Destructor Documentation

◆ AccountMPTokenIssuancesHandler()

rpc::AccountMPTokenIssuancesHandler::AccountMPTokenIssuancesHandler ( std::shared_ptr< BackendInterface > sharedPtrBackend)
inline

Construct a new AccountMPTokenIssuancesHandler object.

Parameters
sharedPtrBackendThe backend to use.

Member Function Documentation

◆ process()

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

Process the AccountMPTokenIssuances command.

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

◆ spec()

RpcSpecConstRef rpc::AccountMPTokenIssuancesHandler::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 API version.

◆ tag_invoke [1/3]

void tag_invoke ( boost::json::value_from_tag ,
boost::json::value & jv,
AccountMPTokenIssuancesHandler::MPTokenIssuanceResponse const & issuance )
friend

Convert the MPTokenIssuanceResponse to a JSON object.

Parameters
[out]jvThe JSON object to convert to
issuanceThe MPTokenIssuance response to convert

◆ tag_invoke [2/3]

void tag_invoke ( boost::json::value_from_tag ,
boost::json::value & jv,
AccountMPTokenIssuancesHandler::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: