Struct ethcore::trace::AddressesFilter [] [src]

pub struct AddressesFilter { /* fields omitted */ }

Addresses filter.

Used to create bloom possibilities and match filters.

Methods

impl AddressesFilter
[src]

Returns true if address matches one of the searched addresses.

Returns true if this address filter matches everything.

Returns blooms of this addresses filter.

Returns vector of blooms zipped with blooms of this addresses filter.

Trait Implementations

impl Debug for AddressesFilter
[src]

Formats the value using the given formatter.

impl From<Vec<Address>> for AddressesFilter
[src]

Performs the conversion.