|
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 |