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
evm_storage.hpp File Reference
#include <string>
#include <cstring>
#include <vector>
#include <format>
#include <stack>
#include <evmc/evmc.h>
#include <evmc/evmc.hpp>
#include <evmc/hex.hpp>
#include "native.h"
#include <asio.hpp>
#include <spdlog/spdlog.h>
#include <absl/container/flat_hash_map.h>
#include "utils.hpp"
#include "keccak256.hpp"
#include "evm_formatter.hpp"

Go to the source code of this file.

Classes

class  dcn::EVMStorage
 
struct  dcn::EVMStorage::Account
 

Namespaces

namespace  dcn
 

Macros

#define interface   __STRUCT__
 

Functions

template<typename H >
H dcn::AbslHashValue (H h, const evmc::address &addr)
 

Macro Definition Documentation

◆ interface

#define interface   __STRUCT__