Struct ethers_core::abi::RawLog [−][src]
Expand description
Ethereum log.
Fields
topics: Vec<H256, Global>
Indexed event params are represented as log topics.
data: Vec<u8, Global>
Others are just plain data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawLog
impl UnwindSafe for RawLog
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self