Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bytecode_manager.hpp>
Public Member Functions | |
BytecodeManager (AztecAddress address, TxBytecodeManagerInterface &tx_bytecode_manager) | |
Instruction | read_instruction (uint32_t pc) override |
BytecodeId | get_bytecode_id () override |
std::optional< BytecodeId > | try_get_bytecode_id () override |
![]() | |
virtual | ~BytecodeManagerInterface ()=default |
Private Attributes | |
AztecAddress | address |
std::optional< BytecodeId > | bytecode_id |
TxBytecodeManagerInterface & | tx_bytecode_manager |
Definition at line 104 of file bytecode_manager.hpp.
|
inline |
Definition at line 106 of file bytecode_manager.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::BytecodeManagerInterface.
Definition at line 116 of file bytecode_manager.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::BytecodeManagerInterface.
Definition at line 111 of file bytecode_manager.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::BytecodeManagerInterface.
Definition at line 124 of file bytecode_manager.hpp.
|
private |
Definition at line 137 of file bytecode_manager.hpp.
|
private |
Definition at line 138 of file bytecode_manager.hpp.
|
private |
Definition at line 139 of file bytecode_manager.hpp.