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 = 0
 
AztecAddress address = 0
 
ContractClassId current_class_id = 0
 
ContractClass contract_class {}
 
FF nullifier_root = 0
 
FF public_data_tree_root = 0
 
AppendOnlyTreeSnapshot retrieved_bytecodes_snapshot_before
 
AppendOnlyTreeSnapshot retrieved_bytecodes_snapshot_after
 
bool is_new_class = false
 
std::optional< BytecodeRetrievalEventErrorerror
 

Detailed Description

Definition at line 35 of file bytecode_events.hpp.

Member Data Documentation

◆ address

AztecAddress bb::avm2::simulation::BytecodeRetrievalEvent::address = 0

Definition at line 37 of file bytecode_events.hpp.

◆ bytecode_id

BytecodeId bb::avm2::simulation::BytecodeRetrievalEvent::bytecode_id = 0

Definition at line 36 of file bytecode_events.hpp.

◆ contract_class

ContractClass bb::avm2::simulation::BytecodeRetrievalEvent::contract_class {}

Definition at line 39 of file bytecode_events.hpp.

◆ current_class_id

ContractClassId bb::avm2::simulation::BytecodeRetrievalEvent::current_class_id = 0

Definition at line 38 of file bytecode_events.hpp.

◆ error

std::optional<BytecodeRetrievalEventError> bb::avm2::simulation::BytecodeRetrievalEvent::error

Definition at line 45 of file bytecode_events.hpp.

◆ is_new_class

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

Definition at line 44 of file bytecode_events.hpp.

◆ nullifier_root

FF bb::avm2::simulation::BytecodeRetrievalEvent::nullifier_root = 0

Definition at line 40 of file bytecode_events.hpp.

◆ public_data_tree_root

FF bb::avm2::simulation::BytecodeRetrievalEvent::public_data_tree_root = 0

Definition at line 41 of file bytecode_events.hpp.

◆ retrieved_bytecodes_snapshot_after

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

Definition at line 43 of file bytecode_events.hpp.

◆ retrieved_bytecodes_snapshot_before

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

Definition at line 42 of file bytecode_events.hpp.


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