Trait phron_finality::sync::UnverifiedHeader
source · pub trait UnverifiedHeader: Clone + Codec + Debug + Send + Sync + 'static {
// Required method
fn id(&self) -> BlockId;
}
Expand description
The unverified header of a block, containing information about the parent relation.
Required Methods§
Object Safety§
This trait is not object safe.