Expand description
Modules§
- client
- RPC client traits for querying an Ethereum node.
- common
- Common types and helpers shared across the crate, including error types and Ethereum event parsing.
- light_
client - Generic EVM client for calling a LightClient contract’s
addCommitteemethod. - provider
- A simplified JSON-RPC provider for accessing an Ethereum node over HTTP.
- test_
utils - Helper types for tests and similar purposes.