profilev1

package
v0.0.1-beta 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: 18 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.

Index

Constants

View Source
const (
	Query_Params_FullMethodName                        = "/network.profile.v1.Query/Params"
	Query_GetCoordinator_FullMethodName                = "/network.profile.v1.Query/GetCoordinator"
	Query_ListCoordinator_FullMethodName               = "/network.profile.v1.Query/ListCoordinator"
	Query_GetValidator_FullMethodName                  = "/network.profile.v1.Query/GetValidator"
	Query_ListValidator_FullMethodName                 = "/network.profile.v1.Query/ListValidator"
	Query_GetCoordinatorByAddress_FullMethodName       = "/network.profile.v1.Query/GetCoordinatorByAddress"
	Query_GetValidatorByOperatorAddress_FullMethodName = "/network.profile.v1.Query/GetValidatorByOperatorAddress"
)
View Source
const (
	Msg_UpdateParams_FullMethodName                 = "/network.profile.v1.Msg/UpdateParams"
	Msg_UpdateValidatorDescription_FullMethodName   = "/network.profile.v1.Msg/UpdateValidatorDescription"
	Msg_AddValidatorOperatorAddress_FullMethodName  = "/network.profile.v1.Msg/AddValidatorOperatorAddress"
	Msg_CreateCoordinator_FullMethodName            = "/network.profile.v1.Msg/CreateCoordinator"
	Msg_UpdateCoordinatorDescription_FullMethodName = "/network.profile.v1.Msg/UpdateCoordinatorDescription"
	Msg_UpdateCoordinatorAddress_FullMethodName     = "/network.profile.v1.Msg/UpdateCoordinatorAddress"
	Msg_DisableCoordinator_FullMethodName           = "/network.profile.v1.Msg/DisableCoordinator"
)

Variables

