a User interface that is like a Signer but can't sign.

This commit is contained in:
fiatjaf
2025-03-10 02:25:57 -03:00
parent fa17e4003f
commit 94e8b6790a
6 changed files with 37 additions and 5 deletions

View File

@@ -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.