package
0.53.0-beta.2
Repository: https://github.com/cosmos/cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

GetConfirmation will request user give the confirmation from stdin.
GetPassword will prompt for a password one-time (to sign a tx) It enforces the password length.
GetSecretString returns the secret string output of a given reader.
GetString simply returns the trimmed string output of a given reader.

# Constants

MinPassLength is the minimum acceptable password length.