package cosmos.app.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Query

query.proto:8

Query is the app module query service.

message Config

config.proto:14

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.

Used in: QueryConfigResponse

message GolangBinding

config.proto:49

GolangBinding is an explicit interface type to implementing type binding for dependency injection.

Used in: Config, ModuleConfig

message MigrateFromInfo

module.proto:86

MigrateFromInfo is information on a module version that a newer module can migrate from.

Used in: ModuleDescriptor

message ModuleConfig

config.proto:25

ModuleConfig is a module configuration for an app.

Used in: Config

message ModuleDescriptor

module.proto:19

ModuleDescriptor describes an app module.

message PackageReference

module.proto:42

PackageReference is a reference to a protobuf package used by a module.

Used in: ModuleDescriptor