Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + func AppGenState(_ *codec.LegacyAmino, _ types.GenesisDoc, _ []json.RawMessage) (appState json.RawMessage, err error) + func AppGenStateEmpty(_ *codec.LegacyAmino, _ types.GenesisDoc, _ []json.RawMessage) (appState json.RawMessage, err error) + func InitChainer(key storetypes.StoreKey) func(sdk.Context, abci.RequestInitChain) abci.ResponseInitChain + func KVStoreHandler(storeKey storetypes.StoreKey) sdk.Handler + func NewApp(rootDir string, logger log.Logger) (abci.Application, error) + func NewCommitMultiStore() sdk.CommitMultiStore + func NewTx(key, value string, accAddress sdk.AccAddress) *kvstoreTx + func SetupApp() (abci.Application, func(), error) + type GenesisJSON struct + Values []KV + type KV struct + Key string + Value string + type MsgServer interface + Test func(ctx context.Context, msg *kvstoreTx) (*sdk.Result, error) + type MsgServerImpl struct + func (m MsgServerImpl) Test(ctx context.Context, msg *kvstoreTx) (*sdk.Result, error)