Struct lightning_signer::node::NodeConfig
source · pub struct NodeConfig {
pub network: Network,
pub key_derivation_style: KeyDerivationStyle,
}
Expand description
Node configuration parameters.
Fields§
§network: Network
The network type
key_derivation_style: KeyDerivationStyle
The derivation style to use when deriving purpose-specific keys
Trait Implementations§
source§impl Clone for NodeConfig
impl Clone for NodeConfig
source§fn clone(&self) -> NodeConfig
fn clone(&self) -> NodeConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more