Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
contract_instance_retrieval_event.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2::simulation {
7
14
15 // Tree context
18
19 // Nullifier info
21 bool exists = false;
22
24
25 bool operator==(const ContractInstanceRetrievalEvent& other) const = default;
26};
27
28} // namespace bb::avm2::simulation
AVM range check gadget for witness generation.
AvmFlavorSettings::FF FF
Definition field.hpp:10
bool operator==(const ContractInstanceRetrievalEvent &other) const =default