# Packages
Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.
# 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.
NewTestGenesisState generate genesis state with single validator.
RegisterSwaggerAPI registers swagger route with API Server.
Setup initializes a new EthermintApp.
SetupWithDB initializes a new EthermintApp.
# Constants
No description provided by the author
# 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.