Documentation
¶
Index ¶
Constants ¶
View Source
const ( // request parameters ParamContractHname = "contractHname" ParamFromTs = "fromTs" ParamToTs = "toTs" ParamMaxLastRecords = "maxLastRecords" ParamNumRecords = "numRecords" ParamRecords = "records" // function names FuncGetRecords = "getRecords" FuncGetNumRecords = "getNumRecords" DefaultMaxNumberOfRecords = 50 )
View Source
const (
Name = "eventlog"
)
Variables ¶
View Source
var ( Interface = &coreutil.ContractInterface{ Name: Name, Description: description, ProgramHash: hashing.HashStrings(Name), } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.