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
# Functions
ErrorResponse sets the specified status code (should != 200), and fills in a human-readable error.
# Variables
GenesisJSONText is initialized when the node starts.
# Structs
ReqContext is passed to each of the handlers below via wrapCtx, allowing handlers to interact with the node.
Route type description.
# Interfaces
NodeInterface defines the node's methods required by the common APIs.
# Type aliases
HandlerFunc defines a wrapper for http.HandlerFunc that includes a context.
Routes contains all routes.