Trait tidechain_service::IdentifyVariant
source · pub trait IdentifyVariant {
fn is_tidechain(&self) -> bool;
fn is_lagoon(&self) -> bool;
fn is_dev(&self) -> bool;
}
Expand description
Can be called for a Configuration
to check if it is a configuration for the Lagoon
network.
Required Methods§
sourcefn is_tidechain(&self) -> bool
fn is_tidechain(&self) -> bool
Returns if this is a configuration for the Tidechain
network.