# Functions
DefaultConfig returns the default astrixd configuration.
LoadConfig initializes and parses the config using a config file and command line options.
# Constants
DefaultConnectTimeout is the default connection timeout when dialing.
DefaultMaxOrphanTxSize is the default maximum size for an orphan transaction.
DefaultMaxRPCClients is the default max number of RPC clients.
# Variables
DefaultAppDir is the default home directory for astrixd.
RunServiceCommand is only set to a real function on Windows.
# Structs
Config defines the configuration options for astrixd.
Flags defines the configuration options for astrixd.
NetworkFlags holds the network configuration, that is which network is selected.
ServiceOptions defines the configuration options for the daemon as a service on Windows.