package
0.0.0-20230926013309-36805260b2c3
Repository: https://github.com/qitmeer/qitmeer-wallet.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
initLogRotator initializes the logging rotater to write logs to logFile and create roll files in the same directory.
No description provided by the author
New initializes a JavaScript interpreted runtime environment and sets defaults with the config struct.
No description provided by the author
No description provided by the author
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.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Stdin holds the stdin line reader (also using stdout for printing prompts).
No description provided by the author

# Structs

Config is the collection of configurations to fine tune the behavior of the JavaScript console.
Console is a JavaScript interpreted runtime environment.
No description provided by the author

# Interfaces

UserPrompter defines the methods needed by the console to prompt 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.