Struct ethcore_rpc::v1::EthFilterClient [] [src]

pub struct EthFilterClient<C, M> where C: BlockChainClient, M: MinerService { /* fields omitted */ }

Eth filter rpc implementation.

Methods

impl<C, M> EthFilterClient<C, M> where C: BlockChainClient, M: MinerService
[src]

Creates new Eth filter client.

Trait Implementations

impl<C, M> EthFilter for EthFilterClient<C, M> where C: BlockChainClient + 'static, M: MinerService + 'static
[src]

Returns id of new filter.

Returns id of new block filter.

Returns id of new block filter.

Returns filter changes since last poll.

Returns all logs matching given filter (in a range 'from' - 'to').

Uninstalls filter.

Transform this into an IoDelegate, automatically wrapping the parameters. Read more