GetIP

Trait GetIP 

Source
pub trait GetIP: Send + Sync {
    // Required method
    fn get_ip(&self) -> IpAddr;
}

Required Methods§

Source

fn get_ip(&self) -> IpAddr

Returns the IP address of the miner.

Implementors§