package
0.8.2
Repository: https://github.com/c-ollins/dcrwallet.git
Documentation: pkg.go.dev

# 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.

# Constants

Recognized curve IDs.
Recognized curve IDs.
Recognized curve IDs.
Recognized curve IDs.

# 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.