package
0.0.0-20240106054325-8321ad0eda4c
Repository: https://github.com/kash-protocol/kashd.git
Documentation: pkg.go.dev

# Functions

DefaultConfig returns the default kashd 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 kashd.
RunServiceCommand is only set to a real function on Windows.

# Structs

Config defines the configuration options for kashd.
Flags defines the configuration options for kashd.
NetworkFlags holds the network configuration, that is which network is selected.
ServiceOptions defines the configuration options for the daemon as a service on Windows.