Struct exonum::node::Configuration [] [src]

pub struct Configuration {
    pub listener: ListenerConfig,
    pub service: ServiceConfig,
    pub network: NetworkConfiguration,
    pub peer_discovery: Vec<SocketAddr>,
    pub mempool: MemoryPoolConfig,
}

Configuration for the NodeHandler.

Fields

Current node socket address, public and secret keys.

Service configuration.

Network configuration.

Known peer addresses.

Memory pool configuration.

Trait Implementations

impl Debug for Configuration
[src]

[src]

Formats the value using the given formatter.

impl Clone for Configuration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more