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
;
9
// WARNING: this class has the whole bytecode. Create a new class.
10
ContractClass
klass
;
11
};
12
13
}
// namespace bb::avm2::simulation
aztec_types.hpp
bb::avm2::simulation
Definition
address_derivation.cpp:8
bb::avm2::ContractClassId
FF ContractClassId
Definition
aztec_types.hpp:12
bb::avm2::ContractClass
Definition
aztec_types.hpp:93
bb::avm2::simulation::ClassIdDerivationEvent
Definition
class_id_derivation_event.hpp:7
bb::avm2::simulation::ClassIdDerivationEvent::class_id
ContractClassId class_id
Definition
class_id_derivation_event.hpp:8
bb::avm2::simulation::ClassIdDerivationEvent::klass
ContractClass klass
Definition
class_id_derivation_event.hpp:10
src
barretenberg
vm2
simulation
events
class_id_derivation_event.hpp
Generated by
1.9.8