Skip to main content

isUserEthereumAddressInBloom

Callable

  • isUserEthereumAddressInBloom(bloom: string, ethereumAddress: string): boolean

  • Returns true if the ethereum users address 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
    • ethereumAddress: string

    Returns boolean