signSchnorr
Method
async function signSchnorr(sigHash: string) : string;
Response
Signature of arbitrary text signed with the private key of the active nostr account
Code Example
const signature = await window.nostr.signSchnorr("some text here");
Last updated
Was this helpful?