static fun compute(logs: MutableCollection<Log>): LogsBloomFilter
(source)
Creates a bloom filter corresponding to the provide log series.
logs
- the logs to populate the bloom filter with.
Return
the newly created bloom filter populated with the logs from logs
.