@orangecheck/nostr-core / getEventHash
Function: getEventHash()
function getEventHash(event: Omit<NostrEvent, "id" | "sig">): string;
Defined in: index.ts:229
NIP-01 event id: sha256 of [0, pubkey, created_at, kind, tags, content].
Parameters
| Parameter | Type |
|---|---|
event | Omit<NostrEvent, "id" | "sig"> |
Returns
string