Files
timmy-config/go/pkg/mod/github.com/nbd-wtf/go-nostr@v0.49.6/nip19/utils.go
2026-03-31 20:02:01 +00:00

9 lines
184 B
Go

package nip19
import "github.com/nbd-wtf/go-nostr"
func NeventFromRelayEvent(ie nostr.RelayEvent) string {
v, _ := EncodeEvent(ie.ID, []string{ie.Relay.URL}, ie.PubKey)
return v
}