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

# Constants

CatchingUpFast stands for mock node is mocking fast catch up state, /ready should return 400.
CaughtUpAndReady stands for testing mock node is finishing catching up, /ready should return 200.
StoppedAtUnsupported stands for mock node stopped at unsupported round, /ready should return 500.

# Type aliases

MockNodeCatchupStatus enumerates over possible mock status of a mock node in testing.