web3-utilsFunctionsisTopicInBloomisTopicInBloom CallableisTopicInBloom(bloom: string, topic: string): booleanReturns true if the topic is part of the given bloom. note: false positives are possible.@deprecatedWill be removed in next release. Please use web3-validator package instead.Parametersbloom: stringtopic: stringReturns boolean
Returns true if the topic is part of the given bloom. note: false positives are possible.
Will be removed in next release. Please use
web3-validator
package instead.