@orangecheck/sdk / signNostrEvent
Function: signNostrEvent()
function signNostrEvent(event: Omit<NostrEvent, "id" | "sig">): Promise<NostrEvent | null>;
Defined in: nostr-crypto.ts:98
Sign Nostr event using NIP-07 extension Returns signed event with id and sig fields
Parameters
| Parameter | Type |
|---|---|
event | Omit<NostrEvent, "id" | "sig"> |
Returns
Promise<NostrEvent | null>