package
4.0.2-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Functions

MakeRestClient is the factory for constructing a RestClient for a given endpoint.

# Structs

HTTPError is generated when we receive an unhandled error from the server.
RestClient manages the REST interface for a calling user.

# Interfaces

RawResponse is fulfilled by responses that should not be decoded as json.

# Type aliases

Blob represents arbitrary blob of data satisfying RawResponse interface.
BytesBase64 is a base64-encoded binary blob (i.e., []byte), for use with text encodings like JSON.