Struct lightning_signer::node::NodeConfig [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for NodeConfig
impl Send for NodeConfig
impl Sync for NodeConfig
impl Unpin for NodeConfig
impl UnwindSafe for NodeConfig
Blanket Implementations
Mutably borrows from an owned value. Read more