Enum lightning_signer::signer::derive::KeyDerivationStyle
source · pub enum KeyDerivationStyle {
Native,
Ldk,
Lnd,
}
Expand description
The key derivation style
NOTE - This enum should be kept in sync with the grpc definition in remotesigner.proto
and convert_node_config
in driver.rs
Variants§
Trait Implementations§
source§impl Clone for KeyDerivationStyle
impl Clone for KeyDerivationStyle
source§fn clone(&self) -> KeyDerivationStyle
fn clone(&self) -> KeyDerivationStyle
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