IsSystem

Trait IsSystem 

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

Determine if a teyrchain is a system teyrchain or not.

Required Methods§

Source

fn is_system(&self) -> bool

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

Implementors§