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§