Struct ethabi::RawLog [−][src]
Ethereum log.
Fields
topics: Vec<Hash>
Indexed event params are represented as log topics.
data: Bytes
Others are just plain data.
Trait Implementations
impl Debug for RawLog[src]
impl Debug for RawLogfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RawLog[src]
impl PartialEq for RawLogfn eq(&self, other: &RawLog) -> bool[src]
fn eq(&self, other: &RawLog) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RawLog) -> bool[src]
fn ne(&self, other: &RawLog) -> boolThis method tests for !=.
impl From<(Vec<Hash>, Bytes)> for RawLog[src]
impl From<(Vec<Hash>, Bytes)> for RawLog