Trait ethabi::LogFilter[][src]

pub trait LogFilter {
    fn wildcard_filter(&self) -> TopicFilter;
}

Common filtering functions that are available for any event.

Required Methods

Match any log parameters.

Implementors