Filters and subscriptions
Last updated
Last updated
An event that generates a log in Ethereum is searchable with a bloom filter.
are space-efficient probabilistic mechanisms for identifying whether an element is likely to be within a set.
Ethereum methods use this underlying implementation to search for and retrieve specific data from the Ethereum blockchain by polling with filter methods via HTTP or listening with subscription methods via WebSocket.
Check out the documented .
Check out the documented .