Documentation ¶
Overview ¶
Package tview provides a Terminal User Interface for the Bitcoin Private Network implemented in the privatebtc package using https://github.com/rivo/tview
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TUI ¶
type TUI struct {
// contains filtered or unexported fields
}
TUI is a Terminal User Interface for a bitcoin private network. It starts a new TUI app and runs it.
func NewTUI ¶
func NewTUI(btcPrivateNetwork *privatebtc.PrivateNetwork, version string) *TUI
NewTUI creates a new Terminal User Interface for the given bitcoin private network.
Click to show internal directories.
Click to hide internal directories.