Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
class_id_derivation_event.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/common/aztec_types.hpp
"
4
5
namespace
bb::avm2::simulation
{
6
7
struct
ClassIdDerivationEvent
{
8
ContractClassId
class_id
= 0;
9
FF
artifact_hash
= 0;
10
FF
private_functions_root
= 0;
11
BytecodeId
public_bytecode_commitment
= 0;
12
};
13
14
}
// namespace bb::avm2::simulation
aztec_types.hpp
bb::avm2::simulation
AVM range check gadget for witness generation.
Definition
address_derivation_event.hpp:6
bb::avm2::FF
AvmFlavorSettings::FF FF
Definition
field.hpp:10
bb::avm2::ContractClassId
FF ContractClassId
Definition
aztec_types.hpp:18
bb::avm2::BytecodeId
FF BytecodeId
Definition
aztec_types.hpp:17
bb::avm2::simulation::ClassIdDerivationEvent
Definition
class_id_derivation_event.hpp:7
bb::avm2::simulation::ClassIdDerivationEvent::artifact_hash
FF artifact_hash
Definition
class_id_derivation_event.hpp:9
bb::avm2::simulation::ClassIdDerivationEvent::private_functions_root
FF private_functions_root
Definition
class_id_derivation_event.hpp:10
bb::avm2::simulation::ClassIdDerivationEvent::public_bytecode_commitment
BytecodeId public_bytecode_commitment
Definition
class_id_derivation_event.hpp:11
bb::avm2::simulation::ClassIdDerivationEvent::class_id
ContractClassId class_id
Definition
class_id_derivation_event.hpp:8
src
barretenberg
vm2
simulation
events
class_id_derivation_event.hpp
Generated by
1.9.8