OpenCBDC Transaction Processor
|
#include "event_handler.hpp"
#include "util/common/logging.hpp"
#include <curl/curl.h>
#include <functional>
#include <json/json.h>
#include <optional>
#include <queue>
#include <set>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
class | cbdc::rpc::curl_initializer |
Class for performing libcurl global initialization. More... | |
class | cbdc::rpc::json_rpc_http_client |
Asynchronous HTTP JSON-RPC client implemented using libcurl. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::rpc |