Crate kona_providers_alloy

Source
Expand description

§kona-providers-alloy

CI kona-provides-alloy License Codecov

Alloy-backed providers for kona.

Structs§

APIConfigResponse
An API config response.
APIGenesisResponse
An API genesis response.
AlloyChainProvider
The AlloyChainProvider is a concrete implementation of the ChainProvider trait, providing data over Ethereum JSON-RPC using an alloy provider as the backend.
AlloyL2ChainProvider
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.
OnlineBeaconClient
An online implementation of the BeaconClient trait.
OnlineBlobProvider
An online implementation of the BlobProvider trait.
ReducedConfigData
A reduced config data.
ReducedGenesisData
A reduced genesis data.

Enums§

AlloyChainProviderError
An error for the AlloyChainProvider.
AlloyL2ChainProviderError
An error for the AlloyL2ChainProvider.
OnlinePipeline
An online derivation pipeline.

Traits§

BeaconClient
The BeaconClient is a thin wrapper around the Beacon API.
BlobSidecarProvider
The minimal interface required to fetch sidecars from a remote blob store.