Struct ethcore_rpc::v1::types::RpcSettings [] [src]

pub struct RpcSettings {
    pub enabled: bool,
    pub interface: String,
    pub port: u64,
}

Values of RPC settings.

Fields

Whether RPC is enabled.

The interface being listened on.

The port being listened on.