CCC Docs
    Preparing search index...

    Class representing a Nostr signer that extends SignerNostr

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Connects to the provider by requesting authentication.

      Returns Promise<void>

      A promise that resolves when the connection is established.

    • Disconnects to the signer.

      Returns Promise<void>

      A promise that resolves when the signer is disconnected.

    • Checks if the signer is connected.

      Returns Promise<boolean>

      A promise that resolves to true if connected, false otherwise.

    • Gets the Nostr public key associated with the signer.

      Returns Promise<`0x${string}`>

      A promise that resolves to a string representing the Nostr public key.