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
dcn::EVMStorage::Account Struct Reference

#include <evm_storage.hpp>

Public Attributes

evmc_uint256be balance
 
std::vector< std::uint8_t > code
 
absl::flat_hash_map< evmc::bytes32, evmc::bytes32 > storage
 
evmc::address creator {}
 
uint64_t nonce = 0
 
uint64_t timestamp = 0
 

Member Data Documentation

◆ balance

evmc_uint256be dcn::EVMStorage::Account::balance

◆ code

std::vector<std::uint8_t> dcn::EVMStorage::Account::code

◆ creator

evmc::address dcn::EVMStorage::Account::creator {}

◆ nonce

uint64_t dcn::EVMStorage::Account::nonce = 0

◆ storage

absl::flat_hash_map<evmc::bytes32, evmc::bytes32> dcn::EVMStorage::Account::storage

◆ timestamp

uint64_t dcn::EVMStorage::Account::timestamp = 0

The documentation for this struct was generated from the following file: