Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_contract_instance.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
7
8namespace bb::avm2::simulation {
9
10// Forward declaration
11class MemoryInterface;
12
14 public:
15 virtual ~GetContractInstanceInterface() = default;
18 MemoryAddress dst_offset,
19 uint8_t member_enum) = 0;
20};
21
22} // namespace bb::avm2::simulation
virtual void get_contract_instance(MemoryInterface &memory, const AztecAddress &contract_address, MemoryAddress dst_offset, uint8_t member_enum)=0
uint32_t MemoryAddress