@orangecheck/lock-device / computeNostrEventId
Function: computeNostrEventId()
function computeNostrEventId(event: Omit<NostrEvent, "id" | "sig">): string;
Defined in: index.ts:145
Parameters
| Parameter | Type |
|---|---|
event | Omit<NostrEvent, "id" | "sig"> |
Returns
string