input

package
v0.105.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 8 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Terminal *term.Terminal

Terminal is a terminal used for input. If `nil`, stdin is used.

Functions

func ConfirmTx added in v0.97.3

func ConfirmTx(w io.Writer, tx *transaction.Transaction) error

ConfirmTx asks for a confirmation to send the tx.

func ReadLine

func ReadLine(prompt string) (string, error)

ReadLine reads a line from the input without trailing '\n'.

func ReadPassword

func ReadPassword(prompt string) (string, error)

ReadPassword reads the user's password with prompt.

Types

type ReadWriter added in v0.93.0

type ReadWriter struct {
	io.Reader
	io.Writer
}

ReadWriter combiner reader and writer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL