pub trait OriginProvider {
// Required method
fn origin(&self) -> Option<BlockInfo>;
}
Expand description
Provides a method for accessing the pipeline’s current L1 origin.
pub trait OriginProvider {
// Required method
fn origin(&self) -> Option<BlockInfo>;
}
Provides a method for accessing the pipeline’s current L1 origin.