Interface for NDK signers.
Optional
Blocks until the signer is ready and returns the associated NDKUser.
A promise that resolves to the NDKUser instance.
Decrypts the given value.
Encrypts the given Nostr event for the given recipient.
The recipient of the encrypted value.
The value to be encrypted.
Signs the given Nostr event.
The Nostr event to be signed.
A promise that resolves to the signature of the signed event.
Getter for the user property.
Static
Generated using TypeDoc
Interface for NDK signers.