# Functions
CollectStdTxs processes and validates application's genesis StdTxs and returns the list of appGenTxs, and persistent peers required to generate genesis.json.
DeliverGenTxs - deliver a genesis transaction.
GenAppStateFromConfig gets the genesis app state from the config.
InitGenesis - initialize accounts and deliver genesis transactions.
NewAppModule creates a new AppModule object.
ValidateAccountInGenesis checks that the provided key has sufficient coins in the genesis accounts.
# Constants
const.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AppModule is the struct of this app module.
AppModuleBasic is the struct of app module basics object.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author