Skip to content

eth::codec::LogEntry

EVM log entry emitted by a CALL or CREATE instruction.

#include <objects.hpp>

Public Attributes

Name
Address address
std::vector< Hash256 > topics
ByteBuffer data

Public Attributes Documentation

variable address

Address address {};

variable topics

std::vector< Hash256 > topics;

variable data

ByteBuffer data;

Updated on 2026-06-05 at 17:22:18 -0700