Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::ContextStackEvent Struct Reference

#include <context_events.hpp>

Public Attributes

uint32_t id
 
uint32_t parent_id
 
uint32_t entered_context_id
 
uint32_t next_pc
 
AztecAddress msg_sender
 
AztecAddress contract_addr
 
BytecodeId bytecode_id
 
bool is_static
 
uint32_t parent_cd_addr
 
uint32_t parent_cd_size
 
Gas parent_gas_used
 
Gas parent_gas_limit
 
TreeStates tree_states
 
AppendOnlyTreeSnapshot written_public_data_slots_tree_snapshot
 
SideEffectStates side_effect_states
 

Detailed Description

Definition at line 55 of file context_events.hpp.

Member Data Documentation

◆ bytecode_id

BytecodeId bb::avm2::simulation::ContextStackEvent::bytecode_id

Definition at line 64 of file context_events.hpp.

◆ contract_addr

AztecAddress bb::avm2::simulation::ContextStackEvent::contract_addr

Definition at line 63 of file context_events.hpp.

◆ entered_context_id

uint32_t bb::avm2::simulation::ContextStackEvent::entered_context_id

Definition at line 58 of file context_events.hpp.

◆ id

uint32_t bb::avm2::simulation::ContextStackEvent::id

Definition at line 56 of file context_events.hpp.

◆ is_static

bool bb::avm2::simulation::ContextStackEvent::is_static

Definition at line 65 of file context_events.hpp.

◆ msg_sender

AztecAddress bb::avm2::simulation::ContextStackEvent::msg_sender

Definition at line 62 of file context_events.hpp.

◆ next_pc

uint32_t bb::avm2::simulation::ContextStackEvent::next_pc

Definition at line 61 of file context_events.hpp.

◆ parent_cd_addr

uint32_t bb::avm2::simulation::ContextStackEvent::parent_cd_addr

Definition at line 68 of file context_events.hpp.

◆ parent_cd_size

uint32_t bb::avm2::simulation::ContextStackEvent::parent_cd_size

Definition at line 69 of file context_events.hpp.

◆ parent_gas_limit

Gas bb::avm2::simulation::ContextStackEvent::parent_gas_limit

Definition at line 73 of file context_events.hpp.

◆ parent_gas_used

Gas bb::avm2::simulation::ContextStackEvent::parent_gas_used

Definition at line 72 of file context_events.hpp.

◆ parent_id

uint32_t bb::avm2::simulation::ContextStackEvent::parent_id

Definition at line 57 of file context_events.hpp.

◆ side_effect_states

SideEffectStates bb::avm2::simulation::ContextStackEvent::side_effect_states

Definition at line 80 of file context_events.hpp.

◆ tree_states

TreeStates bb::avm2::simulation::ContextStackEvent::tree_states

Definition at line 76 of file context_events.hpp.

◆ written_public_data_slots_tree_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::ContextStackEvent::written_public_data_slots_tree_snapshot

Definition at line 77 of file context_events.hpp.


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