Skip to main content

isTopicInBloom

Callable

  • isTopicInBloom(bloom: string, topic: string): boolean

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

    Returns boolean