package
0.0.0-20250108125741-e95afb000453
Repository: https://github.com/evmos/os.git
Documentation: pkg.go.dev
# Functions
AddCommands adds server commands.
ConnectTmWS connects to a Tendermint WebSocket (WS) server.
GenDocProvider returns a function which returns the genesis doc from the genesis file.
Listen starts a net.Listener on the tcp network on the given address.
MountGRPCWebServices mounts gRPC-Web services on specific HTTP POST routes.
NewDefaultStartOptions use the default db opener provided in tm-db.
NewEVMIndexerService returns a new service instance.
NewIndexTxCmd creates a new Cobra command to index historical Ethereum transactions.
OpenIndexerDB opens the custom eth indexer db, using the same db backend as the main app.
StartCmd runs the service passed in, either stand-alone or in-process with CometBFT.
StartJSONRPC starts the JSON-RPC server.
# Constants
No description provided by the author
No description provided by the author
# Structs
EVMIndexerService indexes transactions for json-rpc service.
StartOptions defines options that can be customized in `StartCmd`.
# Type aliases
DBOpener is a function to open `application.db`, potentially with customized options.