Log
Definition
Section titled “Definition”struct Log { /// The topics of the log, including the signature, if any. bytes32[] topics; /// The raw data of the log. bytes data; /// The address of the log's emitter. address emitter;}Description
Section titled “Description”An Ethereum log. Returned by getRecordedLogs.