Documentation
¶
Index ¶
- Constants
- Variables
- func ClearLines(count int)
- func DrawTable(table string, clear int)
- func ExecutionTable(pc int, script, stack, altStack, witness []string, tags map[string]string) string
- func FixedWidth(w int, s string, tags map[string]string) string
- func ScriptToString(script []byte) []string
- func StackToString(stack [][]byte) []string
- func VmScriptToString(vm *txscript.Engine, scriptIdx int) []string
- func WitnessToString(witness [][]byte) []string
Constants ¶
View Source
const ESC = 27
ESC is the ASCII code for escape character.
Variables ¶
View Source
var ( ColumnWidth = 40 MaxRows = 25 )
Functions ¶
func ClearLines ¶
func ClearLines(count int)
ClearLines erases the last count lines in the terminal window.
func ExecutionTable ¶
func ScriptToString ¶
func StackToString ¶
func WitnessToString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.