package
0.23.0
Repository: https://github.com/xpladev/ethermint.git
Documentation: pkg.go.dev

# Packages

Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.
Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.

# Functions

AddCommands adds server commands.
No description provided by the author
Listen starts a net.Listener on the tcp network on the given address.
No description provided by the author
NewDefaultStartOptions use the default db opener provided in tm-db.
NewEVMIndexerService returns a new service instance.
No description provided by the author
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 Tendermint.
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.