Get desktop application:
View/edit binary Protocol Buffers messages
Module is the config object for the runtime module.
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.
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.
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.
override_store_keys is an optional list of overrides for the module store keys to be used in keeper construction.
StoreKeyConfig may be supplied to override the default module store key, which is the module name.
Used in:
name of the module to override the store key of
the kv store key to use instead of the module name.