web3-validatorFunctionsisContractAddressInBloomisContractAddressInBloom CallableisContractAddressInBloom(bloom: string, contractAddress: string): booleanReturns true if the contract address is part of the given bloom. note: false positives are possible.Parametersbloom: stringcontractAddress: stringReturns boolean
Returns true if the contract address is part of the given bloom. note: false positives are possible.