|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 56 of file context_events.hpp.
| BytecodeId bb::avm2::simulation::ContextStackEvent::bytecode_id |
Definition at line 65 of file context_events.hpp.
| AztecAddress bb::avm2::simulation::ContextStackEvent::contract_addr |
Definition at line 64 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::entered_context_id |
Definition at line 59 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::id |
Definition at line 57 of file context_events.hpp.
| bool bb::avm2::simulation::ContextStackEvent::is_static |
Definition at line 66 of file context_events.hpp.
| AztecAddress bb::avm2::simulation::ContextStackEvent::msg_sender |
Definition at line 63 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::next_pc |
Definition at line 62 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::parent_cd_addr |
Definition at line 69 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::parent_cd_size |
Definition at line 70 of file context_events.hpp.
| Gas bb::avm2::simulation::ContextStackEvent::parent_gas_limit |
Definition at line 74 of file context_events.hpp.
| Gas bb::avm2::simulation::ContextStackEvent::parent_gas_used |
Definition at line 73 of file context_events.hpp.
| uint32_t bb::avm2::simulation::ContextStackEvent::parent_id |
Definition at line 58 of file context_events.hpp.
| SideEffectStates bb::avm2::simulation::ContextStackEvent::side_effect_states |
Definition at line 81 of file context_events.hpp.
| TreeStates bb::avm2::simulation::ContextStackEvent::tree_states |
Definition at line 77 of file context_events.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::ContextStackEvent::written_public_data_slots_tree_snapshot |
Definition at line 78 of file context_events.hpp.