Skip to main content

isContractAddressInBloom

Callable

  • isContractAddressInBloom(bloom: string, contractAddress: string): boolean

  • Returns true if the contract 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
    • contractAddress: string

    Returns boolean