Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lophus/nips/07/protocol.d.ts>UnsignedEvent

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
type alias UnsignedEvent
import { type UnsignedEvent } from "https://deno.land/x/lophus@0.0.13/nips/07/protocol.d.ts";

An event that has not been signed.

definition: Optional<NostrEvent<K>, "id" | "pubkey" | "sig">