Documentation ¶
Overview ¶
Package contracts implements the E2E tests for the contracts module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Runtime = scenario.NewRuntimeScenario("test-runtime-simple-contracts", []scenario.RunTestFunction{ BasicTest, ParametersTest, })
Runtime is the contracts module test.
Functions ¶
Types ¶
type HelloInitiate ¶
type HelloInitiate struct {
InitialCounter uint64 `json:"initial_counter"`
}
Click to show internal directories.
Click to hide internal directories.