Documentation
¶
Overview ¶
Package pointers is a set of basic nip-19 data types for generating bech32 encoded nostr entities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct {
PublicKey []byte `json:"pubkey"`
Kind *kind.T `json:"kind,omitempty"`
Identifier []byte `json:"identifier,omitempty"`
Relays [][]byte `json:"relays,omitempty"`
}
Entity is the combination of a pubkey, kind, arbitrary identifier, and relay hints.
Click to show internal directories.
Click to hide internal directories.