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

# Functions

MakeCatchpointAlreadyInProgressError creates the error.
MakeCatchpointUnableToStartError creates the error.
MakeFollower sets up an Algorand data node.
MakeFull sets up an Algorand full node (i.e., it returns a node that participates in consensus).
MakeStartCatchpointError creates a StartCatchpointError for a given catchpoint.
MaxSize returns a maximum valid message size for this message type.
MaxSize returns a maximum valid message size for this message type.

# Structs

AlgorandFollowerNode implements follower mode/ledger delta APIs and disables participation-related methods.
AlgorandFullNode specifies and implements a full Algorand node.
CatchpointAlreadyInProgressError indicates that the requested catchpoint is already running.
CatchpointUnableToStartError indicates that the requested catchpoint cannot be started.
StartCatchpointError is returned when the catchpoint service cannot start up.
StatusReport represents the current basic status of the node.
TxnWithStatus represents information about a single transaction, in particular, whether it has appeared in some block yet or not, and whether it was kicked out of the txpool due to some error.