Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + func AppGenState(_ *codec.LegacyAmino, _ types.GenesisDoc, _ []json.RawMessage) (appState ..., err error) + func AppGenStateEmpty(_ *codec.LegacyAmino, _ types.GenesisDoc, _ []json.RawMessage) (appState json.RawMessage, err 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 NewCommitMultiStore() sdk.CommitMultiStore + func NewTx(key, value string) kvstoreTx + func SetupApp() (abci.Application, func(), error) + type GenesisJSON struct + Values []KV + type KV struct + Key string + Value string Other modules containing this package github.com/tpkeeper/cosmos-sdk