Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
update_check.hpp
Go to the documentation of this file.
1#pragma once
2
8
9namespace bb::avm2::simulation {
10
37
38} // namespace bb::avm2::simulation
const GlobalVariables & globals
EventEmitterInterface< UpdateCheckEvent > & update_check_events
HighLevelMerkleDBInterface & merkle_db
void check_current_class_id(const AztecAddress &address, const ContractInstance &instance) override
RangeCheckInterface & range_check
UpdateCheck(Poseidon2Interface &poseidon2, RangeCheckInterface &range_check, GreaterThanInterface &gt, HighLevelMerkleDBInterface &merkle_db, EventEmitterInterface< UpdateCheckEvent > &read_event_emitter, const GlobalVariables &globals)