Module log

Module log 

Source
Expand description

This module implements event builders and streams for retrieving events emitted by a contract.

Structs§

LogFilterBuilder
A log filter builder for configuring either a query for past logs or a stream that constantly queries new logs and deals with re-orgs.

Constants§

DEFAULT_BLOCK_PAGE_SIZE
The default block page size used for querying past events.
DEFAULT_POLL_INTERVAL
The default poll interval to use for polling logs from the block chain.