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
13
14namespace bb::avm2::simulation {
15
17 public:
18 virtual ~EmitUnencryptedLogInterface() = default;
22 MemoryAddress log_offset,
23 uint32_t log_size) = 0;
24};
25
51
52} // namespace bb::avm2::simulation
ExecutionIdManagerInterface & execution_id_manager
EventEmitterInterface< EmitUnencryptedLogEvent > & events
EmitUnencryptedLog(ExecutionIdManagerInterface &execution_id_manager, GreaterThanInterface &greater_than, EventEmitterInterface< EmitUnencryptedLogEvent > &events)
virtual void emit_unencrypted_log(MemoryInterface &memory, ContextInterface &context, AztecAddress contract_address, MemoryAddress log_offset, uint32_t log_size)=0
uint32_t MemoryAddress