package
0.4.2
Repository: https://github.com/axiomesh/axiom-ledger.git
Documentation: pkg.go.dev

# Functions

BloomLookup is a convenience-method to check presence int he bloom filter.
FilterLogs creates a slice of logs matching the given criteria.
NewPublicFilterAPI returns a new PublicFilterAPI instance.
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.
NewRangeFilter creates a new filter which uses a bloom filter on blocks to figure out whether a particular block is interesting or not.

# Constants

BlocksSubscription queries hashes for blocks that are imported.
LastSubscription keeps track of the last index.
LogsSubscription queries for new or removed (chain reorg) logs.
MinedAndPendingLogsSubscription queries for logs in mined and pending blocks.
PendingLogsSubscription queries for logs in pending blocks.
PendingTransactionsSubscription queries for pending transactions entering the pending state.
UnknownSubscription indicates an unknown subscription type.

# Structs

EventSystem creates subscriptions, processes events and broadcasts them to the subscription which match the subscription criteria.
Filter can be used to retrieve and filter logs.
FilterAPI offers support to create and manage filters.
No description provided by the author
Subscription is created when the client registers itself for a particular event.

# Type aliases

FilterCriteria represents a request to create a new filter.
Type determines the kind of filter and is used to put the filter in to the correct bucket when added.