#include <bytecode_manager.hpp>
Definition at line 14 of file bytecode_manager.hpp.
◆ ~TxBytecodeManagerInterface()
| virtual bb::avm2::simulation::TxBytecodeManagerInterface::~TxBytecodeManagerInterface |
( |
| ) |
|
|
virtualdefault |
◆ 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: