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

Return true if the given header supports parachain consensus. Otherwise, false.

Implementations on Foreign Types

Implementors