Struct ethcore::trace_types::filter::Filter [] [src]

pub struct Filter {
    pub range: Range<usize>,
    pub from_address: AddressesFilter,
    pub to_address: AddressesFilter,
}

Traces filter.

Fields

Block range.

From address filter.

To address filter.

Methods

impl Filter
[src]

Returns true if given trace matches the filter.

Trait Implementations

impl Debug for Filter
[src]

Formats the value using the given formatter.

impl BloomFilter for Filter
[src]

All bloom possibilities that we are searching for.

Range of search.