Struct ethcore::trace_filter::Filter [] [src]

pub struct Filter {
    pub range: Range<BlockId>,
    pub from_address: Vec<Address>,
    pub to_address: Vec<Address>,
}

Easy to use trace filter.

Fields

Range of filtering.

From address.

To address.