app_name is the name of the app.
begin_blockers specifies the module names of begin blockers to call in the order in which they should be called. If this is left empty no begin blocker will be registered.
end_blockers specifies the module names of the end blockers to call in the order in which they should be called. If this is left empty no end blocker will be registered.
export_genesis specifies the order in which to export module genesis data. If this is left empty, the init_genesis order will be used for export genesis if it is specified.
init_genesis specifies the module names of init genesis functions to call in the order in which they should be called. If this is left empty no init genesis function will be registered.
override_store_keys is an optional list of overrides for the module store keys to be used in keeper construction.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
type
Module is the config object for the runtime module.
Generated
from message cosmos.app.runtime.v1alpha1.Module