Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const ServerStartTime + type AppCreator func(log.Logger, dbm.DB, io.Writer, AppOptions) Application + type AppExporter func(log.Logger, dbm.DB, io.Writer, int64, bool, []string, AppOptions, []string) (ExportedApp, error) + type AppOptions interface + Get func(string) interface{} + type Application interface + Close func() error + CommitMultiStore func() storetypes.CommitMultiStore + RegisterAPIRoutes func(*api.Server, config.APIConfig) + RegisterGRPCServer func(grpc.Server) + RegisterNodeService func(client.Context) + RegisterTendermintService func(client.Context) + RegisterTxService func(client.Context) + SnapshotManager func() *snapshots.Manager + type ExportedApp struct + AppState json.RawMessage + ConsensusParams *tmproto.ConsensusParams + Height int64 + Validators []tmtypes.GenesisValidator + type ModuleInitFlags func(startCmd *cobra.Command)