EVMC
|
LOG record. More...
#include <mocked_host.hpp>
Public Member Functions | |
bool | operator== (const log_record &other) const noexcept |
Equal operator. | |
Public Attributes | |
address | creator |
The address of the account which created the log. | |
bytes | data |
The data attached to the log. | |
std::vector< bytes32 > | topics |
The log topics. | |
LOG record.
Definition at line 79 of file mocked_host.hpp.
|
inlinenoexcept |
Equal operator.
Definition at line 91 of file mocked_host.hpp.
address evmc::MockedHost::log_record::creator |
The address of the account which created the log.
Definition at line 82 of file mocked_host.hpp.
bytes evmc::MockedHost::log_record::data |
The data attached to the log.
Definition at line 85 of file mocked_host.hpp.
std::vector<bytes32> evmc::MockedHost::log_record::topics |
The log topics.
Definition at line 88 of file mocked_host.hpp.