Trait polkadot_parachain::primitives::IsSystem[][src]

pub trait IsSystem {
    fn is_system(&self) -> bool;
}
Expand description

Determine if a parachain is a system parachain or not.

Required methods

Returns true if a parachain is a system parachain, false otherwise.

Implementors