proto/cosmos/base/reflection/v2alpha1/export 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

Constants

AppDescriptor$json → const Map<String, Object>
AuthnDescriptor$json → const Map<String, Object>
ChainDescriptor$json → const Map<String, Object>
CodecDescriptor$json → const Map<String, Object>
ConfigurationDescriptor$json → const Map<String, Object>
GetAuthnDescriptorRequest$json → const Map<String, String>
GetAuthnDescriptorResponse$json → const Map<String, Object>
GetChainDescriptorRequest$json → const Map<String, String>
GetChainDescriptorResponse$json → const Map<String, Object>
GetCodecDescriptorRequest$json → const Map<String, String>
GetCodecDescriptorResponse$json → const Map<String, Object>
GetConfigurationDescriptorRequest$json → const Map<String, String>
GetConfigurationDescriptorResponse$json → const Map<String, Object>
GetQueryServicesDescriptorRequest$json → const Map<String, String>
GetQueryServicesDescriptorResponse$json → const Map<String, Object>
GetTxDescriptorRequest$json → const Map<String, String>
GetTxDescriptorResponse$json → const Map<String, Object>
InterfaceAcceptingMessageDescriptor$json → const Map<String, Object>
InterfaceDescriptor$json → const Map<String, Object>
InterfaceImplementerDescriptor$json → const Map<String, Object>
MsgDescriptor$json → const Map<String, Object>
QueryMethodDescriptor$json → const Map<String, Object>
QueryServiceDescriptor$json → const Map<String, Object>
QueryServicesDescriptor$json → const Map<String, Object>
SigningModeDescriptor$json → const Map<String, Object>
TxDescriptor$json → const Map<String, Object>

Properties

appDescriptorDescriptor Uint8List
Descriptor for AppDescriptor. Decode as a google.protobuf.DescriptorProto.
final
authnDescriptorDescriptor Uint8List
Descriptor for AuthnDescriptor. Decode as a google.protobuf.DescriptorProto.
final
chainDescriptorDescriptor Uint8List
Descriptor for ChainDescriptor. Decode as a google.protobuf.DescriptorProto.
final
codecDescriptorDescriptor Uint8List
Descriptor for CodecDescriptor. Decode as a google.protobuf.DescriptorProto.
final
configurationDescriptorDescriptor Uint8List
Descriptor for ConfigurationDescriptor. Decode as a google.protobuf.DescriptorProto.
final
getAuthnDescriptorRequestDescriptor Uint8List
Descriptor for GetAuthnDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getAuthnDescriptorResponseDescriptor Uint8List
Descriptor for GetAuthnDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
getChainDescriptorRequestDescriptor Uint8List
Descriptor for GetChainDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getChainDescriptorResponseDescriptor Uint8List
Descriptor for GetChainDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
getCodecDescriptorRequestDescriptor Uint8List
Descriptor for GetCodecDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getCodecDescriptorResponseDescriptor Uint8List
Descriptor for GetCodecDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
getConfigurationDescriptorRequestDescriptor Uint8List
Descriptor for GetConfigurationDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getConfigurationDescriptorResponseDescriptor Uint8List
Descriptor for GetConfigurationDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
getQueryServicesDescriptorRequestDescriptor Uint8List
Descriptor for GetQueryServicesDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getQueryServicesDescriptorResponseDescriptor Uint8List
Descriptor for GetQueryServicesDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
getTxDescriptorRequestDescriptor Uint8List
Descriptor for GetTxDescriptorRequest. Decode as a google.protobuf.DescriptorProto.
final
getTxDescriptorResponseDescriptor Uint8List
Descriptor for GetTxDescriptorResponse. Decode as a google.protobuf.DescriptorProto.
final
interfaceAcceptingMessageDescriptorDescriptor Uint8List
Descriptor for InterfaceAcceptingMessageDescriptor. Decode as a google.protobuf.DescriptorProto.
final
interfaceDescriptorDescriptor Uint8List
Descriptor for InterfaceDescriptor. Decode as a google.protobuf.DescriptorProto.
final
interfaceImplementerDescriptorDescriptor Uint8List
Descriptor for InterfaceImplementerDescriptor. Decode as a google.protobuf.DescriptorProto.
final
msgDescriptorDescriptor Uint8List
Descriptor for MsgDescriptor. Decode as a google.protobuf.DescriptorProto.
final
queryMethodDescriptorDescriptor Uint8List
Descriptor for QueryMethodDescriptor. Decode as a google.protobuf.DescriptorProto.
final
queryServiceDescriptorDescriptor Uint8List
Descriptor for QueryServiceDescriptor. Decode as a google.protobuf.DescriptorProto.
final
queryServicesDescriptorDescriptor Uint8List
Descriptor for QueryServicesDescriptor. Decode as a google.protobuf.DescriptorProto.
final
signingModeDescriptorDescriptor Uint8List
Descriptor for SigningModeDescriptor. Decode as a google.protobuf.DescriptorProto.
final
txDescriptorDescriptor Uint8List
Descriptor for TxDescriptor. Decode as a google.protobuf.DescriptorProto.
final