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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewRouter builds and returns a new router with our REST handlers registered.

# Constants

MaxRequestBodyBytes is the maximum request body size that we allow in our APIs.
TokenHeader is the header where we put the token.

# Structs

APINode wraps the AlgorandFullNode to provide v2.NodeInterface.
FollowerNode wraps the AlgorandFollowerNode to provide v2.NodeInterface.

# Interfaces

APINodeInterface describes all the node methods required by common and v2 APIs, and the server/router.