proto/cosmos/app/v1alpha1/config.pb library

Classes

Config
Config represents the configuration for a Cosmos SDK ABCI app. It is intended that all state machine logic including the version of baseapp and tx handlers (and possibly even Tendermint) that an app needs can be described in a config object. For compatibility, the framework should allow a mixture of declarative and imperative app wiring, however, apps that strive for the maximum ease of maintainability should be able to describe their state machine with a config object alone.
GolangBinding
GolangBinding is an explicit interface type to implementing type binding for dependency injection.
ModuleConfig
ModuleConfig is a module configuration for an app.