|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 30 of file bytecode_events.hpp.
| AztecAddress bb::avm2::simulation::BytecodeRetrievalEvent::address |
Definition at line 32 of file bytecode_events.hpp.
| BytecodeId bb::avm2::simulation::BytecodeRetrievalEvent::bytecode_id |
Definition at line 31 of file bytecode_events.hpp.
| ContractClass bb::avm2::simulation::BytecodeRetrievalEvent::contract_class |
Definition at line 34 of file bytecode_events.hpp.
| ContractClassId bb::avm2::simulation::BytecodeRetrievalEvent::current_class_id |
Definition at line 33 of file bytecode_events.hpp.
| bool bb::avm2::simulation::BytecodeRetrievalEvent::instance_not_found_error = false |
Definition at line 40 of file bytecode_events.hpp.
| bool bb::avm2::simulation::BytecodeRetrievalEvent::is_new_class = false |
Definition at line 39 of file bytecode_events.hpp.
| bool bb::avm2::simulation::BytecodeRetrievalEvent::limit_error = false |
Definition at line 41 of file bytecode_events.hpp.
| FF bb::avm2::simulation::BytecodeRetrievalEvent::nullifier_root |
Definition at line 35 of file bytecode_events.hpp.
| FF bb::avm2::simulation::BytecodeRetrievalEvent::public_data_tree_root |
Definition at line 36 of file bytecode_events.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::BytecodeRetrievalEvent::retrieved_bytecodes_snapshot_after |
Definition at line 38 of file bytecode_events.hpp.
| AppendOnlyTreeSnapshot bb::avm2::simulation::BytecodeRetrievalEvent::retrieved_bytecodes_snapshot_before |
Definition at line 37 of file bytecode_events.hpp.