Struct exonum_btc_anchoring::AnchoringRpcConfig []

pub struct AnchoringRpcConfig {
    pub host: String,
    pub username: Option<String>,
    pub password: Option<String>,
}

Bitcoind rpc configuration.

Fields

Rpc url.

Rpc username.

Rpc password.

Trait Implementations

impl Debug for AnchoringRpcConfig
[src]

Formats the value using the given formatter.

impl Clone for AnchoringRpcConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AnchoringRpcConfig
[src]

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

This method tests for !=.