Trait fuel_ethabi::LogFilter
source · pub trait LogFilter {
fn wildcard_filter(&self) -> TopicFilter;
}
Expand description
Common filtering functions that are available for any event.
Required Methods§
sourcefn wildcard_filter(&self) -> TopicFilter
fn wildcard_filter(&self) -> TopicFilter
Match any log parameters.