Struct ethabi::LogParam [−][src]
Decoded log param.
Fields
name: String
                           Decoded log name.
value: Token
                           Decoded log value.
Trait Implementations
impl Debug for LogParam[src] 
impl Debug for LogParamfn 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 LogParam[src] 
impl PartialEq for LogParam