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.

Important traits for Vec<u8>

Returns blooms of this addresses filter.

Important traits for Vec<u8>

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. Read more

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

Performs the conversion.

Auto Trait Implementations

impl Send for AddressesFilter

impl Sync for AddressesFilter