We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1021779 commit 45a8e31Copy full SHA for 45a8e31
src/utils/nostr/encryption.ts
@@ -1,18 +1,19 @@
1
-import {NDKUserProfile} from "./NDKUserProfile";
2
import {Name, NIP05} from "./NDKUserProfile";
3
4
-export const interface = {
+import {Name, NIP05} from "./NDKUserProfile";
+
5
+export const interfaceObj = {
6
name: String,
7
nip05: String,
8
zapService: String,
-
9
-const profilefromevent = {
+}
10
+export const profilefromevent = {
11
12
13
14
}
15
-const encrypt = {
16
+export const encrypt = {
17
18
19
@@ -29,4 +30,3 @@ export const random = {
29
30
31
32
-}
0 commit comments