|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <update_check.hpp>
Public Member Functions | |
| UpdateCheck (Poseidon2Interface &poseidon2, RangeCheckInterface &range_check, GreaterThanInterface >, HighLevelMerkleDBInterface &merkle_db, EventEmitterInterface< UpdateCheckEvent > &read_event_emitter, const GlobalVariables &globals) | |
| void | check_current_class_id (const AztecAddress &address, const ContractInstance &instance) override |
Public Member Functions inherited from bb::avm2::simulation::UpdateCheckInterface | |
| virtual | ~UpdateCheckInterface ()=default |
Private Attributes | |
| EventEmitterInterface< UpdateCheckEvent > & | update_check_events |
| Poseidon2Interface & | poseidon2 |
| RangeCheckInterface & | range_check |
| GreaterThanInterface & | gt |
| HighLevelMerkleDBInterface & | merkle_db |
| const GlobalVariables & | globals |
Definition at line 11 of file update_check.hpp.
|
inline |
Definition at line 13 of file update_check.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::UpdateCheckInterface.
Definition at line 23 of file update_check.cpp.
|
private |
Definition at line 35 of file update_check.hpp.
|
private |
Definition at line 33 of file update_check.hpp.
|
private |
Definition at line 34 of file update_check.hpp.
|
private |
Definition at line 31 of file update_check.hpp.
|
private |
Definition at line 32 of file update_check.hpp.
|
private |
Definition at line 30 of file update_check.hpp.