Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
ingestion.hpp File Reference
#include <cstddef>
#include <cstdint>
#include <functional>
#include <filesystem>
#include <optional>
#include <string>
#include "native.h"
#include <asio.hpp>
#include <nlohmann/json_fwd.hpp>
#include "address.hpp"
#include "crypto.hpp"

Go to the source code of this file.

Classes

struct  dcn::chain::IngestionConfig
 
struct  dcn::chain::IngestionRuntimeOptions
 

Namespaces

namespace  dcn
 
namespace  dcn::chain
 

Typedefs

using dcn::chain::RpcCall = std::function< std::optional< nlohmann::json >(const std::string &rpc_url, const nlohmann::json &request)>