Struct ethcore::trace::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]

Important traits for Vec<u8>

Returns combinations of each address.

Returns true if given trace matches the filter.

Trait Implementations

impl Debug for Filter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter