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
events_runtime.cpp File Reference
#include <algorithm>
#include <chrono>
#include <exception>
#include <limits>
#include <memory>
#include <spdlog/spdlog.h>
#include <tuple>
#include <variant>
#include <set>
#include "events.hpp"
#include "async.hpp"
#include "utils.hpp"
#include "parser.hpp"
#include "chain.hpp"
#include "evm.hpp"
#include "rpc_client.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::events
 

Functions

std::int64_t dcn::events::reorgLookbackStart (std::int64_t next_from_block, std::size_t reorg_window_blocks)