support relays in nip05.
This commit is contained in:
11
pointers.go
Normal file
11
pointers.go
Normal file
@@ -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