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-04-13 at 23:22:46 -0700