|
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 44 of file bytecode_events.hpp.
| using bb::avm2::simulation::InstructionFetchingEvent::Key = std::tuple<BytecodeId, uint32_t> |
Definition at line 53 of file bytecode_events.hpp.
|
inline |
Definition at line 54 of file bytecode_events.hpp.
| std::shared_ptr<std::vector<uint8_t> > bb::avm2::simulation::InstructionFetchingEvent::bytecode |
Definition at line 49 of file bytecode_events.hpp.
| BytecodeId bb::avm2::simulation::InstructionFetchingEvent::bytecode_id |
Definition at line 45 of file bytecode_events.hpp.
| std::optional<InstrDeserializationError> bb::avm2::simulation::InstructionFetchingEvent::error |
Definition at line 50 of file bytecode_events.hpp.
| Instruction bb::avm2::simulation::InstructionFetchingEvent::instruction |
Definition at line 48 of file bytecode_events.hpp.
| uint32_t bb::avm2::simulation::InstructionFetchingEvent::pc |
Definition at line 46 of file bytecode_events.hpp.