An abstract class representing a generic signer. This class provides methods to connect, get addresses, and sign transactions.
Readonly
Gets the Nostr public key associated with the signer.
A promise that resolves to a string representing the Nostr public key.
Sign a nostr event.
A promise that resolves to the signed event.
Connects to the signer.
A promise that resolves when the connection is complete.
Check if the signer is connected.
A promise that resolves the connection status.
An abstract class representing a generic signer. This class provides methods to connect, get addresses, and sign transactions.