package
0.0.0-20220731021823-891b8cbd4160
Repository: https://github.com/carina-hackatom/nova.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
ReflectionService_ServiceDesc is the grpc.ServiceDesc for ReflectionService service.

# Structs

AppDescriptor describes a cosmos-sdk based application.
AuthnDescriptor provides information on how to sign transactions without relying on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures.
ChainDescriptor describes chain information of the application.
CodecDescriptor describes the registered interfaces and provides metadata information on the types.
ConfigurationDescriptor contains metadata information on the sdk.Config.
GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC.
GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC.
GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC.
GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC.
GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC.
GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC.
GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC.
GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC.
GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC.
GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC.
GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC.
GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC.
InterfaceAcceptingMessageDescriptor describes a protobuf message which contains an interface represented as a google.protobuf.Any.
InterfaceDescriptor describes the implementation of an interface.
InterfaceImplementerDescriptor describes an interface implementer.
MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction.
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 describes a cosmos-sdk queryable service.
QueryServicesDescriptor contains the list of cosmos-sdk queriable services.
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 describes the accepted transaction type.
UnimplementedReflectionServiceServer must be embedded to have forward compatible implementations.

# Interfaces

ReflectionServiceClient is the client API for ReflectionService service.
ReflectionServiceServer is the server API for ReflectionService service.
UnsafeReflectionServiceServer may be embedded to opt out of forward compatibility for this service.