UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

9 lines 244 B
/** * Type definitions for NIP-173 (Streaming Over Nostr) protocol */ /** * Event kinds for NIP-173 (Streaming Over Nostr) */ export const STREAM_METADATA_KIND = 173; export const STREAM_CHUNK_KIND = 20173; //# sourceMappingURL=types.js.map