Files
next.orly.dev/pkg/encoders/bech32encoding/doc.go

7 lines
267 B
Go

// Package bech32encoding implements NIP-19 entities, which are bech32 encoded
// data that describes nostr data types.
//
// These are not just identifiers of events and users, but also include things
// like relay hints where to find events.
package bech32encoding