mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: create and list all default internal accounts
This commit is contained in:
@@ -105,6 +105,21 @@ const (
|
||||
KeyFamilyTowerID KeyFamily = 9
|
||||
)
|
||||
|
||||
// VersionZeroKeyFamilies is a slice of all the known key families for first
|
||||
// version of the key derivation schema defined in this package.
|
||||
var VersionZeroKeyFamilies = []KeyFamily{
|
||||
KeyFamilyMultiSig,
|
||||
KeyFamilyRevocationBase,
|
||||
KeyFamilyHtlcBase,
|
||||
KeyFamilyPaymentBase,
|
||||
KeyFamilyDelayBase,
|
||||
KeyFamilyRevocationRoot,
|
||||
KeyFamilyNodeKey,
|
||||
KeyFamilyStaticBackup,
|
||||
KeyFamilyTowerSession,
|
||||
KeyFamilyTowerID,
|
||||
}
|
||||
|
||||
// KeyLocator is a two-tuple that can be used to derive *any* key that has ever
|
||||
// been used under the key derivation mechanisms described in this file.
|
||||
// Version 0 of our key derivation schema uses the following BIP43-like
|
||||
|
Reference in New Issue
Block a user