package
1.0.0
Repository: https://github.com/bytom/bystack.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.