#include <chain.h>
#include <chainparams.h>
#include <core_io.h>
#include <index/txindex.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <validation.h>
#include <httpserver.h>
#include <rpc/blockchain.h>
#include <rpc/server.h>
#include <streams.h>
#include <sync.h>
#include <txmempool.h>
#include <utilstrencodings.h>
#include <version.h>
#include <boost/algorithm/string.hpp>
#include <univalue.h>
Go to the source code of this file.
◆ RetFormat
Enumerator |
---|
UNDEF | |
BINARY | |
HEX | |
JSON | |
Definition at line 28 of file rest.cpp.
◆ getblockchaininfo()
Implementation of IsSuperMajority with better feedback.
Definition at line 1201 of file blockchain.cpp.
◆ InterruptREST()
Interrupt RPC REST subsystem.
Definition at line 600 of file rest.cpp.
◆ StartREST()
Start HTTP REST subsystem.
Precondition; HTTP and RPC has been started.
Definition at line 594 of file rest.cpp.
◆ StopREST()
Stop HTTP REST subsystem.
Precondition; HTTP and RPC has been stopped.
Definition at line 604 of file rest.cpp.
◆ handler
bool(* handler) (HTTPRequest *req, const std::string &strReq) |
◆ name
◆ prefix
◆ rf