Move zap parsing to @snort/system

This commit is contained in:
2023-06-21 16:08:48 +01:00
parent e9bc25bd88
commit 75fd4fb7aa
32 changed files with 206 additions and 193 deletions

View File

@ -18,14 +18,15 @@ export * from "./EventPublisher";
export * from "./EventBuilder";
export * from "./NostrLink";
export * from "./ProfileCache";
export * from "./Zaps";
export * from "./impl/nip4";
export * from "./impl/nip44";
export * from "./cache";
export * from "./cache/UserRelayCache";
export * from "./cache/UserCache";
export * from "./cache/RelayMetricCache";
export * from "./Cache";
export * from "./Cache/UserRelayCache";
export * from "./Cache/UserCache";
export * from "./Cache/RelayMetricCache";
export interface SystemInterface {
/**