Structs§
- AppDescriptor
- AppDescriptor describes a cosmos-sdk based application
- Authn
Descriptor - AuthnDescriptor provides information on how to sign transactions without relying on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
- Chain
Descriptor - ChainDescriptor describes chain information of the application
- Codec
Descriptor - CodecDescriptor describes the registered interfaces and provides metadata information on the types
- Configuration
Descriptor - ConfigurationDescriptor contains metadata information on the sdk.Config
- GetAuthn
Descriptor Request - GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC
- GetAuthn
Descriptor Response - GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC
- GetChain
Descriptor Request - GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC
- GetChain
Descriptor Response - GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC
- GetCodec
Descriptor Request - GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC
- GetCodec
Descriptor Response - GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC
- GetConfiguration
Descriptor Request - GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC
- GetConfiguration
Descriptor Response - GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC
- GetQuery
Services Descriptor Request - GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC
- GetQuery
Services Descriptor Response - GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC
- GetTx
Descriptor Request - GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC
- GetTx
Descriptor Response - GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC
- Interface
Accepting Message Descriptor - InterfaceAcceptingMessageDescriptor describes a protobuf message which contains an interface represented as a google.protobuf.Any
- Interface
Descriptor - InterfaceDescriptor describes the implementation of an interface
- Interface
Implementer Descriptor - InterfaceImplementerDescriptor describes an interface implementer
- MsgDescriptor
- MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction
- Query
Method Descriptor - 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
- Query
Service Descriptor - QueryServiceDescriptor describes a cosmos-sdk queryable service
- Query
Services Descriptor - QueryServicesDescriptor contains the list of cosmos-sdk queriable services
- Signing
Mode Descriptor - 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