binary

package
v0.17.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2025 License: Unlicense Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxKind         = math.MaxUint16
	MaxCreatedAt    = math.MaxUint32
	MaxContentSize  = math.MaxUint16
	MaxTagCount     = math.MaxUint16
	MaxTagItemCount = math.MaxUint8
	MaxTagItemSize  = math.MaxUint16
)

Variables

This section is empty.

Functions

func EventEligibleForBinaryEncoding

func EventEligibleForBinaryEncoding(event *nostr.Event) bool

func Marshal

func Marshal(evt *nostr.Event) ([]byte, error)

Deprecated -- the encoding used here is not very elegant, we'll have a better binary format later.

func Unmarshal

func Unmarshal(data []byte, evt *nostr.Event) (err error)

Deprecated -- the encoding used here is not very elegant, we'll have a better binary format later.

Types

This section is empty.

Directories

Path Synopsis
cmd
decode-binary command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL