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

#include <bytecode_events.hpp>

Public Attributes

BytecodeId bytecode_id
 
AztecAddress address
 
ContractClassId current_class_id
 
ContractClass contract_class
 
FF nullifier_root
 
FF public_data_tree_root
 
AppendOnlyTreeSnapshot retrieved_bytecodes_snapshot_before
 
AppendOnlyTreeSnapshot retrieved_bytecodes_snapshot_after
 
bool is_new_class = false
 
bool instance_not_found_error = false
 
bool limit_error = false
 

Detailed Description

Definition at line 30 of file bytecode_events.hpp.

Member Data Documentation

◆ address

AztecAddress bb::avm2::simulation::BytecodeRetrievalEvent::address

Definition at line 32 of file bytecode_events.hpp.

◆ bytecode_id

BytecodeId bb::avm2::simulation::BytecodeRetrievalEvent::bytecode_id

Definition at line 31 of file bytecode_events.hpp.

◆ contract_class

ContractClass bb::avm2::simulation::BytecodeRetrievalEvent::contract_class

Definition at line 34 of file bytecode_events.hpp.

◆ current_class_id

ContractClassId bb::avm2::simulation::BytecodeRetrievalEvent::current_class_id

Definition at line 33 of file bytecode_events.hpp.

◆ instance_not_found_error

bool bb::avm2::simulation::BytecodeRetrievalEvent::instance_not_found_error = false

Definition at line 40 of file bytecode_events.hpp.

◆ is_new_class

bool bb::avm2::simulation::BytecodeRetrievalEvent::is_new_class = false

Definition at line 39 of file bytecode_events.hpp.

◆ limit_error

bool bb::avm2::simulation::BytecodeRetrievalEvent::limit_error = false

Definition at line 41 of file bytecode_events.hpp.

◆ nullifier_root

FF bb::avm2::simulation::BytecodeRetrievalEvent::nullifier_root

Definition at line 35 of file bytecode_events.hpp.

◆ public_data_tree_root

FF bb::avm2::simulation::BytecodeRetrievalEvent::public_data_tree_root

Definition at line 36 of file bytecode_events.hpp.

◆ retrieved_bytecodes_snapshot_after

AppendOnlyTreeSnapshot bb::avm2::simulation::BytecodeRetrievalEvent::retrieved_bytecodes_snapshot_after

Definition at line 38 of file bytecode_events.hpp.

◆ retrieved_bytecodes_snapshot_before

AppendOnlyTreeSnapshot bb::avm2::simulation::BytecodeRetrievalEvent::retrieved_bytecodes_snapshot_before

Definition at line 37 of file bytecode_events.hpp.


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