ClusterEnabled

Trait ClusterEnabled 

Source
pub trait ClusterEnabled {
    // Provided methods
    fn mainnet(&self) -> bool { ... }
    fn testnet(&self) -> bool { ... }
    fn devnet(&self) -> bool { ... }
    fn localnet(&self) -> bool { ... }
}

Provided Methods§

Source

fn mainnet(&self) -> bool

Source

fn testnet(&self) -> bool

Source

fn devnet(&self) -> bool

Source

fn localnet(&self) -> bool

Implementors§