web3-validatorFunctionsisInBloomisInBloom CallableisInBloom(bloom: string, value: string | Uint8Array): booleanReturns true if the value is part of the given bloom note: false positives are possible.Parametersbloom: stringvalue: string | Uint8ArrayReturns boolean
Returns true if the value is part of the given bloom note: false positives are possible.