Documentation ¶
Index ¶
Constants ¶
View Source
const CONTRACT_NAME = "BenchmarkContract"
helpers for avoiding reliance on strings throughout the system
Variables ¶
View Source
var EVENTS = sdk.Export(BabyBorn)
View Source
var PRIVATE = sdk.Export(nop) // needed to avoid lint error since this private function is not used by anyone (it's for a test)
View Source
var PUBLIC = sdk.Export(add, set, get, argTypes, throw, giveBirth)
View Source
var SYSTEM = sdk.Export(_init)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.