View Source
var File_network_profile_v1_coordinator_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_events_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_params_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_query_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_tx_proto protoreflect.FileDescriptor
View Source
var File_network_profile_v1_validator_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "network.profile.v1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
		{
			MethodName: "UpdateValidatorDescription",
			Handler:    _Msg_UpdateValidatorDescription_Handler,
		},
		{
			MethodName: "AddValidatorOperatorAddress",
			Handler:    _Msg_AddValidatorOperatorAddress_Handler,
		},
		{
			MethodName: "CreateCoordinator",
			Handler:    _Msg_CreateCoordinator_Handler,
		},
		{
			MethodName: "UpdateCoordinatorDescription",
			Handler:    _Msg_UpdateCoordinatorDescription_Handler,
		},
		{
			MethodName: "UpdateCoordinatorAddress",
			Handler:    _Msg_UpdateCoordinatorAddress_Handler,
		},
		{
			MethodName: "DisableCoordinator",
			Handler:    _Msg_DisableCoordinator_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/profile/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.profile.v1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "GetCoordinator",
			Handler:    _Query_GetCoordinator_Handler,
		},
		{
			MethodName: "ListCoordinator",
			Handler:    _Query_ListCoordinator_Handler,
		},
		{
			MethodName: "GetValidator",
			Handler:    _Query_GetValidator_Handler,
		},
		{
			MethodName: "ListValidator",
			Handler:    _Query_ListValidator_Handler,
		},
		{
			MethodName: "GetCoordinatorByAddress",
			Handler:    _Query_GetCoordinatorByAddress_Handler,
		},
		{
			MethodName: "GetValidatorByOperatorAddress",
			Handler:    _Query_GetValidatorByOperatorAddress_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "network/profile/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 Coordinator

type Coordinator struct {
	CoordinatorId uint64                  `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	Address       string                  `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Description   *CoordinatorDescription `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Active        bool                    `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*Coordinator) Descriptor deprecated

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

Deprecated: Use Coordinator.ProtoReflect.Descriptor instead.

func (*Coordinator) GetActive

func (x *Coordinator) GetActive() bool

func (*Coordinator) GetAddress

func (x *Coordinator) GetAddress() string

func (*Coordinator) GetCoordinatorId

func (x *Coordinator) GetCoordinatorId() uint64

func (*Coordinator) GetDescription

func (x *Coordinator) GetDescription() *CoordinatorDescription

func (*Coordinator) ProtoMessage

func (*Coordinator) ProtoMessage()

func (*Coordinator) ProtoReflect

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

func (*Coordinator) Reset

func (x *Coordinator) Reset()

func (*Coordinator) String

func (x *Coordinator) String() string

type CoordinatorByAddress

type CoordinatorByAddress struct {
	Address       string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	CoordinatorId uint64 `protobuf:"varint,2,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CoordinatorByAddress) Descriptor deprecated

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

Deprecated: Use CoordinatorByAddress.ProtoReflect.Descriptor instead.

func (*CoordinatorByAddress) GetAddress

func (x *CoordinatorByAddress) GetAddress() string

func (*CoordinatorByAddress) GetCoordinatorId

func (x *CoordinatorByAddress) GetCoordinatorId() uint64

func (*CoordinatorByAddress) ProtoMessage

func (*CoordinatorByAddress) ProtoMessage()

func (*CoordinatorByAddress) ProtoReflect

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

func (*CoordinatorByAddress) Reset

func (x *CoordinatorByAddress) Reset()

func (*CoordinatorByAddress) String

func (x *CoordinatorByAddress) String() string

type CoordinatorDescription

type CoordinatorDescription struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Website  string `protobuf:"bytes,2,opt,name=website,proto3" json:"website,omitempty"`
	Details  string `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*CoordinatorDescription) Descriptor deprecated

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

Deprecated: Use CoordinatorDescription.ProtoReflect.Descriptor instead.

func (*CoordinatorDescription) GetDetails

func (x *CoordinatorDescription) GetDetails() string

func (*CoordinatorDescription) GetIdentity

func (x *CoordinatorDescription) GetIdentity() string

func (*CoordinatorDescription) GetWebsite

func (x *CoordinatorDescription) GetWebsite() string

func (*CoordinatorDescription) ProtoMessage

func (*CoordinatorDescription) ProtoMessage()

func (*CoordinatorDescription) ProtoReflect

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

func (*CoordinatorDescription) Reset

func (x *CoordinatorDescription) Reset()

func (*CoordinatorDescription) String

func (x *CoordinatorDescription) String() string

type EventCoordinatorAddressUpdated

type EventCoordinatorAddressUpdated struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	NewAddress    string `protobuf:"bytes,2,opt,name=new_address,json=newAddress,proto3" json:"new_address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventCoordinatorAddressUpdated) Descriptor deprecated

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

Deprecated: Use EventCoordinatorAddressUpdated.ProtoReflect.Descriptor instead.

func (*EventCoordinatorAddressUpdated) GetCoordinatorId

func (x *EventCoordinatorAddressUpdated) GetCoordinatorId() uint64

func (*EventCoordinatorAddressUpdated) GetNewAddress

func (x *EventCoordinatorAddressUpdated) GetNewAddress() string

func (*EventCoordinatorAddressUpdated) ProtoMessage

func (*EventCoordinatorAddressUpdated) ProtoMessage()

func (*EventCoordinatorAddressUpdated) ProtoReflect

func (*EventCoordinatorAddressUpdated) Reset

func (x *EventCoordinatorAddressUpdated) Reset()

func (*EventCoordinatorAddressUpdated) String

type EventCoordinatorCreated

type EventCoordinatorCreated struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	Address       string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventCoordinatorCreated) Descriptor deprecated

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

Deprecated: Use EventCoordinatorCreated.ProtoReflect.Descriptor instead.

func (*EventCoordinatorCreated) GetAddress

func (x *EventCoordinatorCreated) GetAddress() string

func (*EventCoordinatorCreated) GetCoordinatorId

func (x *EventCoordinatorCreated) GetCoordinatorId() uint64

func (*EventCoordinatorCreated) ProtoMessage

func (*EventCoordinatorCreated) ProtoMessage()

func (*EventCoordinatorCreated) ProtoReflect

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

func (*EventCoordinatorCreated) Reset

func (x *EventCoordinatorCreated) Reset()

func (*EventCoordinatorCreated) String

func (x *EventCoordinatorCreated) String() string

type EventCoordinatorDisabled

type EventCoordinatorDisabled struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	Address       string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*EventCoordinatorDisabled) Descriptor deprecated

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

Deprecated: Use EventCoordinatorDisabled.ProtoReflect.Descriptor instead.

func (*EventCoordinatorDisabled) GetAddress

func (x *EventCoordinatorDisabled) GetAddress() string

func (*EventCoordinatorDisabled) GetCoordinatorId

func (x *EventCoordinatorDisabled) GetCoordinatorId() uint64

func (*EventCoordinatorDisabled) ProtoMessage

func (*EventCoordinatorDisabled) ProtoMessage()

func (*EventCoordinatorDisabled) ProtoReflect

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

func (*EventCoordinatorDisabled) Reset

func (x *EventCoordinatorDisabled) Reset()

func (*EventCoordinatorDisabled) String

func (x *EventCoordinatorDisabled) String() string

type EventValidatorCreated

type EventValidatorCreated struct {
	Address           string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	OperatorAddresses []string `protobuf:"bytes,2,rep,name=operator_addresses,json=operatorAddresses,proto3" json:"operator_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*EventValidatorCreated) Descriptor deprecated

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

Deprecated: Use EventValidatorCreated.ProtoReflect.Descriptor instead.

func (*EventValidatorCreated) GetAddress

func (x *EventValidatorCreated) GetAddress() string

func (*EventValidatorCreated) GetOperatorAddresses

func (x *EventValidatorCreated) GetOperatorAddresses() []string

func (*EventValidatorCreated) ProtoMessage

func (*EventValidatorCreated) ProtoMessage()

func (*EventValidatorCreated) ProtoReflect

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

func (*EventValidatorCreated) Reset

func (x *EventValidatorCreated) Reset()

func (*EventValidatorCreated) String

func (x *EventValidatorCreated) String() string

type EventValidatorOperatorAddressesUpdated

type EventValidatorOperatorAddressesUpdated struct {
	Address           string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	OperatorAddresses []string `protobuf:"bytes,2,rep,name=operator_addresses,json=operatorAddresses,proto3" json:"operator_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*EventValidatorOperatorAddressesUpdated) Descriptor deprecated

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

Deprecated: Use EventValidatorOperatorAddressesUpdated.ProtoReflect.Descriptor instead.

func (*EventValidatorOperatorAddressesUpdated) GetAddress

func (*EventValidatorOperatorAddressesUpdated) GetOperatorAddresses

func (x *EventValidatorOperatorAddressesUpdated) GetOperatorAddresses() []string

func (*EventValidatorOperatorAddressesUpdated) ProtoMessage

func (*EventValidatorOperatorAddressesUpdated) ProtoReflect

func (*EventValidatorOperatorAddressesUpdated) Reset

func (*EventValidatorOperatorAddressesUpdated) 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"`
	ValidatorList               []*Validator                  `protobuf:"bytes,2,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"`
	ValidatorsByOperatorAddress []*ValidatorByOperatorAddress `` /* 146-byte string literal not displayed */
	CoordinatorList             []*Coordinator                `protobuf:"bytes,4,rep,name=coordinator_list,json=coordinatorList,proto3" json:"coordinator_list,omitempty"`
	CoordinatorCount            uint64                        `protobuf:"varint,5,opt,name=coordinator_count,json=coordinatorCount,proto3" json:"coordinator_count,omitempty"`
	CoordinatorByAddress        []*CoordinatorByAddress       `protobuf:"bytes,6,rep,name=coordinator_by_address,json=coordinatorByAddress,proto3" json:"coordinator_by_address,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the profile module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetCoordinatorByAddress

func (x *GenesisState) GetCoordinatorByAddress() []*CoordinatorByAddress

func (*GenesisState) GetCoordinatorCount

func (x *GenesisState) GetCoordinatorCount() uint64

func (*GenesisState) GetCoordinatorList

func (x *GenesisState) GetCoordinatorList() []*Coordinator

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetValidatorList

func (x *GenesisState) GetValidatorList() []*Validator

func (*GenesisState) GetValidatorsByOperatorAddress

func (x *GenesisState) GetValidatorsByOperatorAddress() []*ValidatorByOperatorAddress

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 MsgAddValidatorOperatorAddress

type MsgAddValidatorOperatorAddress struct {
	ValidatorAddress string `protobuf:"bytes,1,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	OperatorAddress  string `protobuf:"bytes,2,opt,name=operator_address,json=operatorAddress,proto3" json:"operator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgAddValidatorOperatorAddress) Descriptor deprecated

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

Deprecated: Use MsgAddValidatorOperatorAddress.ProtoReflect.Descriptor instead.

func (*MsgAddValidatorOperatorAddress) GetOperatorAddress

func (x *MsgAddValidatorOperatorAddress) GetOperatorAddress() string

func (*MsgAddValidatorOperatorAddress) GetValidatorAddress

func (x *MsgAddValidatorOperatorAddress) GetValidatorAddress() string

func (*MsgAddValidatorOperatorAddress) ProtoMessage

func (*MsgAddValidatorOperatorAddress) ProtoMessage()

func (*MsgAddValidatorOperatorAddress) ProtoReflect

func (*MsgAddValidatorOperatorAddress) Reset

func (x *MsgAddValidatorOperatorAddress) Reset()

func (*MsgAddValidatorOperatorAddress) String

type MsgAddValidatorOperatorAddressResponse

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

func (*MsgAddValidatorOperatorAddressResponse) Descriptor deprecated

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

Deprecated: Use MsgAddValidatorOperatorAddressResponse.ProtoReflect.Descriptor instead.

func (*MsgAddValidatorOperatorAddressResponse) ProtoMessage

func (*MsgAddValidatorOperatorAddressResponse) ProtoReflect

func (*MsgAddValidatorOperatorAddressResponse) Reset

func (*MsgAddValidatorOperatorAddressResponse) String

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)
	UpdateValidatorDescription(ctx context.Context, in *MsgUpdateValidatorDescription, opts ...grpc.CallOption) (*MsgUpdateValidatorDescriptionResponse, error)
	AddValidatorOperatorAddress(ctx context.Context, in *MsgAddValidatorOperatorAddress, opts ...grpc.CallOption) (*MsgAddValidatorOperatorAddressResponse, error)
	CreateCoordinator(ctx context.Context, in *MsgCreateCoordinator, opts ...grpc.CallOption) (*MsgCreateCoordinatorResponse, error)
	UpdateCoordinatorDescription(ctx context.Context, in *MsgUpdateCoordinatorDescription, opts ...grpc.CallOption) (*MsgUpdateCoordinatorDescriptionResponse, error)
	UpdateCoordinatorAddress(ctx context.Context, in *MsgUpdateCoordinatorAddress, opts ...grpc.CallOption) (*MsgUpdateCoordinatorAddressResponse, error)
	DisableCoordinator(ctx context.Context, in *MsgDisableCoordinator, opts ...grpc.CallOption) (*MsgDisableCoordinatorResponse, 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 MsgCreateCoordinator

type MsgCreateCoordinator struct {
	Address  string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	Website  string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"`
	Details  string `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateCoordinator) Descriptor deprecated

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

Deprecated: Use MsgCreateCoordinator.ProtoReflect.Descriptor instead.

func (*MsgCreateCoordinator) GetAddress

func (x *MsgCreateCoordinator) GetAddress() string

func (*MsgCreateCoordinator) GetDetails

func (x *MsgCreateCoordinator) GetDetails() string

func (*MsgCreateCoordinator) GetIdentity

func (x *MsgCreateCoordinator) GetIdentity() string

func (*MsgCreateCoordinator) GetWebsite

func (x *MsgCreateCoordinator) GetWebsite() string

func (*MsgCreateCoordinator) ProtoMessage

func (*MsgCreateCoordinator) ProtoMessage()

func (*MsgCreateCoordinator) ProtoReflect

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

func (*MsgCreateCoordinator) Reset

func (x *MsgCreateCoordinator) Reset()

func (*MsgCreateCoordinator) String

func (x *MsgCreateCoordinator) String() string

type MsgCreateCoordinatorResponse

type MsgCreateCoordinatorResponse struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateCoordinatorResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateCoordinatorResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateCoordinatorResponse) GetCoordinatorId

func (x *MsgCreateCoordinatorResponse) GetCoordinatorId() uint64

func (*MsgCreateCoordinatorResponse) ProtoMessage

func (*MsgCreateCoordinatorResponse) ProtoMessage()

func (*MsgCreateCoordinatorResponse) ProtoReflect

func (*MsgCreateCoordinatorResponse) Reset

func (x *MsgCreateCoordinatorResponse) Reset()

func (*MsgCreateCoordinatorResponse) String

type MsgDisableCoordinator

type MsgDisableCoordinator struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDisableCoordinator) Descriptor deprecated

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

Deprecated: Use MsgDisableCoordinator.ProtoReflect.Descriptor instead.

func (*MsgDisableCoordinator) GetAddress

func (x *MsgDisableCoordinator) GetAddress() string

func (*MsgDisableCoordinator) ProtoMessage

func (*MsgDisableCoordinator) ProtoMessage()

func (*MsgDisableCoordinator) ProtoReflect

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

func (*MsgDisableCoordinator) Reset

func (x *MsgDisableCoordinator) Reset()

func (*MsgDisableCoordinator) String

func (x *MsgDisableCoordinator) String() string

type MsgDisableCoordinatorResponse

type MsgDisableCoordinatorResponse struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDisableCoordinatorResponse) Descriptor deprecated

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

Deprecated: Use MsgDisableCoordinatorResponse.ProtoReflect.Descriptor instead.

func (*MsgDisableCoordinatorResponse) GetCoordinatorId

func (x *MsgDisableCoordinatorResponse) GetCoordinatorId() uint64

func (*MsgDisableCoordinatorResponse) ProtoMessage

func (*MsgDisableCoordinatorResponse) ProtoMessage()

func (*MsgDisableCoordinatorResponse) ProtoReflect

func (*MsgDisableCoordinatorResponse) Reset

func (x *MsgDisableCoordinatorResponse) Reset()

func (*MsgDisableCoordinatorResponse) String

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)
	UpdateValidatorDescription(context.Context, *MsgUpdateValidatorDescription) (*MsgUpdateValidatorDescriptionResponse, error)
	AddValidatorOperatorAddress(context.Context, *MsgAddValidatorOperatorAddress) (*MsgAddValidatorOperatorAddressResponse, error)
	CreateCoordinator(context.Context, *MsgCreateCoordinator) (*MsgCreateCoordinatorResponse, error)
	UpdateCoordinatorDescription(context.Context, *MsgUpdateCoordinatorDescription) (*MsgUpdateCoordinatorDescriptionResponse, error)
	UpdateCoordinatorAddress(context.Context, *MsgUpdateCoordinatorAddress) (*MsgUpdateCoordinatorAddressResponse, error)
	DisableCoordinator(context.Context, *MsgDisableCoordinator) (*MsgDisableCoordinatorResponse, error)
	// contains filtered or unexported methods
}

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

type MsgUpdateCoordinatorAddress

type MsgUpdateCoordinatorAddress struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	NewAddress string `protobuf:"bytes,2,opt,name=new_address,json=newAddress,proto3" json:"new_address,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateCoordinatorAddress) Descriptor deprecated

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

Deprecated: Use MsgUpdateCoordinatorAddress.ProtoReflect.Descriptor instead.

func (*MsgUpdateCoordinatorAddress) GetAddress

func (x *MsgUpdateCoordinatorAddress) GetAddress() string

func (*MsgUpdateCoordinatorAddress) GetNewAddress

func (x *MsgUpdateCoordinatorAddress) GetNewAddress() string

func (*MsgUpdateCoordinatorAddress) ProtoMessage

func (*MsgUpdateCoordinatorAddress) ProtoMessage()

func (*MsgUpdateCoordinatorAddress) ProtoReflect

func (*MsgUpdateCoordinatorAddress) Reset

func (x *MsgUpdateCoordinatorAddress) Reset()

func (*MsgUpdateCoordinatorAddress) String

func (x *MsgUpdateCoordinatorAddress) String() string

type MsgUpdateCoordinatorAddressResponse

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

func (*MsgUpdateCoordinatorAddressResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateCoordinatorAddressResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateCoordinatorAddressResponse) ProtoMessage

func (*MsgUpdateCoordinatorAddressResponse) ProtoMessage()

func (*MsgUpdateCoordinatorAddressResponse) ProtoReflect

func (*MsgUpdateCoordinatorAddressResponse) Reset

func (*MsgUpdateCoordinatorAddressResponse) String

type MsgUpdateCoordinatorDescription

type MsgUpdateCoordinatorDescription struct {
	Address  string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	Website  string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"`
	Details  string `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateCoordinatorDescription) Descriptor deprecated

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

Deprecated: Use MsgUpdateCoordinatorDescription.ProtoReflect.Descriptor instead.

func (*MsgUpdateCoordinatorDescription) GetAddress

func (x *MsgUpdateCoordinatorDescription) GetAddress() string

func (*MsgUpdateCoordinatorDescription) GetDetails

func (x *MsgUpdateCoordinatorDescription) GetDetails() string

func (*MsgUpdateCoordinatorDescription) GetIdentity

func (x *MsgUpdateCoordinatorDescription) GetIdentity() string

func (*MsgUpdateCoordinatorDescription) GetWebsite

func (x *MsgUpdateCoordinatorDescription) GetWebsite() string

func (*MsgUpdateCoordinatorDescription) ProtoMessage

func (*MsgUpdateCoordinatorDescription) ProtoMessage()

func (*MsgUpdateCoordinatorDescription) ProtoReflect

func (*MsgUpdateCoordinatorDescription) Reset

func (*MsgUpdateCoordinatorDescription) String

type MsgUpdateCoordinatorDescriptionResponse

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

func (*MsgUpdateCoordinatorDescriptionResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateCoordinatorDescriptionResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateCoordinatorDescriptionResponse) ProtoMessage

func (*MsgUpdateCoordinatorDescriptionResponse) ProtoReflect

func (*MsgUpdateCoordinatorDescriptionResponse) Reset

func (*MsgUpdateCoordinatorDescriptionResponse) String

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"`
	// 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 MsgUpdateValidatorDescription

type MsgUpdateValidatorDescription struct {
	Address         string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Identity        string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	Moniker         string `protobuf:"bytes,3,opt,name=moniker,proto3" json:"moniker,omitempty"`
	Website         string `protobuf:"bytes,4,opt,name=website,proto3" json:"website,omitempty"`
	SecurityContact string `protobuf:"bytes,5,opt,name=security_contact,json=securityContact,proto3" json:"security_contact,omitempty"`
	Details         string `protobuf:"bytes,6,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateValidatorDescription) Descriptor deprecated

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

Deprecated: Use MsgUpdateValidatorDescription.ProtoReflect.Descriptor instead.

func (*MsgUpdateValidatorDescription) GetAddress

func (x *MsgUpdateValidatorDescription) GetAddress() string

func (*MsgUpdateValidatorDescription) GetDetails

func (x *MsgUpdateValidatorDescription) GetDetails() string

func (*MsgUpdateValidatorDescription) GetIdentity

func (x *MsgUpdateValidatorDescription) GetIdentity() string

func (*MsgUpdateValidatorDescription) GetMoniker

func (x *MsgUpdateValidatorDescription) GetMoniker() string

func (*MsgUpdateValidatorDescription) GetSecurityContact

func (x *MsgUpdateValidatorDescription) GetSecurityContact() string

func (*MsgUpdateValidatorDescription) GetWebsite

func (x *MsgUpdateValidatorDescription) GetWebsite() string

func (*MsgUpdateValidatorDescription) ProtoMessage

func (*MsgUpdateValidatorDescription) ProtoMessage()

func (*MsgUpdateValidatorDescription) ProtoReflect

func (*MsgUpdateValidatorDescription) Reset

func (x *MsgUpdateValidatorDescription) Reset()

func (*MsgUpdateValidatorDescription) String

type MsgUpdateValidatorDescriptionResponse

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

func (*MsgUpdateValidatorDescriptionResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateValidatorDescriptionResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateValidatorDescriptionResponse) ProtoMessage

func (*MsgUpdateValidatorDescriptionResponse) ProtoMessage()

func (*MsgUpdateValidatorDescriptionResponse) ProtoReflect

func (*MsgUpdateValidatorDescriptionResponse) Reset

func (*MsgUpdateValidatorDescriptionResponse) String

type Params

type Params struct {
	// 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) 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 QueryAllCoordinatorRequest

type QueryAllCoordinatorRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllCoordinatorRequest) Descriptor deprecated

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

Deprecated: Use QueryAllCoordinatorRequest.ProtoReflect.Descriptor instead.

func (*QueryAllCoordinatorRequest) GetPagination

func (x *QueryAllCoordinatorRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllCoordinatorRequest) ProtoMessage

func (*QueryAllCoordinatorRequest) ProtoMessage()

func (*QueryAllCoordinatorRequest) ProtoReflect

func (*QueryAllCoordinatorRequest) Reset

func (x *QueryAllCoordinatorRequest) Reset()

func (*QueryAllCoordinatorRequest) String

func (x *QueryAllCoordinatorRequest) String() string

type QueryAllCoordinatorResponse

type QueryAllCoordinatorResponse struct {
	Coordinator []*Coordinator        `protobuf:"bytes,1,rep,name=coordinator,proto3" json:"coordinator,omitempty"`
	Pagination  *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllCoordinatorResponse) Descriptor deprecated

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

Deprecated: Use QueryAllCoordinatorResponse.ProtoReflect.Descriptor instead.

func (*QueryAllCoordinatorResponse) GetCoordinator

func (x *QueryAllCoordinatorResponse) GetCoordinator() []*Coordinator

func (*QueryAllCoordinatorResponse) GetPagination

func (x *QueryAllCoordinatorResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllCoordinatorResponse) ProtoMessage

func (*QueryAllCoordinatorResponse) ProtoMessage()

func (*QueryAllCoordinatorResponse) ProtoReflect

func (*QueryAllCoordinatorResponse) Reset

func (x *QueryAllCoordinatorResponse) Reset()

func (*QueryAllCoordinatorResponse) String

func (x *QueryAllCoordinatorResponse) String() string

type QueryAllValidatorRequest

type QueryAllValidatorRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllValidatorRequest) Descriptor deprecated

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

Deprecated: Use QueryAllValidatorRequest.ProtoReflect.Descriptor instead.

func (*QueryAllValidatorRequest) GetPagination

func (x *QueryAllValidatorRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllValidatorRequest) ProtoMessage

func (*QueryAllValidatorRequest) ProtoMessage()

func (*QueryAllValidatorRequest) ProtoReflect

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

func (*QueryAllValidatorRequest) Reset

func (x *QueryAllValidatorRequest) Reset()

func (*QueryAllValidatorRequest) String

func (x *QueryAllValidatorRequest) String() string

type QueryAllValidatorResponse

type QueryAllValidatorResponse struct {
	Validator  []*Validator          `protobuf:"bytes,1,rep,name=validator,proto3" json:"validator,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllValidatorResponse) Descriptor deprecated

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

Deprecated: Use QueryAllValidatorResponse.ProtoReflect.Descriptor instead.

func (*QueryAllValidatorResponse) GetPagination

func (x *QueryAllValidatorResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllValidatorResponse) GetValidator

func (x *QueryAllValidatorResponse) GetValidator() []*Validator

func (*QueryAllValidatorResponse) ProtoMessage

func (*QueryAllValidatorResponse) ProtoMessage()

func (*QueryAllValidatorResponse) ProtoReflect

func (*QueryAllValidatorResponse) Reset

func (x *QueryAllValidatorResponse) Reset()

func (*QueryAllValidatorResponse) String

func (x *QueryAllValidatorResponse) 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 list of Coordinator items.
	GetCoordinator(ctx context.Context, in *QueryGetCoordinatorRequest, opts ...grpc.CallOption) (*QueryGetCoordinatorResponse, error)
	ListCoordinator(ctx context.Context, in *QueryAllCoordinatorRequest, opts ...grpc.CallOption) (*QueryAllCoordinatorResponse, error)
	// Queries a list of Validator items.
	GetValidator(ctx context.Context, in *QueryGetValidatorRequest, opts ...grpc.CallOption) (*QueryGetValidatorResponse, error)
	ListValidator(ctx context.Context, in *QueryAllValidatorRequest, opts ...grpc.CallOption) (*QueryAllValidatorResponse, error)
	// Queries a list of GetCoordinatorByAddress items.
	GetCoordinatorByAddress(ctx context.Context, in *QueryGetCoordinatorByAddressRequest, opts ...grpc.CallOption) (*QueryGetCoordinatorByAddressResponse, error)
	// Queries a list of GetValidatorByOperatorAddress items.
	GetValidatorByOperatorAddress(ctx context.Context, in *QueryGetValidatorByOperatorAddressRequest, opts ...grpc.CallOption) (*QueryGetValidatorByOperatorAddressResponse, 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 QueryGetCoordinatorByAddressRequest

type QueryGetCoordinatorByAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetCoordinatorByAddressRequest) Descriptor deprecated

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

Deprecated: Use QueryGetCoordinatorByAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryGetCoordinatorByAddressRequest) GetAddress

func (*QueryGetCoordinatorByAddressRequest) ProtoMessage

func (*QueryGetCoordinatorByAddressRequest) ProtoMessage()

func (*QueryGetCoordinatorByAddressRequest) ProtoReflect

func (*QueryGetCoordinatorByAddressRequest) Reset

func (*QueryGetCoordinatorByAddressRequest) String

type QueryGetCoordinatorByAddressResponse

type QueryGetCoordinatorByAddressResponse struct {
	Coordinator *Coordinator `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetCoordinatorByAddressResponse) Descriptor deprecated

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

Deprecated: Use QueryGetCoordinatorByAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryGetCoordinatorByAddressResponse) GetCoordinator

func (*QueryGetCoordinatorByAddressResponse) ProtoMessage

func (*QueryGetCoordinatorByAddressResponse) ProtoMessage()

func (*QueryGetCoordinatorByAddressResponse) ProtoReflect

func (*QueryGetCoordinatorByAddressResponse) Reset

func (*QueryGetCoordinatorByAddressResponse) String

type QueryGetCoordinatorRequest

type QueryGetCoordinatorRequest struct {
	CoordinatorId uint64 `protobuf:"varint,1,opt,name=coordinator_id,json=coordinatorId,proto3" json:"coordinator_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetCoordinatorRequest) Descriptor deprecated

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

Deprecated: Use QueryGetCoordinatorRequest.ProtoReflect.Descriptor instead.

func (*QueryGetCoordinatorRequest) GetCoordinatorId

func (x *QueryGetCoordinatorRequest) GetCoordinatorId() uint64

func (*QueryGetCoordinatorRequest) ProtoMessage

func (*QueryGetCoordinatorRequest) ProtoMessage()

func (*QueryGetCoordinatorRequest) ProtoReflect

func (*QueryGetCoordinatorRequest) Reset

func (x *QueryGetCoordinatorRequest) Reset()

func (*QueryGetCoordinatorRequest) String

func (x *QueryGetCoordinatorRequest) String() string

type QueryGetCoordinatorResponse

type QueryGetCoordinatorResponse struct {
	Coordinator *Coordinator `protobuf:"bytes,1,opt,name=coordinator,proto3" json:"coordinator,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetCoordinatorResponse) Descriptor deprecated

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

Deprecated: Use QueryGetCoordinatorResponse.ProtoReflect.Descriptor instead.

func (*QueryGetCoordinatorResponse) GetCoordinator

func (x *QueryGetCoordinatorResponse) GetCoordinator() *Coordinator

func (*QueryGetCoordinatorResponse) ProtoMessage

func (*QueryGetCoordinatorResponse) ProtoMessage()

func (*QueryGetCoordinatorResponse) ProtoReflect

func (*QueryGetCoordinatorResponse) Reset

func (x *QueryGetCoordinatorResponse) Reset()

func (*QueryGetCoordinatorResponse) String

func (x *QueryGetCoordinatorResponse) String() string

type QueryGetValidatorByOperatorAddressRequest

type QueryGetValidatorByOperatorAddressRequest struct {
	OperatorAddress string `protobuf:"bytes,1,opt,name=operator_address,json=operatorAddress,proto3" json:"operator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorByOperatorAddressRequest) Descriptor deprecated

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

Deprecated: Use QueryGetValidatorByOperatorAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorByOperatorAddressRequest) GetOperatorAddress

func (x *QueryGetValidatorByOperatorAddressRequest) GetOperatorAddress() string

func (*QueryGetValidatorByOperatorAddressRequest) ProtoMessage

func (*QueryGetValidatorByOperatorAddressRequest) ProtoReflect

func (*QueryGetValidatorByOperatorAddressRequest) Reset

func (*QueryGetValidatorByOperatorAddressRequest) String

type QueryGetValidatorByOperatorAddressResponse

type QueryGetValidatorByOperatorAddressResponse struct {
	Validator *Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorByOperatorAddressResponse) Descriptor deprecated

Deprecated: Use QueryGetValidatorByOperatorAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorByOperatorAddressResponse) GetValidator

func (*QueryGetValidatorByOperatorAddressResponse) ProtoMessage

func (*QueryGetValidatorByOperatorAddressResponse) ProtoReflect

func (*QueryGetValidatorByOperatorAddressResponse) Reset

func (*QueryGetValidatorByOperatorAddressResponse) String

type QueryGetValidatorRequest

type QueryGetValidatorRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorRequest) Descriptor deprecated

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

Deprecated: Use QueryGetValidatorRequest.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorRequest) GetAddress

func (x *QueryGetValidatorRequest) GetAddress() string

func (*QueryGetValidatorRequest) ProtoMessage

func (*QueryGetValidatorRequest) ProtoMessage()

func (*QueryGetValidatorRequest) ProtoReflect

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

func (*QueryGetValidatorRequest) Reset

func (x *QueryGetValidatorRequest) Reset()

func (*QueryGetValidatorRequest) String

func (x *QueryGetValidatorRequest) String() string

type QueryGetValidatorResponse

type QueryGetValidatorResponse struct {
	Validator *Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorResponse) Descriptor deprecated

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

Deprecated: Use QueryGetValidatorResponse.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorResponse) GetValidator

