The account_channels method returns information about an account's Payment Channels. This includes only channels where the specified account is the channel's source, not the destination. All information retrieved is relative to a particular version of the ledger.
More...
#include <AccountChannels.hpp>
|
|
static constexpr auto | kLimitMin = rpc::spec::handlers::account_channels::kLimitMin |
|
static constexpr auto | kLimitMax = rpc::spec::handlers::account_channels::kLimitMax |
|
static constexpr auto | kLimitDefault = rpc::spec::handlers::account_channels::kLimitDefault |
The account_channels method returns information about an account's Payment Channels. This includes only channels where the specified account is the channel's source, not the destination. All information retrieved is relative to a particular version of the ledger.
For more details see: https://xrpl.org/account_channels.html
◆ AccountChannelsHandler()
| rpc::AccountChannelsHandler::AccountChannelsHandler |
( |
std::shared_ptr< BackendInterface > | sharedPtrBackend | ) |
|
|
inline |
◆ process()
| AccountChannelsHandler::Result rpc::AccountChannelsHandler::process |
( |
Input const & | input, |
|
|
Context const & | ctx ) const |
|
nodiscard |
Process the AccountChannels command.
- Parameters
-
| input | The input data for the command |
| ctx | The context of the request |
- Returns
- The result of the operation
◆ tag_invoke [1/2]
Convert the ChannelResponse to a JSON object.
- Parameters
-
| [out] | jv | The JSON object to convert to |
| channel | The channel response to convert |
◆ tag_invoke [2/2]
Convert the Output to a JSON object.
- Parameters
-
| [out] | jv | The JSON object to convert to |
| output | The output to convert |
The documentation for this class was generated from the following files:
- /__w/clio/clio/src/rpc/handlers/AccountChannels.hpp
- /__w/clio/clio/src/rpc/handlers/AccountChannels.cpp