package
2.8.0
Repository: https://github.com/algorand/go-algorand-sdk.git
Documentation: pkg.go.dev

# Functions

Decode attempts to decode a msgpack-encoded byte buffer into an object instance pointed to by objptr.
Encode returns a msgpack-encoded byte buffer for a given object.
NewDecoder returns a msgpack decoder.
NewLenientDecoder returns a msgpack decoder.

# Variables

CodecHandle is used to instantiate msgpack encoders and decoders with our settings (canonical, paranoid about decoding errors).
LenientCodecHandle is used to instantiate msgpack encoders for the REST API.