Documentation
¶
Index ¶
- Variables
- func Close()
- func Get() *vm_dummy.DummyChain
- func IsCompleteCommand(line string, line_no int, isOpen bool) (bool, error)
- func LivePrefix() (string, bool)
- func Open(private bool)
- func ParseDecimalAmount(str string, digits int) string
- func ParseFirstWord(input string) (string, string)
- func Reset()
- type Chunk
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PathSymbol = "<path>" ContractSymbol = "<contract>" AccountSymbol = "<account>" AmountSymbol = "<amount>" ContractArgsSymbol = "<contract_args>" MulticallSymbol = "<commands>" ExpectedSymbol = "<expected>" ExpectedErrSymbol = "<expected_err>" FunctionSymbol = "<function>" TimestampSymbol = "<value_or_increment>" HardforkSymbol = "<version>" CommandSymbol = "[command]" )
View Source
var Comment = "#"
View Source
var (
GitHash = "?"
)
View Source
var Symbols = make(map[string]string)
reprenestation and description map of all symbols
Functions ¶
func Get ¶
func Get() *vm_dummy.DummyChain
func IsCompleteCommand ¶
func LivePrefix ¶
func ParseDecimalAmount ¶ added in v2.6.0
func ParseFirstWord ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.