1#ifndef XRPL_RPC_RPCHANDLER_H_INCLUDED 
    2#define XRPL_RPC_RPCHANDLER_H_INCLUDED 
    4#include <xrpld/rpc/Context.h> 
    5#include <xrpld/rpc/Status.h> 
Status
Return codes from Backend operations.
 
Role roleRequired(unsigned int version, bool betaEnabled, std::string const &method)
 
Status doCommand(RPC::JsonContext &context, Json::Value &result)
Execute an RPC command and store the results in a Json::Value.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Role
Indicates the level of administrative permission to grant.