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

Properties

configDescriptor Uint8List
Descriptor for Config. Decode as a google.protobuf.DescriptorProto.
final
golangBindingDescriptor Uint8List
Descriptor for GolangBinding. Decode as a google.protobuf.DescriptorProto.
final
migrateFromInfoDescriptor Uint8List
Descriptor for MigrateFromInfo. Decode as a google.protobuf.DescriptorProto.
final
moduleConfigDescriptor Uint8List
Descriptor for ModuleConfig. Decode as a google.protobuf.DescriptorProto.
final
moduleDescriptorDescriptor Uint8List
Descriptor for ModuleDescriptor. Decode as a google.protobuf.DescriptorProto.
final
packageReferenceDescriptor Uint8List
Descriptor for PackageReference. Decode as a google.protobuf.DescriptorProto.
final
queryConfigRequestDescriptor Uint8List
Descriptor for QueryConfigRequest. Decode as a google.protobuf.DescriptorProto.
final
queryConfigResponseDescriptor Uint8List
Descriptor for QueryConfigResponse. Decode as a google.protobuf.DescriptorProto.
final