Skip to content

Commit

Permalink
feat(derive): sources docs (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Oct 30, 2024
1 parent 13d7e82 commit 9621797
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion crates/derive/src/sources/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
//! This module contains data source impelmentations.
//! The data source module.
//!
//! Data sources are data providers for the kona derivation pipeline.
//! They implement the [DataAvailabilityProvider] trait, providing a way
//! to iterate over data for a given (L2) [BlockInfo].
//!
//! [DataAvailabilityProvider]: crate::traits::DataAvailabilityProvider
//! [BlockInfo]: op_alloy_protocol::BlockInfo
mod ethereum;
pub use ethereum::EthereumDataSource;
Expand Down

0 comments on commit 9621797

Please sign in to comment.