Struct evm_t::evm_instances_t#

Nested Relationships#

This struct is a nested type of Template Class evm_t.

Struct Documentation#

struct evm_instances_t#

The evm instances data structure.

Public Members

state_data_t *world_state_data#

The world state content

block_data_t *block_data#

The current block infomation

sha3_parameters_t *sha3_parameters#

The constants for the KECCAK

transaction_data_t *transactions_data#

The transactions information

accessed_state_data_t *accessed_states_data#

The data cotaining the states access by the transactions execution

touch_state_data_t *touch_states_data#

The data containing the states modified by the transactions execution

log_state_data_t *logs_data#

The logs done by the transactions

tracer_data_t *tracers_data#

Tracer datas for debug

uint32_t *errors#

The the result of every transaction

size_t count#

The number of instances/transactions