Documentation ¶
Index ¶
- func StringVtype(r dvm.Variable) string
- type Dvml
- func (d *Dvml) Breakpoint(lineParts []string)
- func (d *Dvml) BurnAssets(lineParts []string)
- func (d *Dvml) ExecuteFunction(lineParts []string)
- func (d *Dvml) ExecuteGenerate(lineParts []string)
- func (d *Dvml) ExecuteTests(lineParts []string)
- func (d Dvml) GetDeroValue() uint64
- func (d Dvml) GetTokenValue() uint64
- func (d *Dvml) IncrementBlock()
- func (d *Dvml) ListFunctions()
- func (d *Dvml) PrintAccounts(lineParts []string)
- func (d *Dvml) PrintBalances()
- func (d *Dvml) PrintFunction(lineParts []string)
- func (d *Dvml) PrintSigner()
- func (d *Dvml) PrintStorage()
- func (d *Dvml) PrintUsage()
- func (d *Dvml) PrintVersion()
- func (d *Dvml) Quit(exitInProgress *bool)
- func (d *Dvml) Reset()
- func (d *Dvml) RunTestFunctions(file string)
- func (d *Dvml) SetDeroValue(amount uint64)
- func (d *Dvml) SetTokenValue(amount uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringVtype ¶
Types ¶
type Dvml ¶
type Dvml struct {
// contains filtered or unexported fields
}
Dvml struct
func (*Dvml) Breakpoint ¶
func (*Dvml) BurnAssets ¶
func (*Dvml) ExecuteFunction ¶
func (*Dvml) ExecuteGenerate ¶
func (*Dvml) ExecuteTests ¶
func (Dvml) GetDeroValue ¶
func (Dvml) GetTokenValue ¶
func (*Dvml) IncrementBlock ¶
func (d *Dvml) IncrementBlock()
func (*Dvml) ListFunctions ¶
func (d *Dvml) ListFunctions()
func (*Dvml) PrintAccounts ¶
func (*Dvml) PrintBalances ¶
func (d *Dvml) PrintBalances()
func (*Dvml) PrintFunction ¶
func (*Dvml) PrintSigner ¶
func (d *Dvml) PrintSigner()
func (*Dvml) PrintStorage ¶
func (d *Dvml) PrintStorage()
func (*Dvml) PrintUsage ¶
func (d *Dvml) PrintUsage()
func (*Dvml) PrintVersion ¶
func (d *Dvml) PrintVersion()
func (*Dvml) RunTestFunctions ¶
func (*Dvml) SetDeroValue ¶
func (*Dvml) SetTokenValue ¶
Click to show internal directories.
Click to hide internal directories.