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

Determine if a parachain is a system parachain or not.

Required Methods§

fn is_system(&self) -> bool

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

Implementors§

§

impl IsSystem for Id

§

impl IsSystem for Sibling