Struct lightning_signer::persist::model::NodeEntry
source · pub struct NodeEntry {
pub key_derivation_style: u8,
pub network: String,
pub state: NodeState,
}Expand description
A persistence layer entry for a Node
Fields§
§key_derivation_style: u8§network: String§state: NodeState