mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-11 17:48:50 +00:00
rename Nip07 to WindowNostr.
This commit is contained in:
2
nip07.ts
2
nip07.ts
@@ -1,7 +1,7 @@
|
||||
import { EventTemplate, NostrEvent } from './core.ts'
|
||||
import { RelayRecord } from './index.ts'
|
||||
|
||||
export interface Nip07 {
|
||||
export interface WindowNostr {
|
||||
getPublicKey(): Promise<string>
|
||||
signEvent(event: EventTemplate): Promise<NostrEvent>
|
||||
getRelays(): Promise<RelayRecord>
|
||||
|
||||
Reference in New Issue
Block a user