Documentation
¶
Index ¶
Constants ¶
View Source
const ( FuncIncCounter = "incCounter" FuncIncAndRepeatOnceAfter5s = "incAndRepeatOnceAfter5s" FuncIncAndRepeatMany = "incAndRepeatMany" FuncSpawn = "spawn" FuncGetCounter = "getCounter" )
View Source
const ( VarNumRepeats = "numRepeats" VarCounter = "counter" VarName = "name" VarDescription = "dscr" )
View Source
const (
Name = "inccounter"
)
Variables ¶
View Source
var ( Interface = &coreutil.ContractInterface{ Name: Name, Description: description, ProgramHash: hashing.HashStrings(Name), } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.