|
rippled
|
#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_ = apiMinimumSupportedVersion |
| unsigned | maxApiVer_ = apiMaximumValidVersion |
| using ripple::RPC::Handler::Method = std::function<Status(JsonContext&, JsonValue&)> |
| Method<Json::Value> ripple::RPC::Handler::valueMethod_ |
| RPC::Condition ripple::RPC::Handler::condition_ |
| unsigned ripple::RPC::Handler::minApiVer_ = apiMinimumSupportedVersion |
| unsigned ripple::RPC::Handler::maxApiVer_ = apiMaximumValidVersion |