mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-18 18:16:50 +01:00
a User interface that is like a Signer but can't sign.
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
"github.com/nbd-wtf/go-nostr/nip46"
|
||||
)
|
||||
|
||||
var _ nostr.Keyer = (*BunkerSigner)(nil)
|
||||
|
||||
// BunkerSigner is a signer that delegates operations to a remote bunker using NIP-46.
|
||||
// It communicates with the bunker for all cryptographic operations rather than
|
||||
// handling the private key locally.
|
||||
|
||||
Reference in New Issue
Block a user