Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
emit_unencrypted_log_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <stdexcept>
5#include <string>
6
11
12namespace bb::avm2::simulation {
13
14struct EmitUnencryptedLogException : public std::runtime_error {
15 explicit EmitUnencryptedLogException(const std::string& message)
16 : std::runtime_error("Error in EmitUnencryptedLog: " + message)
17 {}
18};
19
39
41
42} // namespace bb::avm2::simulation
std::variant< EmitUnencryptedLogWriteEvent, CheckPointEventType > EmitUnencryptedLogEvent
uint32_t MemoryAddress
STL namespace.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
bool operator==(const EmitUnencryptedLogWriteEvent &other) const =default