Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
noop_update_check.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/simulation/interfaces/update_check.hpp
"
4
5
namespace
bb::avm2::simulation
{
6
7
class
NoopUpdateCheck
:
public
UpdateCheckInterface
{
8
public
:
9
void
check_current_class_id
(
const
AztecAddress
&,
const
ContractInstance
&)
override
{}
10
};
11
12
}
// namespace bb::avm2::simulation
bb::avm2::simulation::NoopUpdateCheck
Definition
noop_update_check.hpp:7
bb::avm2::simulation::NoopUpdateCheck::check_current_class_id
void check_current_class_id(const AztecAddress &, const ContractInstance &) override
Definition
noop_update_check.hpp:9
bb::avm2::simulation::UpdateCheckInterface
Definition
update_check.hpp:7
bb::avm2::simulation
Definition
address_derivation_event.hpp:6
bb::avm2::AztecAddress
FF AztecAddress
Definition
aztec_types.hpp:12
update_check.hpp
bb::avm2::ContractInstance
Definition
aztec_types.hpp:85
src
barretenberg
vm2
simulation
standalone
noop_update_check.hpp
Generated by
1.9.8