Struct ethcore::miner::StratumOptions [] [src]

pub struct StratumOptions {
    pub io_path: String,
    pub listen_addr: String,
    pub port: u16,
    pub secret: Option<H256>,
}

Configures stratum server options.

Fields

Working directory

Network address

Port

Secret for peers

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter.

impl PartialEq for Options
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more