func (x *QueryGetValidatorResponse) GetValidator() *Validator

func (*QueryGetValidatorResponse) ProtoMessage

func (*QueryGetValidatorResponse) ProtoMessage()

func (*QueryGetValidatorResponse) ProtoReflect

func (*QueryGetValidatorResponse) Reset

func (x *QueryGetValidatorResponse) Reset()

func (*QueryGetValidatorResponse) String

func (x *QueryGetValidatorResponse) String() 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 list of Coordinator items.
	GetCoordinator(context.Context, *QueryGetCoordinatorRequest) (*QueryGetCoordinatorResponse, error)
	ListCoordinator(context.Context, *QueryAllCoordinatorRequest) (*QueryAllCoordinatorResponse, error)
	// Queries a list of Validator items.
	GetValidator(context.Context, *QueryGetValidatorRequest) (*QueryGetValidatorResponse, error)
	ListValidator(context.Context, *QueryAllValidatorRequest) (*QueryAllValidatorResponse, error)
	// Queries a list of GetCoordinatorByAddress items.
	GetCoordinatorByAddress(context.Context, *QueryGetCoordinatorByAddressRequest) (*QueryGetCoordinatorByAddressResponse, error)
	// Queries a list of GetValidatorByOperatorAddress items.
	GetValidatorByOperatorAddress(context.Context, *QueryGetValidatorByOperatorAddressRequest) (*QueryGetValidatorByOperatorAddressResponse, 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.

type Validator

type Validator struct {
	Address           string                `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	OperatorAddresses []string              `protobuf:"bytes,2,rep,name=operator_addresses,json=operatorAddresses,proto3" json:"operator_addresses,omitempty"`
	Description       *ValidatorDescription `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Validator) Descriptor deprecated

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

Deprecated: Use Validator.ProtoReflect.Descriptor instead.

func (*Validator) GetAddress

func (x *Validator) GetAddress() string

func (*Validator) GetDescription

func (x *Validator) GetDescription() *ValidatorDescription

func (*Validator) GetOperatorAddresses

func (x *Validator) GetOperatorAddresses() []string

func (*Validator) ProtoMessage

func (*Validator) ProtoMessage()

func (*Validator) ProtoReflect

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

func (*Validator) Reset

func (x *Validator) Reset()

func (*Validator) String

func (x *Validator) String() string

type ValidatorByOperatorAddress

type ValidatorByOperatorAddress struct {
	OperatorAddress  string `protobuf:"bytes,1,opt,name=operator_address,json=operatorAddress,proto3" json:"operator_address,omitempty"`
	ValidatorAddress string `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorByOperatorAddress) Descriptor deprecated

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

Deprecated: Use ValidatorByOperatorAddress.ProtoReflect.Descriptor instead.

func (*ValidatorByOperatorAddress) GetOperatorAddress

func (x *ValidatorByOperatorAddress) GetOperatorAddress() string

func (*ValidatorByOperatorAddress) GetValidatorAddress

func (x *ValidatorByOperatorAddress) GetValidatorAddress() string

func (*ValidatorByOperatorAddress) ProtoMessage

func (*ValidatorByOperatorAddress) ProtoMessage()

func (*ValidatorByOperatorAddress) ProtoReflect

func (*ValidatorByOperatorAddress) Reset

func (x *ValidatorByOperatorAddress) Reset()

func (*ValidatorByOperatorAddress) String

func (x *ValidatorByOperatorAddress) String() string

type ValidatorDescription

type ValidatorDescription struct {
	Identity        string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Moniker         string `protobuf:"bytes,2,opt,name=moniker,proto3" json:"moniker,omitempty"`
	Website         string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"`
	SecurityContact string `protobuf:"bytes,4,opt,name=security_contact,json=securityContact,proto3" json:"security_contact,omitempty"`
	Details         string `protobuf:"bytes,5,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorDescription) Descriptor deprecated

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

Deprecated: Use ValidatorDescription.ProtoReflect.Descriptor instead.

func (*ValidatorDescription) GetDetails

func (x *ValidatorDescription) GetDetails() string

func (*ValidatorDescription) GetIdentity

func (x *ValidatorDescription) GetIdentity() string

func (*ValidatorDescription) GetMoniker

func (x *ValidatorDescription) GetMoniker() string

func (*ValidatorDescription) GetSecurityContact

func (x *ValidatorDescription) GetSecurityContact() string

func (*ValidatorDescription) GetWebsite

func (x *ValidatorDescription) GetWebsite() string

func (*ValidatorDescription) ProtoMessage

func (*ValidatorDescription) ProtoMessage()

func (*ValidatorDescription) ProtoReflect

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

func (*ValidatorDescription) Reset

func (x *ValidatorDescription) Reset()

func (*ValidatorDescription) String

func (x *ValidatorDescription) String() string

Jump to

Keyboard shortcuts

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