[][src]Trait ethers_core::abi::LogFilter

pub trait LogFilter {
    fn wildcard_filter(&self) -> TopicFilter;
}
This is supported on feature="abi" only.

Common filtering functions that are available for any event.

Required methods

fn wildcard_filter(&self) -> TopicFilter

This is supported on feature="abi" only.

Match any log parameters.

Loading content...

Implementors

Loading content...