Struct web3::api::EthFilter [−][src]
pub struct EthFilter<T> { /* fields omitted */ }Eth namespace, filters
Methods
impl<T: Transport> EthFilter<T>[src]
impl<T: Transport> EthFilter<T>pub fn create_logs_filter(self, filter: Filter) -> CreateFilter<T, Log>[src]
pub fn create_logs_filter(self, filter: Filter) -> CreateFilter<T, Log>Installs a new logs filter.
pub fn create_blocks_filter(self) -> CreateFilter<T, H256>[src]
pub fn create_blocks_filter(self) -> CreateFilter<T, H256>Installs a new block filter.
pub fn create_pending_transactions_filter(self) -> CreateFilter<T, H256>[src]
pub fn create_pending_transactions_filter(self) -> CreateFilter<T, H256>Installs a new pending transactions filter.
Trait Implementations
impl<T: Debug> Debug for EthFilter<T>[src]
impl<T: Debug> Debug for EthFilter<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Clone> Clone for EthFilter<T>[src]
impl<T: Clone> Clone for EthFilter<T>fn clone(&self) -> EthFilter<T>[src]
fn clone(&self) -> EthFilter<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Transport> Namespace<T> for EthFilter<T>[src]
impl<T: Transport> Namespace<T> for EthFilter<T>