package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Register registers the cosmos sdk reflection service to the provided *grpc.Server given a Config.
RegisterReflectionServiceHandler registers the http handlers for service ReflectionService to "mux".
RegisterReflectionServiceHandlerClient registers the http handlers for service ReflectionService to "mux".
RegisterReflectionServiceHandlerFromEndpoint is same as RegisterReflectionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterReflectionServiceHandlerServer registers the http handlers for service ReflectionService to "mux".
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
No description provided by the author
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 can be embedded to have forward compatible implementations.
# Interfaces
ReflectionServiceClient is the client API for ReflectionService service.
ReflectionServiceServer is the server API for ReflectionService service.