delete legacy code from nostr pkg

This commit is contained in:
2023-05-30 14:50:30 +01:00
parent f86053c14f
commit 86ec7f41d7
13 changed files with 1 additions and 852 deletions

View File

@ -8,8 +8,7 @@ import {
parsePublicKey,
PublicKey,
} from "../src/crypto"
import { RawEvent } from "../src"
import { signEvent, Unsigned } from "../src/event"
import { RawEvent, signEvent, Unsigned } from "../src/event"
export const relayUrl = new URL("ws://localhost:12648")