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