Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bytecode_events.hpp>
Public Types | |
using | Key = std::tuple< BytecodeId, uint32_t > |
Public Member Functions | |
Key | get_key () const |
Public Attributes | |
BytecodeId | bytecode_id |
uint32_t | pc |
Instruction | instruction |
std::shared_ptr< std::vector< uint8_t > > | bytecode |
std::optional< InstrDeserializationError > | error |
Definition at line 42 of file bytecode_events.hpp.
using bb::avm2::simulation::InstructionFetchingEvent::Key = std::tuple<BytecodeId, uint32_t> |
Definition at line 51 of file bytecode_events.hpp.
|
inline |
Definition at line 52 of file bytecode_events.hpp.
std::shared_ptr<std::vector<uint8_t> > bb::avm2::simulation::InstructionFetchingEvent::bytecode |
Definition at line 47 of file bytecode_events.hpp.
BytecodeId bb::avm2::simulation::InstructionFetchingEvent::bytecode_id |
Definition at line 43 of file bytecode_events.hpp.
std::optional<InstrDeserializationError> bb::avm2::simulation::InstructionFetchingEvent::error |
Definition at line 48 of file bytecode_events.hpp.
Instruction bb::avm2::simulation::InstructionFetchingEvent::instruction |
Definition at line 46 of file bytecode_events.hpp.
uint32_t bb::avm2::simulation::InstructionFetchingEvent::pc |
Definition at line 44 of file bytecode_events.hpp.