support for naddr on nip19.

This commit is contained in:
fiatjaf
2023-02-27 16:15:04 -03:00
parent e7e20f3e00
commit 916a6a6abb
4 changed files with 130 additions and 2 deletions

View File

@@ -9,3 +9,10 @@ type EventPointer struct {
ID string
Relays []string
}
type EntityPointer struct {
PublicKey string
Kind int
Identifier string
Relays []string
}