Trait sov_rollup_interface::traits::BlockHeaderTrait
source · pub trait BlockHeaderTrait: PartialEq + Debug + CanonicalHash<Output = Self::Hash> + Clone {
type Hash: Clone;
// Required method
fn prev_hash(&self) -> Self::Hash;
}