Marmot-TS
    Preparing search index...

    Type Alias AccountIdentityProofSigner

    AccountIdentityProofSigner: (
        request: AccountIdentityProofRequest,
    ) => Uint8Array | Promise<Uint8Array>

    A hook that signs the proof digest with the Nostr account key (BIP-340).

    Type Declaration