pub type AlloyLogData = LogData;
struct AlloyLogData { pub data: Bytes, /* private fields */ }
data: Bytes
The plain data.