Struct exonum::node::ServiceConfig [] [src]

pub struct ServiceConfig {
    pub service_public_key: PublicKey,
    pub service_secret_key: SecretKey,
}

Service configuration.

Fields

Service public key.

Service secret key.

Trait Implementations

impl Clone for ServiceConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ServiceConfig
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ServiceConfig

impl Sync for ServiceConfig