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::PureTxBytecodeManager bb::avm2::simulation::TxBytecodeManager

Public Member Functions

virtual ~TxBytecodeManagerInterface ()=default
 
virtual BytecodeId get_bytecode (const AztecAddress &address)=0
 
virtual std::shared_ptr< std::vector< uint8_t > > get_bytecode_data (const BytecodeId &bytecode_id)=0
 
virtual Instruction read_instruction (const BytecodeId &bytecode_id, uint32_t pc)=0
 
virtual Instruction read_instruction (const BytecodeId &bytecode_id, std::shared_ptr< std::vector< uint8_t > > bytecode_ptr, uint32_t pc)=0
 

Detailed Description

Definition at line 14 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

◆ get_bytecode_data()

virtual std::shared_ptr< std::vector< uint8_t > > bb::avm2::simulation::TxBytecodeManagerInterface::get_bytecode_data ( const BytecodeId bytecode_id)
pure virtual

◆ read_instruction() [1/2]

virtual Instruction bb::avm2::simulation::TxBytecodeManagerInterface::read_instruction ( const BytecodeId bytecode_id,
std::shared_ptr< std::vector< uint8_t > >  bytecode_ptr,
uint32_t  pc 
)
pure virtual

◆ read_instruction() [2/2]

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

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