#include <rpc/request.h>
#include <rpc/util.h>
#include <cstdint>
#include <functional>
#include <map>
#include <string>
#include <univalue.h>
Go to the source code of this file.
◆ RpcMethodFnType
◆ InterruptRPC()
◆ IsDeprecatedRPCEnabled()
| bool IsDeprecatedRPCEnabled |
( |
const std::string & |
method | ) |
|
◆ IsRPCRunning()
Query whether RPC is running.
Definition at line 302 of file server.cpp.
◆ JSONRPCExec()
◆ RpcInterruptionPoint()
| void RpcInterruptionPoint |
( |
| ) |
|
Throw JSONRPCError if RPC is not running.
Definition at line 307 of file server.cpp.
◆ RPCIsInWarmup()
| bool RPCIsInWarmup |
( |
std::string * |
outStatus | ) |
|
◆ SetRPCWarmupFinished()
| void SetRPCWarmupFinished |
( |
| ) |
|
◆ SetRPCWarmupStarting()
| void SetRPCWarmupStarting |
( |
| ) |
|
◆ SetRPCWarmupStatus()
| void SetRPCWarmupStatus |
( |
const std::string & |
newStatus | ) |
|
Set the RPC warmup status.
When this is done, all RPC calls will error out immediately with RPC_IN_WARMUP.
Definition at line 312 of file server.cpp.
◆ StartRPC()
◆ StopRPC()
◆ tableRPC