package
0.0.0-20230203010516-6d4bf48beedd
Repository: https://github.com/onyx-protocol/onyx.git
Documentation: pkg.go.dev

# Functions

NewReader constructs a new reader with the provided bytes.
ReadExtensibleString reads a varint31 length prefix and that many bytes from r.
No description provided by the author
No description provided by the author
No description provided by the author
ReadVarstrList reads a varint31 length prefix followed by that many varstrs.
WriteExtensibleString sends the output of the given function, plus the given suffix, to w, together with a varint31 length prefix.
No description provided by the author
No description provided by the author
No description provided by the author
WriteVarstrList writes a varint31 length prefix followed by the elements of l as varstrs.

# Variables

No description provided by the author

# Structs

Reader wraps a buffer and provides utilities for decoding data primitives in blockchain structures.