Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2024 Changes in this version + const NewBlockWaitTimeout + const ServiceName + func AddCommands(rootCmd *cobra.Command, opts StartOptions, appExport types.AppExporter, ...) + func ConnectTmWS(tmRPCAddr, tmEndpoint string, logger tmlog.Logger) *rpcclient.WSClient + func Listen(addr string, config *config.Config) (net.Listener, error) + func MountGRPCWebServices(router *mux.Router, grpcWeb *grpcweb.WrappedGrpcServer, grpcResources []string, ...) + func NewIndexTxCmd() *cobra.Command + func OpenIndexerDB(rootDir string, backendType dbm.BackendType) (dbm.DB, error) + func StartCmd(opts StartOptions) *cobra.Command + func StartJSONRPC(ctx *server.Context, clientCtx client.Context, tmRPCAddr, tmEndpoint string, ...) (*http.Server, chan struct{}, error) + type DBOpener func(opts types.AppOptions, rootDir string, backend dbm.BackendType) (dbm.DB, error) + type EVMIndexerService struct + func NewEVMIndexerService(txIdxr matchtypes.EVMTxIndexer, client rpcclient.Client) *EVMIndexerService + func (eis *EVMIndexerService) OnStart() error + type StartOptions struct + AppCreator types.AppCreator + DBOpener DBOpener + DefaultNodeHome string + func NewDefaultStartOptions(appCreator types.AppCreator, defaultNodeHome string) StartOptions