mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-10 09:08:50 +00:00
fix typo in nip07.ts
This commit is contained in:
2
nip07.ts
2
nip07.ts
@@ -7,7 +7,7 @@ export interface WindowNostr {
|
|||||||
getRelays(): Promise<RelayRecord>
|
getRelays(): Promise<RelayRecord>
|
||||||
nip04?: {
|
nip04?: {
|
||||||
encrypt(pubkey: string, plaintext: string): Promise<string>
|
encrypt(pubkey: string, plaintext: string): Promise<string>
|
||||||
ecrypt(pubkey: string, ciphertext: string): Promise<string>
|
decrypt(pubkey: string, ciphertext: string): Promise<string>
|
||||||
}
|
}
|
||||||
nip44?: {
|
nip44?: {
|
||||||
encrypt(pubkey: string, plaintext: string): Promise<string>
|
encrypt(pubkey: string, plaintext: string): Promise<string>
|
||||||
|
|||||||
Reference in New Issue
Block a user