Trait polkadot_parachain::primitives::IsSystem
source · pub trait IsSystem {
// Required method
fn is_system(&self) -> bool;
}
Expand description
Determine if a parachain is a system parachain or not.
pub trait IsSystem {
// Required method
fn is_system(&self) -> bool;
}
Determine if a parachain is a system parachain or not.