event_reader.reader
Documentation for eth_defi.event_reader.reader Python module.
High performance EVM event reader.
For further reading see:
Functions
|
Perform eth_getLogs call over a block range. |
|
Concurrency happy event extractor. |
|
Get block timestamps from block headers. |
|
Creates internal filter to match contract events. |
|
Reads multiple events from the blockchain. |
|
Reads multiple events from the blockchain parallel using a thread pool for IO. |
Classes
Informs any listener about the state of an event scan. |
|
Pass the event reader callable around. |
Exceptions
Timestamp does not look good. |
|
eth_getLogs call failed. |
|
Timestamp service does not have a timestasmp for a given block. |