Expand description
EVM WebSocket streaming client for HyperEVM.
Stream EVM events via WebSocket on the /nanoreth namespace:
- newHeads: New block headers
- logs: Contract event logs
- newPendingTransactions: Pending transaction hashes
Structs§
- EVMStream
- EVM WebSocket streaming client for HyperEVM
- EVMStream
Config - EVM stream configuration
- EVMSubscription
- An EVM subscription handle
Enums§
- EVMConnection
State - Connection state for EVM WebSocket
- EVMSubscription
Type - EVM WebSocket subscription types (eth_subscribe)