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
CreateNetworkFromTemplate uses the specified template to deploy a new private network under the specified root directory.
LoadNetwork loads and initializes the Network state representing an existing deployed network.
LoadTemplateFromReader loads and decodes a network template.
OverrideConsensusVersion changes the protocol version of a template.
OverrideDevMode turns on dev mode, regardless of whether the json says so.
# Structs
Network represents an instance of a deployed network.
NetworkCfg contains the persisted configuration of the deployed network.
NetworkNodeStatus represents the result from checking the status of a particular node instance.
NetworkTemplate represents the template used for creating private named networks.
# Type aliases
TemplateOverride is a function that modifies the NetworkTemplate after it is read in.