Versions in this module Expand all Collapse all v0 v0.2.0 Nov 1, 2018 Changes in this version + const InvokeStateCleanFunc + const InvokeStateDeleteFunc + const InvokeStatePutFunc + const QueryStateGetFunc + const QueryStateKeysFunc + func AddHandlers(r *router.Group, prefix string, middleware ...router.MiddlewareFunc) + func DelStateByPrefixes(stub shim.ChaincodeStubInterface, prefixes []string) (map[string]int, error) + func InvokeStateClean(c router.Context) (interface{}, error) + func InvokeStateDelete(c router.Context) (interface{}, error) + func InvokeStatePut(c router.Context) (interface{}, error) + func QueryKeysList(c router.Context) (interface{}, error) + func QueryStateGet(c router.Context) (interface{}, error)