stratus::alias

Type Alias AlloyLogPrimitive

Source
pub type AlloyLogPrimitive = Log;

Aliased Type§

struct AlloyLogPrimitive {
    pub address: Address,
    pub data: LogData,
}

Fields§

§address: Address

The address which emitted this log.

§data: LogData

The log data.