signSchnorr
async function signSchnorr(sigHash: string) : string;const signature = await window.nostr.signSchnorr("some text here");Last updated
Was this helpful?
async function signSchnorr(sigHash: string) : string;const signature = await window.nostr.signSchnorr("some text here");Last updated
Was this helpful?
Was this helpful?