web3-utilsFunctionsisUserEthereumAddressInBloomisUserEthereumAddressInBloom CallableisUserEthereumAddressInBloom(bloom: string, ethereumAddress: string): booleanReturns true if the ethereum users 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: stringethereumAddress: stringReturns boolean
Returns true if the ethereum users address is part of the given bloom note: false positives are possible.
Will be removed in next release. Please use
web3-validator
package instead.