|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction_block.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (instructions, base_offset) | |
Public Attributes | |
| std::vector< FuzzInstruction > | instructions |
| uint32_t | base_offset = 0 |
Definition at line 11 of file instruction_block.hpp.
| bb::avm2::fuzzer::InstructionBlock::MSGPACK_FIELDS | ( | instructions | , |
| base_offset | |||
| ) |
| uint32_t bb::avm2::fuzzer::InstructionBlock::base_offset = 0 |
Definition at line 13 of file instruction_block.hpp.
| std::vector<FuzzInstruction> bb::avm2::fuzzer::InstructionBlock::instructions |
Definition at line 12 of file instruction_block.hpp.