Versions in this module Expand all Collapse all v1 v1.0.1 Nov 29, 2022 v1.0.0 Nov 29, 2022 Changes in this version + const NewBlockWaitTimeout + const ServiceName + func AddCommands(rootCmd *cobra.Command, defaultNodeHome string, appCreator types.AppCreator, ...) + 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(appCreator types.AppCreator, defaultNodeHome string) *cobra.Command + func StartJSONRPC(ctx *server.Context, clientCtx client.Context, tmRPCAddr, tmEndpoint string, ...) (*http.Server, chan struct{}, error) + type EVMIndexerService struct + func NewEVMIndexerService(txIdxr ethermint.EVMTxIndexer, client rpcclient.Client) *EVMIndexerService + func (eis *EVMIndexerService) OnStart() error