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