package
0.0.0-20190530141711-cd76afd8f0cf
Repository: https://github.com/fabrice102/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.

# Variables

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