proto/cosmos/base/reflection/v2alpha1/reflection.pbgrpc library

Classes

AppDescriptor
AppDescriptor describes a cosmos-sdk based application
AuthnDescriptor
AuthnDescriptor provides information on how to sign transactions without relying on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
ChainDescriptor
ChainDescriptor describes chain information of the application
CodecDescriptor
CodecDescriptor describes the registered interfaces and provides metadata information on the types
ConfigurationDescriptor
ConfigurationDescriptor contains metadata information on the sdk.Config
GetAuthnDescriptorRequest
GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC
GetAuthnDescriptorResponse
GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC
GetChainDescriptorRequest
GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC
GetChainDescriptorResponse
GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC
GetCodecDescriptorRequest
GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC
GetCodecDescriptorResponse
GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC
GetConfigurationDescriptorRequest
GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC
GetConfigurationDescriptorResponse
GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC
GetQueryServicesDescriptorRequest
GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC
GetQueryServicesDescriptorResponse
GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC
GetTxDescriptorRequest
GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC
GetTxDescriptorResponse
GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC
InterfaceAcceptingMessageDescriptor
InterfaceAcceptingMessageDescriptor describes a protobuf message which contains an interface represented as a google.protobuf.Any
InterfaceDescriptor
InterfaceDescriptor describes the implementation of an interface
InterfaceImplementerDescriptor
InterfaceImplementerDescriptor describes an interface implementer
MsgDescriptor
MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction
QueryMethodDescriptor
QueryMethodDescriptor describes a queryable method of a query service no other info is provided beside method name and tendermint queryable path because it would be redundant with the grpc reflection service
QueryServiceDescriptor
QueryServiceDescriptor describes a cosmos-sdk queryable service
QueryServicesDescriptor
QueryServicesDescriptor contains the list of cosmos-sdk queriable services
ReflectionServiceBase
ReflectionServiceClient
SigningModeDescriptor
SigningModeDescriptor provides information on a signing flow of the application NOTE(fdymylja): here we could go as far as providing an entire flow on how to sign a message given a SigningModeDescriptor, but it's better to think about this another time
TxDescriptor
TxDescriptor describes the accepted transaction type