proto/cosmos/app/v1alpha1/export 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.
- MigrateFromInfo
- MigrateFromInfo is information on a module version that a newer module can migrate from.
- Module
- ModuleConfig
- ModuleConfig is a module configuration for an app.
- ModuleDescriptor
- ModuleDescriptor describes an app module.
- PackageReference
- PackageReference is a reference to a protobuf package used by a module.
- QueryClient
- QueryConfigRequest
- QueryConfigRequest is the Query/Config request type.
- QueryConfigResponse
- QueryConfigRequest is the Query/Config response type.
- QueryServiceBase
Constants
-
Config$json
→ const Map<
String, Object> -
GolangBinding$json
→ const Map<
String, Object> -
MigrateFromInfo$json
→ const Map<
String, Object> -
ModuleConfig$json
→ const Map<
String, Object> -
ModuleDescriptor$json
→ const Map<
String, Object> -
PackageReference$json
→ const Map<
String, Object> -
QueryConfigRequest$json
→ const Map<
String, String> -
QueryConfigResponse$json
→ const Map<
String, Object>
Properties
- configDescriptor → Uint8List
-
Descriptor for
Config
. Decode as agoogle.protobuf.DescriptorProto
.final - golangBindingDescriptor → Uint8List
-
Descriptor for
GolangBinding
. Decode as agoogle.protobuf.DescriptorProto
.final - migrateFromInfoDescriptor → Uint8List
-
Descriptor for
MigrateFromInfo
. Decode as agoogle.protobuf.DescriptorProto
.final - moduleConfigDescriptor → Uint8List
-
Descriptor for
ModuleConfig
. Decode as agoogle.protobuf.DescriptorProto
.final - moduleDescriptorDescriptor → Uint8List
-
Descriptor for
ModuleDescriptor
. Decode as agoogle.protobuf.DescriptorProto
.final - packageReferenceDescriptor → Uint8List
-
Descriptor for
PackageReference
. Decode as agoogle.protobuf.DescriptorProto
.final - queryConfigRequestDescriptor → Uint8List
-
Descriptor for
QueryConfigRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryConfigResponseDescriptor → Uint8List
-
Descriptor for
QueryConfigResponse
. Decode as agoogle.protobuf.DescriptorProto
.final