Versions in this module Expand all Collapse all v0 v0.11.0 Mar 1, 2018 Changes in this version + func GenInitOptions(args []string) (json.RawMessage, error) + func InitChainer(key sdk.StoreKey) func(sdk.Context, abci.RequestInitChain) abci.ResponseInitChain + func KVStoreHandler(storeKey sdk.StoreKey) sdk.Handler + func NewApp(rootDir string, logger log.Logger) (abci.Application, error) + func NewTx(key, value string) kvstoreTx + func SetupApp() (abci.Application, func(), error) + type GenesisJSON struct + Values []KV + type KV struct + Key string + Value string