pub trait IdentifyVariant { // Required method fn is_test(&self) -> bool; }
Can be called for a Configuration to check if it is a configuration for the Test network.
Configuration
Test
Returns if this is a configuration for the Test network.