mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
multi: implement MuSig2 RPCs and remote signing
This commit is contained in:
@@ -10,6 +10,11 @@ import (
|
||||
// Signer implementations such as hardware wallets, hardware tokens, HSM's, or
|
||||
// simply a regular wallet.
|
||||
type Signer interface {
|
||||
// MuSig2Signer is an embedded interface to make sure all our signers
|
||||
// also support MuSig2 signing, so we can forward calls to a remote
|
||||
// signer as well.
|
||||
MuSig2Signer
|
||||
|
||||
// SignOutputRaw generates a signature for the passed transaction
|
||||
// according to the data within the passed SignDescriptor.
|
||||
//
|
||||
|
Reference in New Issue
Block a user