Trait polkadot_overseer::HeadSupportsParachains [−][src]
pub trait HeadSupportsParachains {
fn head_supports_parachains(&self, head: &Hash) -> bool;
}
Expand description
Whether a header supports parachain consensus or not.
Required methods
fn head_supports_parachains(&self, head: &Hash) -> bool
fn head_supports_parachains(&self, head: &Hash) -> bool
Return true if the given header supports parachain consensus. Otherwise, false.