Versions in this module Expand all Collapse all v0 v0.0.2 Nov 23, 2021 Changes in this version + type AppCreator func(log.Logger, dbm.DB, io.Writer, AppOptions) Application + type AppExporter func(log.Logger, dbm.DB, io.Writer, int64, bool, []string, AppOptions) (ExportedApp, error) + type AppOptions interface + Get func(string) interface{} + type Application interface + RegisterAPIRoutes func(*api.Server, config.APIConfig) + RegisterGRPCServer func(client.Context, grpc.Server) + RegisterTendermintService func(clientCtx client.Context) + RegisterTxService func(clientCtx client.Context) + type ExportedApp struct + AppState json.RawMessage + ConsensusParams *abci.ConsensusParams + Height int64 + Validators []tmtypes.GenesisValidator + type ModuleInitFlags func(startCmd *cobra.Command)