7 lines
267 B
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
|