tuweni / org.apache.tuweni.eth / LogsBloomFilter / compute

compute

static fun compute(logs: MutableCollection<Log!>!): LogsBloomFilter! (source)

Creates a bloom filter corresponding to the provide log series.

Parameters

logs - MutableCollection<Log!>!: the logs to populate the bloom filter with.

Return
LogsBloomFilter!: the newly created bloom filter populated with the logs from logs.