#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 |
| evmc_uint256be dcn::EVMStorage::Account::balance |
| std::vector<std::uint8_t> dcn::EVMStorage::Account::code |
| evmc::address dcn::EVMStorage::Account::creator {} |
| uint64_t dcn::EVMStorage::Account::nonce = 0 |
| absl::flat_hash_map<evmc::bytes32, evmc::bytes32> dcn::EVMStorage::Account::storage |
| uint64_t dcn::EVMStorage::Account::timestamp = 0 |