Versions in this module Expand all Collapse all v0 v0.400.3 Oct 18, 2021 v0.400.1 Oct 18, 2021 Changes in this version + var ErrIntOverflowReflection = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthReflection = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupReflection = fmt.Errorf("proto: unexpected end of group") + func Register(srv *grpc.Server, conf Config) error + func RegisterReflectionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterReflectionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ReflectionServiceClient) error + func RegisterReflectionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterReflectionServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ReflectionServiceServer) error + func RegisterReflectionServiceServer(s grpc1.Server, srv ReflectionServiceServer) + type AppDescriptor struct + Authn *AuthnDescriptor + Chain *ChainDescriptor + Codec *CodecDescriptor + Configuration *ConfigurationDescriptor + QueryServices *QueryServicesDescriptor + Tx *TxDescriptor + func (*AppDescriptor) Descriptor() ([]byte, []int) + func (*AppDescriptor) ProtoMessage() + func (m *AppDescriptor) GetAuthn() *AuthnDescriptor + func (m *AppDescriptor) GetChain() *ChainDescriptor + func (m *AppDescriptor) GetCodec() *CodecDescriptor + func (m *AppDescriptor) GetConfiguration() *ConfigurationDescriptor + func (m *AppDescriptor) GetQueryServices() *QueryServicesDescriptor + func (m *AppDescriptor) GetTx() *TxDescriptor + func (m *AppDescriptor) Marshal() (dAtA []byte, err error) + func (m *AppDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *AppDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AppDescriptor) Reset() + func (m *AppDescriptor) Size() (n int) + func (m *AppDescriptor) String() string + func (m *AppDescriptor) Unmarshal(dAtA []byte) error + func (m *AppDescriptor) XXX_DiscardUnknown() + func (m *AppDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AppDescriptor) XXX_Merge(src proto.Message) + func (m *AppDescriptor) XXX_Size() int + func (m *AppDescriptor) XXX_Unmarshal(b []byte) error + type AuthnDescriptor struct + SignModes []*SigningModeDescriptor + func (*AuthnDescriptor) Descriptor() ([]byte, []int) + func (*AuthnDescriptor) ProtoMessage() + func (m *AuthnDescriptor) GetSignModes() []*SigningModeDescriptor + func (m *AuthnDescriptor) Marshal() (dAtA []byte, err error) + func (m *AuthnDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *AuthnDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuthnDescriptor) Reset() + func (m *AuthnDescriptor) Size() (n int) + func (m *AuthnDescriptor) String() string + func (m *AuthnDescriptor) Unmarshal(dAtA []byte) error + func (m *AuthnDescriptor) XXX_DiscardUnknown() + func (m *AuthnDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuthnDescriptor) XXX_Merge(src proto.Message) + func (m *AuthnDescriptor) XXX_Size() int + func (m *AuthnDescriptor) XXX_Unmarshal(b []byte) error + type ChainDescriptor struct + Id string + func (*ChainDescriptor) Descriptor() ([]byte, []int) + func (*ChainDescriptor) ProtoMessage() + func (m *ChainDescriptor) GetId() string + func (m *ChainDescriptor) Marshal() (dAtA []byte, err error) + func (m *ChainDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *ChainDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ChainDescriptor) Reset() + func (m *ChainDescriptor) Size() (n int) + func (m *ChainDescriptor) String() string + func (m *ChainDescriptor) Unmarshal(dAtA []byte) error + func (m *ChainDescriptor) XXX_DiscardUnknown() + func (m *ChainDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainDescriptor) XXX_Merge(src proto.Message) + func (m *ChainDescriptor) XXX_Size() int + func (m *ChainDescriptor) XXX_Unmarshal(b []byte) error + type CodecDescriptor struct + Interfaces []*InterfaceDescriptor + func (*CodecDescriptor) Descriptor() ([]byte, []int) + func (*CodecDescriptor) ProtoMessage() + func (m *CodecDescriptor) GetInterfaces() []*InterfaceDescriptor + func (m *CodecDescriptor) Marshal() (dAtA []byte, err error) + func (m *CodecDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *CodecDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodecDescriptor) Reset() + func (m *CodecDescriptor) Size() (n int) + func (m *CodecDescriptor) String() string + func (m *CodecDescriptor) Unmarshal(dAtA []byte) error + func (m *CodecDescriptor) XXX_DiscardUnknown() + func (m *CodecDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodecDescriptor) XXX_Merge(src proto.Message) + func (m *CodecDescriptor) XXX_Size() int + func (m *CodecDescriptor) XXX_Unmarshal(b []byte) error + type Config struct + ChainID string + InterfaceRegistry codectypes.InterfaceRegistry + SdkConfig *sdk.Config + SigningModes map[string]int32 + type ConfigurationDescriptor struct + Bech32AccountAddressPrefix string + func (*ConfigurationDescriptor) Descriptor() ([]byte, []int) + func (*ConfigurationDescriptor) ProtoMessage() + func (m *ConfigurationDescriptor) GetBech32AccountAddressPrefix() string + func (m *ConfigurationDescriptor) Marshal() (dAtA []byte, err error) + func (m *ConfigurationDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *ConfigurationDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ConfigurationDescriptor) Reset() + func (m *ConfigurationDescriptor) Size() (n int) + func (m *ConfigurationDescriptor) String() string + func (m *ConfigurationDescriptor) Unmarshal(dAtA []byte) error + func (m *ConfigurationDescriptor) XXX_DiscardUnknown() + func (m *ConfigurationDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigurationDescriptor) XXX_Merge(src proto.Message) + func (m *ConfigurationDescriptor) XXX_Size() int + func (m *ConfigurationDescriptor) XXX_Unmarshal(b []byte) error + type GetAuthnDescriptorRequest struct + func (*GetAuthnDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetAuthnDescriptorRequest) ProtoMessage() + func (m *GetAuthnDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetAuthnDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetAuthnDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetAuthnDescriptorRequest) Reset() + func (m *GetAuthnDescriptorRequest) Size() (n int) + func (m *GetAuthnDescriptorRequest) String() string + func (m *GetAuthnDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetAuthnDescriptorRequest) XXX_DiscardUnknown() + func (m *GetAuthnDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAuthnDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetAuthnDescriptorRequest) XXX_Size() int + func (m *GetAuthnDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetAuthnDescriptorResponse struct + Authn *AuthnDescriptor + func (*GetAuthnDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetAuthnDescriptorResponse) ProtoMessage() + func (m *GetAuthnDescriptorResponse) GetAuthn() *AuthnDescriptor + func (m *GetAuthnDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetAuthnDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetAuthnDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetAuthnDescriptorResponse) Reset() + func (m *GetAuthnDescriptorResponse) Size() (n int) + func (m *GetAuthnDescriptorResponse) String() string + func (m *GetAuthnDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetAuthnDescriptorResponse) XXX_DiscardUnknown() + func (m *GetAuthnDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetAuthnDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetAuthnDescriptorResponse) XXX_Size() int + func (m *GetAuthnDescriptorResponse) XXX_Unmarshal(b []byte) error + type GetChainDescriptorRequest struct + func (*GetChainDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetChainDescriptorRequest) ProtoMessage() + func (m *GetChainDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetChainDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetChainDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetChainDescriptorRequest) Reset() + func (m *GetChainDescriptorRequest) Size() (n int) + func (m *GetChainDescriptorRequest) String() string + func (m *GetChainDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetChainDescriptorRequest) XXX_DiscardUnknown() + func (m *GetChainDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetChainDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetChainDescriptorRequest) XXX_Size() int + func (m *GetChainDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetChainDescriptorResponse struct + Chain *ChainDescriptor + func (*GetChainDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetChainDescriptorResponse) ProtoMessage() + func (m *GetChainDescriptorResponse) GetChain() *ChainDescriptor + func (m *GetChainDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetChainDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetChainDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetChainDescriptorResponse) Reset() + func (m *GetChainDescriptorResponse) Size() (n int) + func (m *GetChainDescriptorResponse) String() string + func (m *GetChainDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetChainDescriptorResponse) XXX_DiscardUnknown() + func (m *GetChainDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetChainDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetChainDescriptorResponse) XXX_Size() int + func (m *GetChainDescriptorResponse) XXX_Unmarshal(b []byte) error + type GetCodecDescriptorRequest struct + func (*GetCodecDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetCodecDescriptorRequest) ProtoMessage() + func (m *GetCodecDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetCodecDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetCodecDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetCodecDescriptorRequest) Reset() + func (m *GetCodecDescriptorRequest) Size() (n int) + func (m *GetCodecDescriptorRequest) String() string + func (m *GetCodecDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetCodecDescriptorRequest) XXX_DiscardUnknown() + func (m *GetCodecDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCodecDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetCodecDescriptorRequest) XXX_Size() int + func (m *GetCodecDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetCodecDescriptorResponse struct + Codec *CodecDescriptor + func (*GetCodecDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetCodecDescriptorResponse) ProtoMessage() + func (m *GetCodecDescriptorResponse) GetCodec() *CodecDescriptor + func (m *GetCodecDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetCodecDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetCodecDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetCodecDescriptorResponse) Reset() + func (m *GetCodecDescriptorResponse) Size() (n int) + func (m *GetCodecDescriptorResponse) String() string + func (m *GetCodecDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetCodecDescriptorResponse) XXX_DiscardUnknown() + func (m *GetCodecDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCodecDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetCodecDescriptorResponse) XXX_Size() int + func (m *GetCodecDescriptorResponse) XXX_Unmarshal(b []byte) error + type GetConfigurationDescriptorRequest struct + func (*GetConfigurationDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetConfigurationDescriptorRequest) ProtoMessage() + func (m *GetConfigurationDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetConfigurationDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetConfigurationDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetConfigurationDescriptorRequest) Reset() + func (m *GetConfigurationDescriptorRequest) Size() (n int) + func (m *GetConfigurationDescriptorRequest) String() string + func (m *GetConfigurationDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetConfigurationDescriptorRequest) XXX_DiscardUnknown() + func (m *GetConfigurationDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetConfigurationDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetConfigurationDescriptorRequest) XXX_Size() int + func (m *GetConfigurationDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetConfigurationDescriptorResponse struct + Config *ConfigurationDescriptor + func (*GetConfigurationDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetConfigurationDescriptorResponse) ProtoMessage() + func (m *GetConfigurationDescriptorResponse) GetConfig() *ConfigurationDescriptor + func (m *GetConfigurationDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetConfigurationDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetConfigurationDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetConfigurationDescriptorResponse) Reset() + func (m *GetConfigurationDescriptorResponse) Size() (n int) + func (m *GetConfigurationDescriptorResponse) String() string + func (m *GetConfigurationDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetConfigurationDescriptorResponse) XXX_DiscardUnknown() + func (m *GetConfigurationDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetConfigurationDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetConfigurationDescriptorResponse) XXX_Size() int + func (m *GetConfigurationDescriptorResponse) XXX_Unmarshal(b []byte) error + type GetQueryServicesDescriptorRequest struct + func (*GetQueryServicesDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetQueryServicesDescriptorRequest) ProtoMessage() + func (m *GetQueryServicesDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetQueryServicesDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetQueryServicesDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetQueryServicesDescriptorRequest) Reset() + func (m *GetQueryServicesDescriptorRequest) Size() (n int) + func (m *GetQueryServicesDescriptorRequest) String() string + func (m *GetQueryServicesDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetQueryServicesDescriptorRequest) XXX_DiscardUnknown() + func (m *GetQueryServicesDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetQueryServicesDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetQueryServicesDescriptorRequest) XXX_Size() int + func (m *GetQueryServicesDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetQueryServicesDescriptorResponse struct + Queries *QueryServicesDescriptor + func (*GetQueryServicesDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetQueryServicesDescriptorResponse) ProtoMessage() + func (m *GetQueryServicesDescriptorResponse) GetQueries() *QueryServicesDescriptor + func (m *GetQueryServicesDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetQueryServicesDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetQueryServicesDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetQueryServicesDescriptorResponse) Reset() + func (m *GetQueryServicesDescriptorResponse) Size() (n int) + func (m *GetQueryServicesDescriptorResponse) String() string + func (m *GetQueryServicesDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetQueryServicesDescriptorResponse) XXX_DiscardUnknown() + func (m *GetQueryServicesDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetQueryServicesDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetQueryServicesDescriptorResponse) XXX_Size() int + func (m *GetQueryServicesDescriptorResponse) XXX_Unmarshal(b []byte) error + type GetTxDescriptorRequest struct + func (*GetTxDescriptorRequest) Descriptor() ([]byte, []int) + func (*GetTxDescriptorRequest) ProtoMessage() + func (m *GetTxDescriptorRequest) Marshal() (dAtA []byte, err error) + func (m *GetTxDescriptorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxDescriptorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxDescriptorRequest) Reset() + func (m *GetTxDescriptorRequest) Size() (n int) + func (m *GetTxDescriptorRequest) String() string + func (m *GetTxDescriptorRequest) Unmarshal(dAtA []byte) error + func (m *GetTxDescriptorRequest) XXX_DiscardUnknown() + func (m *GetTxDescriptorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxDescriptorRequest) XXX_Merge(src proto.Message) + func (m *GetTxDescriptorRequest) XXX_Size() int + func (m *GetTxDescriptorRequest) XXX_Unmarshal(b []byte) error + type GetTxDescriptorResponse struct + Tx *TxDescriptor + func (*GetTxDescriptorResponse) Descriptor() ([]byte, []int) + func (*GetTxDescriptorResponse) ProtoMessage() + func (m *GetTxDescriptorResponse) GetTx() *TxDescriptor + func (m *GetTxDescriptorResponse) Marshal() (dAtA []byte, err error) + func (m *GetTxDescriptorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetTxDescriptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetTxDescriptorResponse) Reset() + func (m *GetTxDescriptorResponse) Size() (n int) + func (m *GetTxDescriptorResponse) String() string + func (m *GetTxDescriptorResponse) Unmarshal(dAtA []byte) error + func (m *GetTxDescriptorResponse) XXX_DiscardUnknown() + func (m *GetTxDescriptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTxDescriptorResponse) XXX_Merge(src proto.Message) + func (m *GetTxDescriptorResponse) XXX_Size() int + func (m *GetTxDescriptorResponse) XXX_Unmarshal(b []byte) error + type InterfaceAcceptingMessageDescriptor struct + FieldDescriptorNames []string + Fullname string + func (*InterfaceAcceptingMessageDescriptor) Descriptor() ([]byte, []int) + func (*InterfaceAcceptingMessageDescriptor) ProtoMessage() + func (m *InterfaceAcceptingMessageDescriptor) GetFieldDescriptorNames() []string + func (m *InterfaceAcceptingMessageDescriptor) GetFullname() string + func (m *InterfaceAcceptingMessageDescriptor) Marshal() (dAtA []byte, err error) + func (m *InterfaceAcceptingMessageDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *InterfaceAcceptingMessageDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InterfaceAcceptingMessageDescriptor) Reset() + func (m *InterfaceAcceptingMessageDescriptor) Size() (n int) + func (m *InterfaceAcceptingMessageDescriptor) String() string + func (m *InterfaceAcceptingMessageDescriptor) Unmarshal(dAtA []byte) error + func (m *InterfaceAcceptingMessageDescriptor) XXX_DiscardUnknown() + func (m *InterfaceAcceptingMessageDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InterfaceAcceptingMessageDescriptor) XXX_Merge(src proto.Message) + func (m *InterfaceAcceptingMessageDescriptor) XXX_Size() int + func (m *InterfaceAcceptingMessageDescriptor) XXX_Unmarshal(b []byte) error + type InterfaceDescriptor struct + Fullname string + InterfaceAcceptingMessages []*InterfaceAcceptingMessageDescriptor + InterfaceImplementers []*InterfaceImplementerDescriptor + func (*InterfaceDescriptor) Descriptor() ([]byte, []int) + func (*InterfaceDescriptor) ProtoMessage() + func (m *InterfaceDescriptor) GetFullname() string + func (m *InterfaceDescriptor) GetInterfaceAcceptingMessages() []*InterfaceAcceptingMessageDescriptor + func (m *InterfaceDescriptor) GetInterfaceImplementers() []*InterfaceImplementerDescriptor + func (m *InterfaceDescriptor) Marshal() (dAtA []byte, err error) + func (m *InterfaceDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *InterfaceDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InterfaceDescriptor) Reset() + func (m *InterfaceDescriptor) Size() (n int) + func (m *InterfaceDescriptor) String() string + func (m *InterfaceDescriptor) Unmarshal(dAtA []byte) error + func (m *InterfaceDescriptor) XXX_DiscardUnknown() + func (m *InterfaceDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InterfaceDescriptor) XXX_Merge(src proto.Message) + func (m *InterfaceDescriptor) XXX_Size() int + func (m *InterfaceDescriptor) XXX_Unmarshal(b []byte) error + type InterfaceImplementerDescriptor struct + Fullname string + TypeUrl string + func (*InterfaceImplementerDescriptor) Descriptor() ([]byte, []int) + func (*InterfaceImplementerDescriptor) ProtoMessage() + func (m *InterfaceImplementerDescriptor) GetFullname() string + func (m *InterfaceImplementerDescriptor) GetTypeUrl() string + func (m *InterfaceImplementerDescriptor) Marshal() (dAtA []byte, err error) + func (m *InterfaceImplementerDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *InterfaceImplementerDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InterfaceImplementerDescriptor) Reset() + func (m *InterfaceImplementerDescriptor) Size() (n int) + func (m *InterfaceImplementerDescriptor) String() string + func (m *InterfaceImplementerDescriptor) Unmarshal(dAtA []byte) error + func (m *InterfaceImplementerDescriptor) XXX_DiscardUnknown() + func (m *InterfaceImplementerDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InterfaceImplementerDescriptor) XXX_Merge(src proto.Message) + func (m *InterfaceImplementerDescriptor) XXX_Size() int + func (m *InterfaceImplementerDescriptor) XXX_Unmarshal(b []byte) error + type MsgDescriptor struct + MsgTypeUrl string + func (*MsgDescriptor) Descriptor() ([]byte, []int) + func (*MsgDescriptor) ProtoMessage() + func (m *MsgDescriptor) GetMsgTypeUrl() string + func (m *MsgDescriptor) Marshal() (dAtA []byte, err error) + func (m *MsgDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDescriptor) Reset() + func (m *MsgDescriptor) Size() (n int) + func (m *MsgDescriptor) String() string + func (m *MsgDescriptor) Unmarshal(dAtA []byte) error + func (m *MsgDescriptor) XXX_DiscardUnknown() + func (m *MsgDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDescriptor) XXX_Merge(src proto.Message) + func (m *MsgDescriptor) XXX_Size() int + func (m *MsgDescriptor) XXX_Unmarshal(b []byte) error + type QueryMethodDescriptor struct + FullQueryPath string + Name string + func (*QueryMethodDescriptor) Descriptor() ([]byte, []int) + func (*QueryMethodDescriptor) ProtoMessage() + func (m *QueryMethodDescriptor) GetFullQueryPath() string + func (m *QueryMethodDescriptor) GetName() string + func (m *QueryMethodDescriptor) Marshal() (dAtA []byte, err error) + func (m *QueryMethodDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *QueryMethodDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryMethodDescriptor) Reset() + func (m *QueryMethodDescriptor) Size() (n int) + func (m *QueryMethodDescriptor) String() string + func (m *QueryMethodDescriptor) Unmarshal(dAtA []byte) error + func (m *QueryMethodDescriptor) XXX_DiscardUnknown() + func (m *QueryMethodDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryMethodDescriptor) XXX_Merge(src proto.Message) + func (m *QueryMethodDescriptor) XXX_Size() int + func (m *QueryMethodDescriptor) XXX_Unmarshal(b []byte) error + type QueryServiceDescriptor struct + Fullname string + IsModule bool + Methods []*QueryMethodDescriptor + func (*QueryServiceDescriptor) Descriptor() ([]byte, []int) + func (*QueryServiceDescriptor) ProtoMessage() + func (m *QueryServiceDescriptor) GetFullname() string + func (m *QueryServiceDescriptor) GetIsModule() bool + func (m *QueryServiceDescriptor) GetMethods() []*QueryMethodDescriptor + func (m *QueryServiceDescriptor) Marshal() (dAtA []byte, err error) + func (m *QueryServiceDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *QueryServiceDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryServiceDescriptor) Reset() + func (m *QueryServiceDescriptor) Size() (n int) + func (m *QueryServiceDescriptor) String() string + func (m *QueryServiceDescriptor) Unmarshal(dAtA []byte) error + func (m *QueryServiceDescriptor) XXX_DiscardUnknown() + func (m *QueryServiceDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryServiceDescriptor) XXX_Merge(src proto.Message) + func (m *QueryServiceDescriptor) XXX_Size() int + func (m *QueryServiceDescriptor) XXX_Unmarshal(b []byte) error + type QueryServicesDescriptor struct + QueryServices []*QueryServiceDescriptor + func (*QueryServicesDescriptor) Descriptor() ([]byte, []int) + func (*QueryServicesDescriptor) ProtoMessage() + func (m *QueryServicesDescriptor) GetQueryServices() []*QueryServiceDescriptor + func (m *QueryServicesDescriptor) Marshal() (dAtA []byte, err error) + func (m *QueryServicesDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *QueryServicesDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryServicesDescriptor) Reset() + func (m *QueryServicesDescriptor) Size() (n int) + func (m *QueryServicesDescriptor) String() string + func (m *QueryServicesDescriptor) Unmarshal(dAtA []byte) error + func (m *QueryServicesDescriptor) XXX_DiscardUnknown() + func (m *QueryServicesDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryServicesDescriptor) XXX_Merge(src proto.Message) + func (m *QueryServicesDescriptor) XXX_Size() int + func (m *QueryServicesDescriptor) XXX_Unmarshal(b []byte) error + type ReflectionServiceClient interface + GetAuthnDescriptor func(ctx context.Context, in *GetAuthnDescriptorRequest, opts ...grpc.CallOption) (*GetAuthnDescriptorResponse, error) + GetChainDescriptor func(ctx context.Context, in *GetChainDescriptorRequest, opts ...grpc.CallOption) (*GetChainDescriptorResponse, error) + GetCodecDescriptor func(ctx context.Context, in *GetCodecDescriptorRequest, opts ...grpc.CallOption) (*GetCodecDescriptorResponse, error) + GetConfigurationDescriptor func(ctx context.Context, in *GetConfigurationDescriptorRequest, ...) (*GetConfigurationDescriptorResponse, error) + GetQueryServicesDescriptor func(ctx context.Context, in *GetQueryServicesDescriptorRequest, ...) (*GetQueryServicesDescriptorResponse, error) + GetTxDescriptor func(ctx context.Context, in *GetTxDescriptorRequest, opts ...grpc.CallOption) (*GetTxDescriptorResponse, error) + func NewReflectionServiceClient(cc grpc1.ClientConn) ReflectionServiceClient + type ReflectionServiceServer interface + GetAuthnDescriptor func(context.Context, *GetAuthnDescriptorRequest) (*GetAuthnDescriptorResponse, error) + GetChainDescriptor func(context.Context, *GetChainDescriptorRequest) (*GetChainDescriptorResponse, error) + GetCodecDescriptor func(context.Context, *GetCodecDescriptorRequest) (*GetCodecDescriptorResponse, error) + GetConfigurationDescriptor func(context.Context, *GetConfigurationDescriptorRequest) (*GetConfigurationDescriptorResponse, error) + GetQueryServicesDescriptor func(context.Context, *GetQueryServicesDescriptorRequest) (*GetQueryServicesDescriptorResponse, error) + GetTxDescriptor func(context.Context, *GetTxDescriptorRequest) (*GetTxDescriptorResponse, error) + type SigningModeDescriptor struct + AuthnInfoProviderMethodFullname string + Name string + Number int32 + func (*SigningModeDescriptor) Descriptor() ([]byte, []int) + func (*SigningModeDescriptor) ProtoMessage() + func (m *SigningModeDescriptor) GetAuthnInfoProviderMethodFullname() string + func (m *SigningModeDescriptor) GetName() string + func (m *SigningModeDescriptor) GetNumber() int32 + func (m *SigningModeDescriptor) Marshal() (dAtA []byte, err error) + func (m *SigningModeDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *SigningModeDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SigningModeDescriptor) Reset() + func (m *SigningModeDescriptor) Size() (n int) + func (m *SigningModeDescriptor) String() string + func (m *SigningModeDescriptor) Unmarshal(dAtA []byte) error + func (m *SigningModeDescriptor) XXX_DiscardUnknown() + func (m *SigningModeDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SigningModeDescriptor) XXX_Merge(src proto.Message) + func (m *SigningModeDescriptor) XXX_Size() int + func (m *SigningModeDescriptor) XXX_Unmarshal(b []byte) error + type TxDescriptor struct + Fullname string + Msgs []*MsgDescriptor + func (*TxDescriptor) Descriptor() ([]byte, []int) + func (*TxDescriptor) ProtoMessage() + func (m *TxDescriptor) GetFullname() string + func (m *TxDescriptor) GetMsgs() []*MsgDescriptor + func (m *TxDescriptor) Marshal() (dAtA []byte, err error) + func (m *TxDescriptor) MarshalTo(dAtA []byte) (int, error) + func (m *TxDescriptor) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxDescriptor) Reset() + func (m *TxDescriptor) Size() (n int) + func (m *TxDescriptor) String() string + func (m *TxDescriptor) Unmarshal(dAtA []byte) error + func (m *TxDescriptor) XXX_DiscardUnknown() + func (m *TxDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxDescriptor) XXX_Merge(src proto.Message) + func (m *TxDescriptor) XXX_Size() int + func (m *TxDescriptor) XXX_Unmarshal(b []byte) error + type UnimplementedReflectionServiceServer struct + func (*UnimplementedReflectionServiceServer) GetAuthnDescriptor(ctx context.Context, req *GetAuthnDescriptorRequest) (*GetAuthnDescriptorResponse, error) + func (*UnimplementedReflectionServiceServer) GetChainDescriptor(ctx context.Context, req *GetChainDescriptorRequest) (*GetChainDescriptorResponse, error) + func (*UnimplementedReflectionServiceServer) GetCodecDescriptor(ctx context.Context, req *GetCodecDescriptorRequest) (*GetCodecDescriptorResponse, error) + func (*UnimplementedReflectionServiceServer) GetConfigurationDescriptor(ctx context.Context, req *GetConfigurationDescriptorRequest) (*GetConfigurationDescriptorResponse, error) + func (*UnimplementedReflectionServiceServer) GetQueryServicesDescriptor(ctx context.Context, req *GetQueryServicesDescriptorRequest) (*GetQueryServicesDescriptorResponse, error) + func (*UnimplementedReflectionServiceServer) GetTxDescriptor(ctx context.Context, req *GetTxDescriptorRequest) (*GetTxDescriptorResponse, error)