Expand description
Structs§
- APIConfig
Response - An API config response.
- APIGenesis
Response - An API genesis response.
- Alloy
Chain Provider - The AlloyChainProvider is a concrete implementation of the ChainProvider trait, providing data over Ethereum JSON-RPC using an alloy provider as the backend.
- Alloy
L2Chain Provider - The AlloyL2ChainProvider is a concrete implementation of the L2ChainProvider trait, providing data over Ethereum JSON-RPC using an alloy provider as the backend.
- Metrics
- Container for metrics.
- Online
Beacon Client - An online implementation of the BeaconClient trait.
- Online
Blob Provider - An online implementation of the BlobProvider trait.
- Reduced
Config Data - A reduced config data.
- Reduced
Genesis Data - A reduced genesis data.
Enums§
- Alloy
Chain Provider Error - An error for the AlloyChainProvider.
- Alloy
L2Chain Provider Error - An error for the AlloyL2ChainProvider.
- Online
Pipeline - An online derivation pipeline.
Traits§
- Beacon
Client - The BeaconClient is a thin wrapper around the Beacon API.
- Blob
Sidecar Provider - The minimal interface required to fetch sidecars from a remote blob store.