pub trait IdentifyVariant {
    fn is_basilisk_runtime(&self) -> bool;
    fn is_testing_runtime(&self) -> bool;
}
Expand description

Can be called for a Configuration to check what node it belongs to.

Required Methods§

Returns if this is a configuration for the Basilisk node.

Returns if this is a configuration for the Testing Basilisk node.

Implementations on Foreign Types§

Implementors§