Documentation
¶
Overview ¶
A simple counter contract example based on WASM wrapper
Index ¶
Constants ¶
View Source
const (
CounterKey = "counter_value"
)
State key for the counter contract
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize() int32
Initialize the contract This function starts with a capital letter, so it will be automatically exported and called when the contract is deployed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.