|
xrpld
|
#include <Handler.h>

Public Types | |
| template<class JsonValue> | |
| using | Method = std::function<Status(JsonContext&, JsonValue&)> |
Public Attributes | |
| char const * | name |
| Method< json::Value > | valueMethod |
| Role | role |
| RPC::Condition | condition |
| unsigned | minApiVer = kApiMinimumSupportedVersion |
| unsigned | maxApiVer = kApiMaximumValidVersion |
| using xrpl::RPC::Handler::Method = std::function<Status(JsonContext&, JsonValue&)> |
| Method<json::Value> xrpl::RPC::Handler::valueMethod |
| RPC::Condition xrpl::RPC::Handler::condition |
| unsigned xrpl::RPC::Handler::minApiVer = kApiMinimumSupportedVersion |
| unsigned xrpl::RPC::Handler::maxApiVer = kApiMaximumValidVersion |