Skip to main content

filter_logs

Function filter_logs 

Source
pub fn filter_logs<R>(
    block: Block,
    receipts: Vec<R>,
    filter: &FilteredParams,
) -> Vec<Log>
where R: TxReceipt<Log = Log>,
Expand description

Returns all the logs that match the given filter