Struct ethcore_rpc::v1::types::RpcSettings
[−]
[src]
pub struct RpcSettings { pub enabled: bool, pub interface: String, pub port: u64, }
Values of RPC settings.
Fields
enabled: bool
Whether RPC is enabled.
interface: String
The interface being listened on.
port: u64
The port being listened on.