pub fn filter_logs<R>( block: Block, receipts: Vec<R>, filter: &FilteredParams, ) -> Vec<Log>where R: TxReceipt<Log = Log>,
Returns all the logs that match the given filter