Expand description
The entire implementation of the namespace is quite large, hence it is divided across several files.
Modules§
- signer
- An abstraction over ethereum signers.
- sync_
listener - A utility Future to asynchronously wait until a node has finished syncing.
- types
- L1
eth
API types.
Structs§
- Sync
Listener - This future resolves once the node is no longer syncing:
NetworkInfo::is_syncing
.