Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
emit_unencrypted_log.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
7
8namespace bb::avm2::simulation {
9
10// Forward declarations
11class ContextInterface;
12class MemoryInterface;
13
15 public:
16 virtual ~EmitUnencryptedLogInterface() = default;
20 MemoryAddress log_offset,
21 uint32_t log_size) = 0;
22};
23
24} // namespace bb::avm2::simulation
virtual void emit_unencrypted_log(MemoryInterface &memory, ContextInterface &context, AztecAddress contract_address, MemoryAddress log_offset, uint32_t log_size)=0
uint32_t MemoryAddress