forked from coracle/nostrlib
support relays in nip05.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package nostr
|
||||
|
||||
type ProfilePointer struct {
|
||||
PublicKey string
|
||||
Relays []string
|
||||
}
|
||||
|
||||
type EventPointer struct {
|
||||
ID string
|
||||
Relays []string
|
||||
}
|
||||
Reference in New Issue
Block a user