Skip to main content

isInBloom

Callable

  • isInBloom(bloom: string, value: string | Uint8Array): boolean

  • Returns true if the value is part of the given bloom note: false positives are possible.

    @deprecated

    Will be removed in next release. Please use web3-validator package instead.


    Parameters

    • bloom: string
    • value: string | Uint8Array

    Returns boolean