Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 Changes in this version + func AppGenState(_ *codec.Codec, _ types.GenesisDoc, _ []json.RawMessage) (appState ..., err error) + func AppGenStateEmpty(_ *codec.Codec, _ 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