Struct accessed_state_t::accessed_state_data_t#

Nested Relationships#

This struct is a nested type of Template Class accessed_state_t.

Struct Documentation#

struct accessed_state_data_t#

The accessed state data type. Contains the accounts with their storage similar to world state. It also contains the information about the read operations performed on the accounts. It can be 0 - no, 1 - bytecode, 2 - balance, 4 - nonce, 8 - storage

Public Members

state_data_t accessed_accounts#

The accessed accounts

uint8_t *reads#

The read operations performed on the accounts