Template Struct tracer_data_t#

Struct Documentation#

template<class params>
struct tracer_data_t#

The tracer data type.

Public Members

size_t size#

The number of elements in the trace

size_t capacity#

The capacity allocated of the trace

evm_word_t *addresses#

The addresses of the contracts

uint32_t *pcs#

The program counters

uint8_t *opcodes#

The opcodes

stack_data_t *stacks#

The stacks