Versions in this module Expand all Collapse all v0 v0.1.0 Oct 30, 2020 Changes in this version + var StateKey = []byte("State") + func Handle(deps *std.Deps, env std.Env, info std.MessageInfo, data []byte) (*std.HandleResultOk, error) + func Init(deps *std.Deps, env std.Env, info std.MessageInfo, msg []byte) (*std.InitResultOk, error) + func Query(deps *std.Deps, env std.Env, data []byte) (*std.QueryResponseOk, error) + func SaveState(storage std.Storage, state *State) error + type CountResponse struct + Count uint64 + type HandleMsg struct + Increment ezjson.EmptyStruct + Reset Reset + type Increment struct + Delta uint64 + type InitMsg struct + Count uint64 + type QueryMsg struct + Count ezjson.EmptyStruct + type Reset struct + Value uint64 + type State struct + Count uint64 + Owner string + func LoadState(storage std.Storage) (*State, error)