# Packages
Package ante defines the SDK auth module's AnteHandler as well as an internal
AnteHandler for an Ethereum transaction (i.e MsgEthereumTx).
# Functions
GetMaccPerms returns a copy of the module account permissions.
NewDefaultGenesisState generates the default state for the application.
NewEthermintApp returns a reference to a new initialized Ethermint application.
RegisterSwaggerAPI registers swagger route with API Server.
Setup initializes a new EthermintApp.
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in EthermintApp testing.
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Structs
EthermintApp implements an extended ABCI application.