This commit is contained in:
ennmichael
2023-04-09 20:20:32 +02:00
parent 3ffe4d5b19
commit d754551ebb
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,6 @@ declare global {
getPublicKey: () => Promise<PublicKey>
signEvent: <T extends RawEvent>(event: Unsigned<T>) => Promise<T>
// TODO It's unclear to me if I should use this anywhere.
getRelays?: () => Promise<{
[url: string]: { read: boolean; write: boolean }
}>