Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lophus/core/protocol.d.ts>RelayToClientErrorMessage

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

Type Parameters

K extends EventKind
B extends boolean
definition: B extends true ? string : `${ResponsePrefix<K>}: ${string}`