# Functions
FileExists reports whether the named file or directory exists.
NewAmountFlag creates an AmountFlag with a default dcrutil.Amount.
NewCurveFlag creates a CurveFlag with a default curve.
NormalizeAddress returns the normalized form of the address, adding a default port if necessary.
NormalizeAddresses returns a new slice with all the passed peer addresses normalized with the given default port, and all duplicates removed.
# Structs
AmountFlag embeds a dcrutil.Amount and implements the flags.Marshaler and Unmarshaler interfaces so it can be used as a config struct field.
CurveFlag describes a curve and implements the flags.Marshaler and Unmarshaler interfaces so it can be used as a config struct field.
# Type aliases
CurveID specifies a recognized curve through a constant value.