monitoringpv1

package
v0.0.0-...-abdbe5d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

View Source
const (
	Query_Params_FullMethodName                 = "/network.monitoringp.v1.Query/Params"
	Query_GetMonitoringInfo_FullMethodName      = "/network.monitoringp.v1.Query/GetMonitoringInfo"
	Query_GetConnectionChannelID_FullMethodName = "/network.monitoringp.v1.Query/GetConnectionChannelID"
	Query_GetConsumerClientID_FullMethodName    = "/network.monitoringp.v1.Query/GetConsumerClientID"
)
View Source
const (
	Msg_UpdateParams_FullMethodName = "/network.monitoringp.v1.Msg/UpdateParams"
)

Variables

View Source
var File_network_monitoringp_v1_connection_channel_id_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_consumer_client_id_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_monitoring_info_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_packet_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_params_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_query_proto protoreflect.FileDescriptor
View Source
var File_network_monitoringp_v1_tx_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "network.monitoringp.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/monitoringp/v1/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "network.monitoringp.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "GetMonitoringInfo",
			Handler:    _Query_GetMonitoringInfo_Handler,
		},
		{
			MethodName: "GetConnectionChannelID",
			Handler:    _Query_GetConnectionChannelID_Handler,
		},
		{
			MethodName: "GetConsumerClientID",
			Handler:    _Query_GetConsumerClientID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/monitoringp/v1/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type ConnectionChannelID

type ConnectionChannelID struct {
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionChannelID) Descriptor deprecated

func (*ConnectionChannelID) Descriptor() ([]byte, []int)

Deprecated: Use ConnectionChannelID.ProtoReflect.Descriptor instead.

func (*ConnectionChannelID) GetChannelId

func (x *ConnectionChannelID) GetChannelId() string

func (*ConnectionChannelID) ProtoMessage

func (*ConnectionChannelID) ProtoMessage()

func (*ConnectionChannelID) ProtoReflect

func (x *ConnectionChannelID) ProtoReflect() protoreflect.Message

func (*ConnectionChannelID) Reset

func (x *ConnectionChannelID) Reset()

func (*ConnectionChannelID) String

func (x *ConnectionChannelID) String() string

type ConsumerClientID

type ConsumerClientID struct {
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerClientID) Descriptor deprecated

func (*ConsumerClientID) Descriptor() ([]byte, []int)

Deprecated: Use ConsumerClientID.ProtoReflect.Descriptor instead.

func (*ConsumerClientID) GetClientId

func (x *ConsumerClientID) GetClientId() string

func (*ConsumerClientID) ProtoMessage

func (*ConsumerClientID) ProtoMessage()

func (*ConsumerClientID) ProtoReflect

func (x *ConsumerClientID) ProtoReflect() protoreflect.Message

func (*ConsumerClientID) Reset

func (x *ConsumerClientID) Reset()

func (*ConsumerClientID) String

func (x *ConsumerClientID) String() string

type GenesisState

type GenesisState struct {

	// params defines all the parameters of the module.
	Params              *Params              `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	PortId              string               `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	MonitoringInfo      *MonitoringInfo      `protobuf:"bytes,3,opt,name=monitoring_info,json=monitoringInfo,proto3" json:"monitoring_info,omitempty"`
	ConnectionChannelId *ConnectionChannelID `protobuf:"bytes,4,opt,name=connection_channel_id,json=connectionChannelId,proto3" json:"connection_channel_id,omitempty"`
	ConsumerClientId    *ConsumerClientID    `protobuf:"bytes,5,opt,name=consumer_client_id,json=consumerClientId,proto3" json:"consumer_client_id,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the monitoringp module's genesis state.

func (*GenesisState) Descriptor deprecated

func (*GenesisState) Descriptor() ([]byte, []int)

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetConnectionChannelId

func (x *GenesisState) GetConnectionChannelId() *ConnectionChannelID

func (*GenesisState) GetConsumerClientId

func (x *GenesisState) GetConsumerClientId() *ConsumerClientID

func (*GenesisState) GetMonitoringInfo

func (x *GenesisState) GetMonitoringInfo() *MonitoringInfo

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetPortId

func (x *GenesisState) GetPortId() string

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type MonitoringInfo

type MonitoringInfo struct {
	Transmitted     bool                   `protobuf:"varint,1,opt,name=transmitted,proto3" json:"transmitted,omitempty"`
	SignatureCounts *types.SignatureCounts `protobuf:"bytes,2,opt,name=signature_counts,json=signatureCounts,proto3" json:"signature_counts,omitempty"`
	// contains filtered or unexported fields
}

func (*MonitoringInfo) Descriptor deprecated

func (*MonitoringInfo) Descriptor() ([]byte, []int)

Deprecated: Use MonitoringInfo.ProtoReflect.Descriptor instead.

func (*MonitoringInfo) GetSignatureCounts

func (x *MonitoringInfo) GetSignatureCounts() *types.SignatureCounts

func (*MonitoringInfo) GetTransmitted

func (x *MonitoringInfo) GetTransmitted() bool

func (*MonitoringInfo) ProtoMessage

func (*MonitoringInfo) ProtoMessage()

func (*MonitoringInfo) ProtoReflect

func (x *MonitoringInfo) ProtoReflect() protoreflect.Message

func (*MonitoringInfo) Reset

func (x *MonitoringInfo) Reset()

func (*MonitoringInfo) String

func (x *MonitoringInfo) String() string

type MonitoringpPacketData

type MonitoringpPacketData struct {

	// Types that are assignable to Packet:
	//
	//	*MonitoringpPacketData_NoData
	Packet isMonitoringpPacketData_Packet `protobuf_oneof:"packet"`
	// contains filtered or unexported fields
}

func (*MonitoringpPacketData) Descriptor deprecated

func (*MonitoringpPacketData) Descriptor() ([]byte, []int)

Deprecated: Use MonitoringpPacketData.ProtoReflect.Descriptor instead.

func (*MonitoringpPacketData) GetNoData

func (x *MonitoringpPacketData) GetNoData() *NoData

func (*MonitoringpPacketData) GetPacket

func (x *MonitoringpPacketData) GetPacket() isMonitoringpPacketData_Packet

func (*MonitoringpPacketData) ProtoMessage

func (*MonitoringpPacketData) ProtoMessage()

func (*MonitoringpPacketData) ProtoReflect

func (x *MonitoringpPacketData) ProtoReflect() protoreflect.Message

func (*MonitoringpPacketData) Reset

func (x *MonitoringpPacketData) Reset()

func (*MonitoringpPacketData) String

func (x *MonitoringpPacketData) String() string

type MonitoringpPacketData_NoData

type MonitoringpPacketData_NoData struct {
	NoData *NoData `protobuf:"bytes,1,opt,name=noData,proto3,oneof"`
}

type MsgClient

type MsgClient interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgServer

type MsgServer interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type MsgUpdateParams

type MsgUpdateParams struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	// params defines the module parameters to update.
	//
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

func (*MsgUpdateParams) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetAuthority

func (x *MsgUpdateParams) GetAuthority() string

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

type MsgUpdateParamsResponse struct {
	// contains filtered or unexported fields
}

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type NoData

type NoData struct {
	// contains filtered or unexported fields
}

func (*NoData) Descriptor deprecated

func (*NoData) Descriptor() ([]byte, []int)

Deprecated: Use NoData.ProtoReflect.Descriptor instead.

func (*NoData) ProtoMessage

func (*NoData) ProtoMessage()

func (*NoData) ProtoReflect

func (x *NoData) ProtoReflect() protoreflect.Message

func (*NoData) Reset

func (x *NoData) Reset()

func (*NoData) String

func (x *NoData) String() string

type Params

type Params struct {
	LastBlockHeight         int64                 `protobuf:"varint,1,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"`
	ConsumerChainId         string                `protobuf:"bytes,2,opt,name=consumer_chain_id,json=consumerChainId,proto3" json:"consumer_chain_id,omitempty"`
	ConsumerConsensusState  *types.ConsensusState `` /* 129-byte string literal not displayed */
	ConsumerUnbondingPeriod int64                 `` /* 133-byte string literal not displayed */
	ConsumerRevisionHeight  uint64                `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetConsumerChainId

func (x *Params) GetConsumerChainId() string

func (*Params) GetConsumerConsensusState

func (x *Params) GetConsumerConsensusState() *types.ConsensusState

func (*Params) GetConsumerRevisionHeight

func (x *Params) GetConsumerRevisionHeight() uint64

func (*Params) GetConsumerUnbondingPeriod

func (x *Params) GetConsumerUnbondingPeriod() int64

func (*Params) GetLastBlockHeight

func (x *Params) GetLastBlockHeight() int64

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a MonitoringInfo by index.
	GetMonitoringInfo(ctx context.Context, in *QueryGetMonitoringInfoRequest, opts ...grpc.CallOption) (*QueryGetMonitoringInfoResponse, error)
	// Queries a ConnectionChannelID by index.
	GetConnectionChannelID(ctx context.Context, in *QueryGetConnectionChannelIDRequest, opts ...grpc.CallOption) (*QueryGetConnectionChannelIDResponse, error)
	// Queries a ConsumerClientID by index.
	GetConsumerClientID(ctx context.Context, in *QueryGetConsumerClientIDRequest, opts ...grpc.CallOption) (*QueryGetConsumerClientIDResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryGetConnectionChannelIDRequest

type QueryGetConnectionChannelIDRequest struct {
	// contains filtered or unexported fields
}

func (*QueryGetConnectionChannelIDRequest) Descriptor deprecated

func (*QueryGetConnectionChannelIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetConnectionChannelIDRequest.ProtoReflect.Descriptor instead.

func (*QueryGetConnectionChannelIDRequest) ProtoMessage

func (*QueryGetConnectionChannelIDRequest) ProtoMessage()

func (*QueryGetConnectionChannelIDRequest) ProtoReflect

func (*QueryGetConnectionChannelIDRequest) Reset

func (*QueryGetConnectionChannelIDRequest) String

type QueryGetConnectionChannelIDResponse

type QueryGetConnectionChannelIDResponse struct {
	ConnectionChannelId *ConnectionChannelID `protobuf:"bytes,1,opt,name=connection_channel_id,json=connectionChannelId,proto3" json:"connection_channel_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetConnectionChannelIDResponse) Descriptor deprecated

func (*QueryGetConnectionChannelIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetConnectionChannelIDResponse.ProtoReflect.Descriptor instead.

func (*QueryGetConnectionChannelIDResponse) GetConnectionChannelId

func (x *QueryGetConnectionChannelIDResponse) GetConnectionChannelId() *ConnectionChannelID

func (*QueryGetConnectionChannelIDResponse) ProtoMessage

func (*QueryGetConnectionChannelIDResponse) ProtoMessage()

func (*QueryGetConnectionChannelIDResponse) ProtoReflect

func (*QueryGetConnectionChannelIDResponse) Reset

func (*QueryGetConnectionChannelIDResponse) String

type QueryGetConsumerClientIDRequest

type QueryGetConsumerClientIDRequest struct {
	// contains filtered or unexported fields
}

func (*QueryGetConsumerClientIDRequest) Descriptor deprecated

func (*QueryGetConsumerClientIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetConsumerClientIDRequest.ProtoReflect.Descriptor instead.

func (*QueryGetConsumerClientIDRequest) ProtoMessage

func (*QueryGetConsumerClientIDRequest) ProtoMessage()

func (*QueryGetConsumerClientIDRequest) ProtoReflect

func (*QueryGetConsumerClientIDRequest) Reset

func (*QueryGetConsumerClientIDRequest) String

type QueryGetConsumerClientIDResponse

type QueryGetConsumerClientIDResponse struct {
	ConsumerClientId *ConsumerClientID `protobuf:"bytes,1,opt,name=consumer_client_id,json=consumerClientId,proto3" json:"consumer_client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetConsumerClientIDResponse) Descriptor deprecated

func (*QueryGetConsumerClientIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetConsumerClientIDResponse.ProtoReflect.Descriptor instead.

func (*QueryGetConsumerClientIDResponse) GetConsumerClientId

func (x *QueryGetConsumerClientIDResponse) GetConsumerClientId() *ConsumerClientID

func (*QueryGetConsumerClientIDResponse) ProtoMessage

func (*QueryGetConsumerClientIDResponse) ProtoMessage()

func (*QueryGetConsumerClientIDResponse) ProtoReflect

func (*QueryGetConsumerClientIDResponse) Reset

func (*QueryGetConsumerClientIDResponse) String

type QueryGetMonitoringInfoRequest

type QueryGetMonitoringInfoRequest struct {
	// contains filtered or unexported fields
}

func (*QueryGetMonitoringInfoRequest) Descriptor deprecated

func (*QueryGetMonitoringInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetMonitoringInfoRequest.ProtoReflect.Descriptor instead.

func (*QueryGetMonitoringInfoRequest) ProtoMessage

func (*QueryGetMonitoringInfoRequest) ProtoMessage()

func (*QueryGetMonitoringInfoRequest) ProtoReflect

func (*QueryGetMonitoringInfoRequest) Reset

func (x *QueryGetMonitoringInfoRequest) Reset()

func (*QueryGetMonitoringInfoRequest) String

type QueryGetMonitoringInfoResponse

type QueryGetMonitoringInfoResponse struct {
	MonitoringInfo *MonitoringInfo `protobuf:"bytes,1,opt,name=monitoring_info,json=monitoringInfo,proto3" json:"monitoring_info,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetMonitoringInfoResponse) Descriptor deprecated

func (*QueryGetMonitoringInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetMonitoringInfoResponse.ProtoReflect.Descriptor instead.

func (*QueryGetMonitoringInfoResponse) GetMonitoringInfo

func (x *QueryGetMonitoringInfoResponse) GetMonitoringInfo() *MonitoringInfo

func (*QueryGetMonitoringInfoResponse) ProtoMessage

func (*QueryGetMonitoringInfoResponse) ProtoMessage()

func (*QueryGetMonitoringInfoResponse) ProtoReflect

func (*QueryGetMonitoringInfoResponse) Reset

func (x *QueryGetMonitoringInfoResponse) Reset()

func (*QueryGetMonitoringInfoResponse) String

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a MonitoringInfo by index.
	GetMonitoringInfo(context.Context, *QueryGetMonitoringInfoRequest) (*QueryGetMonitoringInfoResponse, error)
	// Queries a ConnectionChannelID by index.
	GetConnectionChannelID(context.Context, *QueryGetConnectionChannelIDRequest) (*QueryGetConnectionChannelIDResponse, error)
	// Queries a ConsumerClientID by index.
	GetConsumerClientID(context.Context, *QueryGetConsumerClientIDRequest) (*QueryGetConsumerClientIDResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) UpdateParams

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Params

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL