web3-utilsFunctionsisContractAddressInBloomisContractAddressInBloom CallableisContractAddressInBloom(bloom: string, contractAddress: string): booleanReturns true if the contract address is part of the given bloom. note: false positives are possible.@deprecatedWill be removed in next release. Please use web3-validator package instead.Parametersbloom: stringcontractAddress: stringReturns boolean
Returns true if the contract address is part of the given bloom. note: false positives are possible.
Will be removed in next release. Please use
web3-validator
package instead.