package
5.5.2+incompatible
Repository: https://github.com/r8d8/go-ethereum.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
DefaultPrompt is the default prompt line prefix to use for user input querying.
HistoryFile is the file within the data directory to store input scrollback.
# Variables
Stdin holds the stdin line reader (also using stdout for printing prompts).
# Interfaces
UserPrompter defines the methods needed by the console to promt the user for various types of inputs.
# Type aliases
WordCompleter takes the currently edited line with the cursor position and returns the completion candidates for the partial word to be completed.