Documentation ¶
Index ¶
- Constants
- func Decode(bech32string string) (prefix string, value any, err error)
- func EncodeEvent(eventIdHex string, relays []string) (string, error)
- func EncodeNote(eventIdHex string) (string, error)
- func EncodePrivateKey(privateKeyHex string) (string, error)
- func EncodeProfile(publicKeyHex string, relays []string) (string, error)
- func EncodePublicKey(publicKeyHex string) (string, error)
Constants ¶
View Source
const ( TLVDefault uint8 = 0 TLVRelay uint8 = 1 )
Variables ¶
This section is empty.
Functions ¶
func EncodeEvent ¶ added in v0.10.0
func EncodeNote ¶
func EncodePrivateKey ¶
func EncodeProfile ¶ added in v0.10.0
func EncodePublicKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.