Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::TxBytecodeManagerInterface Class Referenceabstract

#include <bytecode_manager.hpp>

Inheritance diagram for bb::avm2::simulation::TxBytecodeManagerInterface:
bb::avm2::simulation::TxBytecodeManager

Public Member Functions

virtual ~TxBytecodeManagerInterface ()=default
 
virtual BytecodeId get_bytecode (const AztecAddress &address)=0
 
virtual Instruction read_instruction (BytecodeId bytecode_id, uint32_t pc)=0
 

Detailed Description

Definition at line 40 of file bytecode_manager.hpp.

Constructor & Destructor Documentation

◆ ~TxBytecodeManagerInterface()

virtual bb::avm2::simulation::TxBytecodeManagerInterface::~TxBytecodeManagerInterface ( )
virtualdefault

Member Function Documentation

◆ get_bytecode()

virtual BytecodeId bb::avm2::simulation::TxBytecodeManagerInterface::get_bytecode ( const AztecAddress address)
pure virtual

◆ read_instruction()

virtual Instruction bb::avm2::simulation::TxBytecodeManagerInterface::read_instruction ( BytecodeId  bytecode_id,
uint32_t  pc 
)
pure virtual

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