Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_get_contract_instance.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
4
9
10namespace bb::avm2::simulation {
11
13 public:
16
18 void,
20 (MemoryInterface & memory, const AztecAddress& contract_address, MemoryAddress dst_offset, uint8_t member_enum),
21 (override));
22};
23
24} // namespace bb::avm2::simulation
MOCK_METHOD(void, get_contract_instance,(MemoryInterface &memory, const AztecAddress &contract_address, MemoryAddress dst_offset, uint8_t member_enum),(override))
uint32_t MemoryAddress