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¶
variable topics¶
variable data¶
Updated on 2026-04-13 at 23:22:46 -0700