package
0.18.15
Repository: https://github.com/oneledger/protocol.git
Documentation: pkg.go.dev

# Functions

filterLogs creates a slice of logs matching the given criteria.
NewBlockFilter creates a new filter which directly inspects the contents of a block to figure out whether it is interesting or not.
NewEventSystem creates a new manager that listens for event on the given mux, parses and filters them.
NewPublicFilterAPI returns a new PublicFilterAPI instance.
NewRangeFilter creates a new filter which uses a bloom filter on blocks to figure out whether a particular block is interesting or not.

# Structs

EventSystem creates subscriptions, processes events and broadcasts them to the subscription which match the subscription criteria using the Tendermint's RPC client.
No description provided by the author
PublicFilterAPI offers support to create and manage filters.
Subscription defines a wrapper for the private subscription.