OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::parsec::agent::runner::evm_log Struct Reference

EVM log output type. More...

#include <messages.hpp>

Data Fields

evmc::address m_addr {}
 Address for the log.
 
std::vector< uint8_t > m_data {}
 Log data.
 
std::vector< evmc::bytes32 > m_topics {}
 List of log topics.
 

Detailed Description

EVM log output type.

Definition at line 100 of file parsec/agent/runners/evm/messages.hpp.

Field Documentation

◆ m_addr

evmc::address cbdc::parsec::agent::runner::evm_log::m_addr {}

Address for the log.

Definition at line 102 of file parsec/agent/runners/evm/messages.hpp.

◆ m_data

std::vector<uint8_t> cbdc::parsec::agent::runner::evm_log::m_data {}

Log data.

Definition at line 104 of file parsec/agent/runners/evm/messages.hpp.

◆ m_topics

std::vector<evmc::bytes32> cbdc::parsec::agent::runner::evm_log::m_topics {}

List of log topics.

Definition at line 106 of file parsec/agent/runners/evm/messages.hpp.


The documentation for this struct was generated from the following file: