package
0.0.0-20191031155414-fdb5215a96b5
Repository: https://github.com/algonautshant/go-algorand-sdk.git
Documentation: pkg.go.dev

# Functions

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

# Variables

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