mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-19 02:26:34 +01:00
a User interface that is like a Signer but can't sign.
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
"github.com/puzpuzpuz/xsync/v3"
|
||||
)
|
||||
|
||||
var _ nostr.Keyer = (*KeySigner)(nil)
|
||||
|
||||
// KeySigner is a signer that holds the private key in memory
|
||||
type KeySigner struct {
|
||||
sk string
|
||||
|
||||
Reference in New Issue
Block a user