Struct web3::api::EthFilter[][src]

pub struct EthFilter<T> { /* fields omitted */ }

Eth namespace, filters

Methods

impl<T: Transport> EthFilter<T>
[src]

Installs a new logs filter.

Installs a new block filter.

Installs a new pending transactions filter.

Trait Implementations

impl<T: Debug> Debug for EthFilter<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for EthFilter<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Transport> Namespace<T> for EthFilter<T>
[src]

Creates new API namespace

Important traits for &'a mut R

Borrows a transport.

Auto Trait Implementations

impl<T> Send for EthFilter<T> where
    T: Send

impl<T> Sync for EthFilter<T> where
    T: Sync