@enclaved/encli
Version:
CLI utilities for working with enclaved application server for TEEs
5 lines (4 loc) • 303 B
TypeScript
import { Event } from "nostr-tools";
export declare function validate(e: Event): Promise<any>;
export declare function fetchEnclaveServices(pubkey?: string, relayUrl?: string): Promise<Event[]>;
export declare function fetchEnclaveService(pubkey: string, relayUrl?: string): Promise<Event | undefined>;