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
- Variables
- func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)
- func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)
- type Coordinator
- func (*Coordinator) Descriptor() ([]byte, []int)deprecated
- func (x *Coordinator) GetActive() bool
- func (x *Coordinator) GetAddress() string
- func (x *Coordinator) GetCoordinatorId() uint64
- func (x *Coordinator) GetDescription() *CoordinatorDescription
- func (*Coordinator) ProtoMessage()
- func (x *Coordinator) ProtoReflect() protoreflect.Message
- func (x *Coordinator) Reset()
- func (x *Coordinator) String() string
- type CoordinatorByAddress
- func (*CoordinatorByAddress) Descriptor() ([]byte, []int)deprecated
- func (x *CoordinatorByAddress) GetAddress() string
- func (x *CoordinatorByAddress) GetCoordinatorId() uint64
- func (*CoordinatorByAddress) ProtoMessage()
- func (x *CoordinatorByAddress) ProtoReflect() protoreflect.Message
- func (x *CoordinatorByAddress) Reset()
- func (x *CoordinatorByAddress) String() string
- type CoordinatorDescription
- func (*CoordinatorDescription) Descriptor() ([]byte, []int)deprecated
- func (x *CoordinatorDescription) GetDetails() string
- func (x *CoordinatorDescription) GetIdentity() string
- func (x *CoordinatorDescription) GetWebsite() string
- func (*CoordinatorDescription) ProtoMessage()
- func (x *CoordinatorDescription) ProtoReflect() protoreflect.Message
- func (x *CoordinatorDescription) Reset()
- func (x *CoordinatorDescription) String() string
- type EventCoordinatorAddressUpdated
- func (*EventCoordinatorAddressUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *EventCoordinatorAddressUpdated) GetCoordinatorId() uint64
- func (x *EventCoordinatorAddressUpdated) GetNewAddress() string
- func (*EventCoordinatorAddressUpdated) ProtoMessage()
- func (x *EventCoordinatorAddressUpdated) ProtoReflect() protoreflect.Message
- func (x *EventCoordinatorAddressUpdated) Reset()
- func (x *EventCoordinatorAddressUpdated) String() string
- type EventCoordinatorCreated
- func (*EventCoordinatorCreated) Descriptor() ([]byte, []int)deprecated
- func (x *EventCoordinatorCreated) GetAddress() string
- func (x *EventCoordinatorCreated) GetCoordinatorId() uint64
- func (*EventCoordinatorCreated) ProtoMessage()
- func (x *EventCoordinatorCreated) ProtoReflect() protoreflect.Message
- func (x *EventCoordinatorCreated) Reset()
- func (x *EventCoordinatorCreated) String() string
- type EventCoordinatorDisabled
- func (*EventCoordinatorDisabled) Descriptor() ([]byte, []int)deprecated
- func (x *EventCoordinatorDisabled) GetAddress() string
- func (x *EventCoordinatorDisabled) GetCoordinatorId() uint64
- func (*EventCoordinatorDisabled) ProtoMessage()
- func (x *EventCoordinatorDisabled) ProtoReflect() protoreflect.Message
- func (x *EventCoordinatorDisabled) Reset()
- func (x *EventCoordinatorDisabled) String() string
- type EventValidatorCreated
- func (*EventValidatorCreated) Descriptor() ([]byte, []int)deprecated
- func (x *EventValidatorCreated) GetAddress() string
- func (x *EventValidatorCreated) GetOperatorAddresses() []string
- func (*EventValidatorCreated) ProtoMessage()
- func (x *EventValidatorCreated) ProtoReflect() protoreflect.Message
- func (x *EventValidatorCreated) Reset()
- func (x *EventValidatorCreated) String() string
- type EventValidatorOperatorAddressesUpdated
- func (*EventValidatorOperatorAddressesUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *EventValidatorOperatorAddressesUpdated) GetAddress() string
- func (x *EventValidatorOperatorAddressesUpdated) GetOperatorAddresses() []string
- func (*EventValidatorOperatorAddressesUpdated) ProtoMessage()
- func (x *EventValidatorOperatorAddressesUpdated) ProtoReflect() protoreflect.Message
- func (x *EventValidatorOperatorAddressesUpdated) Reset()
- func (x *EventValidatorOperatorAddressesUpdated) String() string
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetCoordinatorByAddress() []*CoordinatorByAddress
- func (x *GenesisState) GetCoordinatorCount() uint64
- func (x *GenesisState) GetCoordinatorList() []*Coordinator
- func (x *GenesisState) GetParams() *Params
- func (x *GenesisState) GetValidatorList() []*Validator
- func (x *GenesisState) GetValidatorsByOperatorAddress() []*ValidatorByOperatorAddress
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type MsgAddValidatorOperatorAddress
- func (*MsgAddValidatorOperatorAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAddValidatorOperatorAddress) GetOperatorAddress() string
- func (x *MsgAddValidatorOperatorAddress) GetValidatorAddress() string
- func (*MsgAddValidatorOperatorAddress) ProtoMessage()
- func (x *MsgAddValidatorOperatorAddress) ProtoReflect() protoreflect.Message
- func (x *MsgAddValidatorOperatorAddress) Reset()
- func (x *MsgAddValidatorOperatorAddress) String() string
- type MsgAddValidatorOperatorAddressResponse
- func (*MsgAddValidatorOperatorAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgAddValidatorOperatorAddressResponse) ProtoMessage()
- func (x *MsgAddValidatorOperatorAddressResponse) ProtoReflect() protoreflect.Message
- func (x *MsgAddValidatorOperatorAddressResponse) Reset()
- func (x *MsgAddValidatorOperatorAddressResponse) String() string
- type MsgClient
- type MsgCreateCoordinator
- func (*MsgCreateCoordinator) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateCoordinator) GetAddress() string
- func (x *MsgCreateCoordinator) GetDetails() string
- func (x *MsgCreateCoordinator) GetIdentity() string
- func (x *MsgCreateCoordinator) GetWebsite() string
- func (*MsgCreateCoordinator) ProtoMessage()
- func (x *MsgCreateCoordinator) ProtoReflect() protoreflect.Message
- func (x *MsgCreateCoordinator) Reset()
- func (x *MsgCreateCoordinator) String() string
- type MsgCreateCoordinatorResponse
- func (*MsgCreateCoordinatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateCoordinatorResponse) GetCoordinatorId() uint64
- func (*MsgCreateCoordinatorResponse) ProtoMessage()
- func (x *MsgCreateCoordinatorResponse) ProtoReflect() protoreflect.Message
- func (x *MsgCreateCoordinatorResponse) Reset()
- func (x *MsgCreateCoordinatorResponse) String() string
- type MsgDisableCoordinator
- func (*MsgDisableCoordinator) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDisableCoordinator) GetAddress() string
- func (*MsgDisableCoordinator) ProtoMessage()
- func (x *MsgDisableCoordinator) ProtoReflect() protoreflect.Message
- func (x *MsgDisableCoordinator) Reset()
- func (x *MsgDisableCoordinator) String() string
- type MsgDisableCoordinatorResponse
- func (*MsgDisableCoordinatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDisableCoordinatorResponse) GetCoordinatorId() uint64
- func (*MsgDisableCoordinatorResponse) ProtoMessage()
- func (x *MsgDisableCoordinatorResponse) ProtoReflect() protoreflect.Message
- func (x *MsgDisableCoordinatorResponse) Reset()
- func (x *MsgDisableCoordinatorResponse) String() string
- type MsgServer
- type MsgUpdateCoordinatorAddress
- func (*MsgUpdateCoordinatorAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateCoordinatorAddress) GetAddress() string
- func (x *MsgUpdateCoordinatorAddress) GetNewAddress() string
- func (*MsgUpdateCoordinatorAddress) ProtoMessage()
- func (x *MsgUpdateCoordinatorAddress) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateCoordinatorAddress) Reset()
- func (x *MsgUpdateCoordinatorAddress) String() string
- type MsgUpdateCoordinatorAddressResponse
- func (*MsgUpdateCoordinatorAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgUpdateCoordinatorAddressResponse) ProtoMessage()
- func (x *MsgUpdateCoordinatorAddressResponse) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateCoordinatorAddressResponse) Reset()
- func (x *MsgUpdateCoordinatorAddressResponse) String() string
- type MsgUpdateCoordinatorDescription
- func (*MsgUpdateCoordinatorDescription) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateCoordinatorDescription) GetAddress() string
- func (x *MsgUpdateCoordinatorDescription) GetDetails() string
- func (x *MsgUpdateCoordinatorDescription) GetIdentity() string
- func (x *MsgUpdateCoordinatorDescription) GetWebsite() string
- func (*MsgUpdateCoordinatorDescription) ProtoMessage()
- func (x *MsgUpdateCoordinatorDescription) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateCoordinatorDescription) Reset()
- func (x *MsgUpdateCoordinatorDescription) String() string
- type MsgUpdateCoordinatorDescriptionResponse
- func (*MsgUpdateCoordinatorDescriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgUpdateCoordinatorDescriptionResponse) ProtoMessage()
- func (x *MsgUpdateCoordinatorDescriptionResponse) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateCoordinatorDescriptionResponse) Reset()
- func (x *MsgUpdateCoordinatorDescriptionResponse) String() string
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetAuthority() string
- func (x *MsgUpdateParams) GetParams() *Params
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
- type MsgUpdateParamsResponse
- type MsgUpdateValidatorDescription
- func (*MsgUpdateValidatorDescription) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateValidatorDescription) GetAddress() string
- func (x *MsgUpdateValidatorDescription) GetDetails() string
- func (x *MsgUpdateValidatorDescription) GetIdentity() string
- func (x *MsgUpdateValidatorDescription) GetMoniker() string
- func (x *MsgUpdateValidatorDescription) GetSecurityContact() string
- func (x *MsgUpdateValidatorDescription) GetWebsite() string
- func (*MsgUpdateValidatorDescription) ProtoMessage()
- func (x *MsgUpdateValidatorDescription) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateValidatorDescription) Reset()
- func (x *MsgUpdateValidatorDescription) String() string
- type MsgUpdateValidatorDescriptionResponse
- func (*MsgUpdateValidatorDescriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgUpdateValidatorDescriptionResponse) ProtoMessage()
- func (x *MsgUpdateValidatorDescriptionResponse) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateValidatorDescriptionResponse) Reset()
- func (x *MsgUpdateValidatorDescriptionResponse) String() string
- type Params
- type QueryAllCoordinatorRequest
- func (*QueryAllCoordinatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllCoordinatorRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllCoordinatorRequest) ProtoMessage()
- func (x *QueryAllCoordinatorRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllCoordinatorRequest) Reset()
- func (x *QueryAllCoordinatorRequest) String() string
- type QueryAllCoordinatorResponse
- func (*QueryAllCoordinatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllCoordinatorResponse) GetCoordinator() []*Coordinator
- func (x *QueryAllCoordinatorResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllCoordinatorResponse) ProtoMessage()
- func (x *QueryAllCoordinatorResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllCoordinatorResponse) Reset()
- func (x *QueryAllCoordinatorResponse) String() string
- type QueryAllValidatorRequest
- func (*QueryAllValidatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllValidatorRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllValidatorRequest) ProtoMessage()
- func (x *QueryAllValidatorRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllValidatorRequest) Reset()
- func (x *QueryAllValidatorRequest) String() string
- type QueryAllValidatorResponse
- func (*QueryAllValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllValidatorResponse) GetPagination() *v1beta1.PageResponse
- func (x *QueryAllValidatorResponse) GetValidator() []*Validator
- func (*QueryAllValidatorResponse) ProtoMessage()
- func (x *QueryAllValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllValidatorResponse) Reset()
- func (x *QueryAllValidatorResponse) String() string
- type QueryClient
- type QueryGetCoordinatorByAddressRequest
- func (*QueryGetCoordinatorByAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetCoordinatorByAddressRequest) GetAddress() string
- func (*QueryGetCoordinatorByAddressRequest) ProtoMessage()
- func (x *QueryGetCoordinatorByAddressRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetCoordinatorByAddressRequest) Reset()
- func (x *QueryGetCoordinatorByAddressRequest) String() string
- type QueryGetCoordinatorByAddressResponse
- func (*QueryGetCoordinatorByAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetCoordinatorByAddressResponse) GetCoordinator() *Coordinator
- func (*QueryGetCoordinatorByAddressResponse) ProtoMessage()
- func (x *QueryGetCoordinatorByAddressResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetCoordinatorByAddressResponse) Reset()
- func (x *QueryGetCoordinatorByAddressResponse) String() string
- type QueryGetCoordinatorRequest
- func (*QueryGetCoordinatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetCoordinatorRequest) GetCoordinatorId() uint64
- func (*QueryGetCoordinatorRequest) ProtoMessage()
- func (x *QueryGetCoordinatorRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetCoordinatorRequest) Reset()
- func (x *QueryGetCoordinatorRequest) String() string
- type QueryGetCoordinatorResponse
- func (*QueryGetCoordinatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetCoordinatorResponse) GetCoordinator() *Coordinator
- func (*QueryGetCoordinatorResponse) ProtoMessage()
- func (x *QueryGetCoordinatorResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetCoordinatorResponse) Reset()
- func (x *QueryGetCoordinatorResponse) String() string
- type QueryGetValidatorByOperatorAddressRequest
- func (*QueryGetValidatorByOperatorAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorByOperatorAddressRequest) GetOperatorAddress() string
- func (*QueryGetValidatorByOperatorAddressRequest) ProtoMessage()
- func (x *QueryGetValidatorByOperatorAddressRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorByOperatorAddressRequest) Reset()
- func (x *QueryGetValidatorByOperatorAddressRequest) String() string
- type QueryGetValidatorByOperatorAddressResponse
- func (*QueryGetValidatorByOperatorAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorByOperatorAddressResponse) GetValidator() *Validator
- func (*QueryGetValidatorByOperatorAddressResponse) ProtoMessage()
- func (x *QueryGetValidatorByOperatorAddressResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorByOperatorAddressResponse) Reset()
- func (x *QueryGetValidatorByOperatorAddressResponse) String() string
- type QueryGetValidatorRequest
- func (*QueryGetValidatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorRequest) GetAddress() string
- func (*QueryGetValidatorRequest) ProtoMessage()
- func (x *QueryGetValidatorRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorRequest) Reset()
- func (x *QueryGetValidatorRequest) String() string
- type QueryGetValidatorResponse
- func (*QueryGetValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorResponse) GetValidator() *Validator
- func (*QueryGetValidatorResponse) ProtoMessage()
- func (x *QueryGetValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorResponse) Reset()
- func (x *QueryGetValidatorResponse) String() string
- type QueryParamsRequest
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryParamsResponse) GetParams() *Params
- func (*QueryParamsResponse) ProtoMessage()
- func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryParamsResponse) Reset()
- func (x *QueryParamsResponse) String() string
- type QueryServer
- type UnimplementedMsgServer
- func (UnimplementedMsgServer) AddValidatorOperatorAddress(context.Context, *MsgAddValidatorOperatorAddress) (*MsgAddValidatorOperatorAddressResponse, error)
- func (UnimplementedMsgServer) CreateCoordinator(context.Context, *MsgCreateCoordinator) (*MsgCreateCoordinatorResponse, error)
- func (UnimplementedMsgServer) DisableCoordinator(context.Context, *MsgDisableCoordinator) (*MsgDisableCoordinatorResponse, error)
- func (UnimplementedMsgServer) UpdateCoordinatorAddress(context.Context, *MsgUpdateCoordinatorAddress) (*MsgUpdateCoordinatorAddressResponse, error)
- func (UnimplementedMsgServer) UpdateCoordinatorDescription(context.Context, *MsgUpdateCoordinatorDescription) (*MsgUpdateCoordinatorDescriptionResponse, error)
- func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- func (UnimplementedMsgServer) UpdateValidatorDescription(context.Context, *MsgUpdateValidatorDescription) (*MsgUpdateValidatorDescriptionResponse, error)
- type UnimplementedQueryServer
- func (UnimplementedQueryServer) GetCoordinator(context.Context, *QueryGetCoordinatorRequest) (*QueryGetCoordinatorResponse, error)
- func (UnimplementedQueryServer) GetCoordinatorByAddress(context.Context, *QueryGetCoordinatorByAddressRequest) (*QueryGetCoordinatorByAddressResponse, error)
- func (UnimplementedQueryServer) GetValidator(context.Context, *QueryGetValidatorRequest) (*QueryGetValidatorResponse, error)
- func (UnimplementedQueryServer) GetValidatorByOperatorAddress(context.Context, *QueryGetValidatorByOperatorAddressRequest) (*QueryGetValidatorByOperatorAddressResponse, error)
- func (UnimplementedQueryServer) ListCoordinator(context.Context, *QueryAllCoordinatorRequest) (*QueryAllCoordinatorResponse, error)
- func (UnimplementedQueryServer) ListValidator(context.Context, *QueryAllValidatorRequest) (*QueryAllValidatorResponse, error)
- func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
- type UnsafeMsgServer
- type UnsafeQueryServer
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)deprecated
- func (x *Validator) GetAddress() string
- func (x *Validator) GetDescription() *ValidatorDescription
- func (x *Validator) GetOperatorAddresses() []string
- func (*Validator) ProtoMessage()
- func (x *Validator) ProtoReflect() protoreflect.Message
- func (x *Validator) Reset()
- func (x *Validator) String() string
- type ValidatorByOperatorAddress
- func (*ValidatorByOperatorAddress) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorByOperatorAddress) GetOperatorAddress() string
- func (x *ValidatorByOperatorAddress) GetValidatorAddress() string
- func (*ValidatorByOperatorAddress) ProtoMessage()
- func (x *ValidatorByOperatorAddress) ProtoReflect() protoreflect.Message
- func (x *ValidatorByOperatorAddress) Reset()
- func (x *ValidatorByOperatorAddress) String() string
- type ValidatorDescription
- func (*ValidatorDescription) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorDescription) GetDetails() string
- func (x *ValidatorDescription) GetIdentity() string
- func (x *ValidatorDescription) GetMoniker() string
- func (x *ValidatorDescription) GetSecurityContact() string
- func (x *ValidatorDescription) GetWebsite() string
- func (*ValidatorDescription) ProtoMessage()
- func (x *ValidatorDescription) ProtoReflect() protoreflect.Message
- func (x *ValidatorDescription) Reset()
- func (x *ValidatorDescription) String() string
Constants ¶
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" )
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 ¶
var File_network_profile_v1_coordinator_proto protoreflect.FileDescriptor
var File_network_profile_v1_events_proto protoreflect.FileDescriptor
var File_network_profile_v1_genesis_proto protoreflect.FileDescriptor
var File_network_profile_v1_params_proto protoreflect.FileDescriptor
var File_network_profile_v1_query_proto protoreflect.FileDescriptor
var File_network_profile_v1_tx_proto protoreflect.FileDescriptor
var File_network_profile_v1_validator_proto protoreflect.FileDescriptor
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)
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 (x *EventCoordinatorAddressUpdated) ProtoReflect() protoreflect.Message
func (*EventCoordinatorAddressUpdated) Reset ¶
func (x *EventCoordinatorAddressUpdated) Reset()
func (*EventCoordinatorAddressUpdated) String ¶
func (x *EventCoordinatorAddressUpdated) String() 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 (x *EventValidatorOperatorAddressesUpdated) GetAddress() string
func (*EventValidatorOperatorAddressesUpdated) GetOperatorAddresses ¶
func (x *EventValidatorOperatorAddressesUpdated) GetOperatorAddresses() []string
func (*EventValidatorOperatorAddressesUpdated) ProtoMessage ¶
func (*EventValidatorOperatorAddressesUpdated) ProtoMessage()
func (*EventValidatorOperatorAddressesUpdated) ProtoReflect ¶
func (x *EventValidatorOperatorAddressesUpdated) ProtoReflect() protoreflect.Message
func (*EventValidatorOperatorAddressesUpdated) Reset ¶
func (x *EventValidatorOperatorAddressesUpdated) Reset()
func (*EventValidatorOperatorAddressesUpdated) String ¶
func (x *EventValidatorOperatorAddressesUpdated) 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"`
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 (x *MsgAddValidatorOperatorAddress) ProtoReflect() protoreflect.Message
func (*MsgAddValidatorOperatorAddress) Reset ¶
func (x *MsgAddValidatorOperatorAddress) Reset()
func (*MsgAddValidatorOperatorAddress) String ¶
func (x *MsgAddValidatorOperatorAddress) String() 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) ProtoMessage()
func (*MsgAddValidatorOperatorAddressResponse) ProtoReflect ¶
func (x *MsgAddValidatorOperatorAddressResponse) ProtoReflect() protoreflect.Message
func (*MsgAddValidatorOperatorAddressResponse) Reset ¶
func (x *MsgAddValidatorOperatorAddressResponse) Reset()
func (*MsgAddValidatorOperatorAddressResponse) String ¶
func (x *MsgAddValidatorOperatorAddressResponse) String() 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 (x *MsgCreateCoordinatorResponse) ProtoReflect() protoreflect.Message
func (*MsgCreateCoordinatorResponse) Reset ¶
func (x *MsgCreateCoordinatorResponse) Reset()
func (*MsgCreateCoordinatorResponse) String ¶
func (x *MsgCreateCoordinatorResponse) String() 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 (x *MsgDisableCoordinatorResponse) ProtoReflect() protoreflect.Message
func (*MsgDisableCoordinatorResponse) Reset ¶
func (x *MsgDisableCoordinatorResponse) Reset()
func (*MsgDisableCoordinatorResponse) String ¶
func (x *MsgDisableCoordinatorResponse) String() 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 (x *MsgUpdateCoordinatorAddress) ProtoReflect() protoreflect.Message
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 (x *MsgUpdateCoordinatorAddressResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateCoordinatorAddressResponse) Reset ¶
func (x *MsgUpdateCoordinatorAddressResponse) Reset()
func (*MsgUpdateCoordinatorAddressResponse) String ¶
func (x *MsgUpdateCoordinatorAddressResponse) String() 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 (x *MsgUpdateCoordinatorDescription) ProtoReflect() protoreflect.Message
func (*MsgUpdateCoordinatorDescription) Reset ¶
func (x *MsgUpdateCoordinatorDescription) Reset()
func (*MsgUpdateCoordinatorDescription) String ¶
func (x *MsgUpdateCoordinatorDescription) String() 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) ProtoMessage()
func (*MsgUpdateCoordinatorDescriptionResponse) ProtoReflect ¶
func (x *MsgUpdateCoordinatorDescriptionResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateCoordinatorDescriptionResponse) Reset ¶
func (x *MsgUpdateCoordinatorDescriptionResponse) Reset()
func (*MsgUpdateCoordinatorDescriptionResponse) String ¶
func (x *MsgUpdateCoordinatorDescriptionResponse) String() 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 (x *MsgUpdateValidatorDescription) ProtoReflect() protoreflect.Message
func (*MsgUpdateValidatorDescription) Reset ¶
func (x *MsgUpdateValidatorDescription) Reset()
func (*MsgUpdateValidatorDescription) String ¶
func (x *MsgUpdateValidatorDescription) String() 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 (x *MsgUpdateValidatorDescriptionResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateValidatorDescriptionResponse) Reset ¶
func (x *MsgUpdateValidatorDescriptionResponse) Reset()
func (*MsgUpdateValidatorDescriptionResponse) String ¶
func (x *MsgUpdateValidatorDescriptionResponse) String() string
type Params ¶
type Params struct {
// contains filtered or unexported fields
}
Params defines the parameters for the module.
func (*Params) Descriptor
deprecated
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
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 (x *QueryAllCoordinatorRequest) ProtoReflect() protoreflect.Message
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 (x *QueryAllCoordinatorResponse) ProtoReflect() protoreflect.Message
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 (x *QueryAllValidatorResponse) ProtoReflect() protoreflect.Message
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 (x *QueryGetCoordinatorByAddressRequest) GetAddress() string
func (*QueryGetCoordinatorByAddressRequest) ProtoMessage ¶
func (*QueryGetCoordinatorByAddressRequest) ProtoMessage()
func (*QueryGetCoordinatorByAddressRequest) ProtoReflect ¶
func (x *QueryGetCoordinatorByAddressRequest) ProtoReflect() protoreflect.Message
func (*QueryGetCoordinatorByAddressRequest) Reset ¶
func (x *QueryGetCoordinatorByAddressRequest) Reset()
func (*QueryGetCoordinatorByAddressRequest) String ¶
func (x *QueryGetCoordinatorByAddressRequest) String() 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 (x *QueryGetCoordinatorByAddressResponse) GetCoordinator() *Coordinator
func (*QueryGetCoordinatorByAddressResponse) ProtoMessage ¶
func (*QueryGetCoordinatorByAddressResponse) ProtoMessage()
func (*QueryGetCoordinatorByAddressResponse) ProtoReflect ¶
func (x *QueryGetCoordinatorByAddressResponse) ProtoReflect() protoreflect.Message
func (*QueryGetCoordinatorByAddressResponse) Reset ¶
func (x *QueryGetCoordinatorByAddressResponse) Reset()
func (*QueryGetCoordinatorByAddressResponse) String ¶
func (x *QueryGetCoordinatorByAddressResponse) String() 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 (x *QueryGetCoordinatorRequest) ProtoReflect() protoreflect.Message
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 (x *QueryGetCoordinatorResponse) ProtoReflect() protoreflect.Message
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) ProtoMessage()
func (*QueryGetValidatorByOperatorAddressRequest) ProtoReflect ¶
func (x *QueryGetValidatorByOperatorAddressRequest) ProtoReflect() protoreflect.Message
func (*QueryGetValidatorByOperatorAddressRequest) Reset ¶
func (x *QueryGetValidatorByOperatorAddressRequest) Reset()
func (*QueryGetValidatorByOperatorAddressRequest) String ¶
func (x *QueryGetValidatorByOperatorAddressRequest) String() 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
func (*QueryGetValidatorByOperatorAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetValidatorByOperatorAddressResponse.ProtoReflect.Descriptor instead.
func (*QueryGetValidatorByOperatorAddressResponse) GetValidator ¶
func (x *QueryGetValidatorByOperatorAddressResponse) GetValidator() *Validator
func (*QueryGetValidatorByOperatorAddressResponse) ProtoMessage ¶
func (*QueryGetValidatorByOperatorAddressResponse) ProtoMessage()
func (*QueryGetValidatorByOperatorAddressResponse) ProtoReflect ¶
func (x *QueryGetValidatorByOperatorAddressResponse) ProtoReflect() protoreflect.Message
func (*QueryGetValidatorByOperatorAddressResponse) Reset ¶
func (x *QueryGetValidatorByOperatorAddressResponse) Reset()
func (*QueryGetValidatorByOperatorAddressResponse) String ¶
func (x *QueryGetValidatorByOperatorAddressResponse) String() 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 (x *QueryGetValidatorResponse) ProtoReflect() protoreflect.Message
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) AddValidatorOperatorAddress ¶
func (UnimplementedMsgServer) AddValidatorOperatorAddress(context.Context, *MsgAddValidatorOperatorAddress) (*MsgAddValidatorOperatorAddressResponse, error)
func (UnimplementedMsgServer) CreateCoordinator ¶
func (UnimplementedMsgServer) CreateCoordinator(context.Context, *MsgCreateCoordinator) (*MsgCreateCoordinatorResponse, error)
func (UnimplementedMsgServer) DisableCoordinator ¶
func (UnimplementedMsgServer) DisableCoordinator(context.Context, *MsgDisableCoordinator) (*MsgDisableCoordinatorResponse, error)
func (UnimplementedMsgServer) UpdateCoordinatorAddress ¶
func (UnimplementedMsgServer) UpdateCoordinatorAddress(context.Context, *MsgUpdateCoordinatorAddress) (*MsgUpdateCoordinatorAddressResponse, error)
func (UnimplementedMsgServer) UpdateCoordinatorDescription ¶
func (UnimplementedMsgServer) UpdateCoordinatorDescription(context.Context, *MsgUpdateCoordinatorDescription) (*MsgUpdateCoordinatorDescriptionResponse, error)
func (UnimplementedMsgServer) UpdateParams ¶
func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
func (UnimplementedMsgServer) UpdateValidatorDescription ¶
func (UnimplementedMsgServer) UpdateValidatorDescription(context.Context, *MsgUpdateValidatorDescription) (*MsgUpdateValidatorDescriptionResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct {
}
UnimplementedQueryServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryServer) GetCoordinator ¶
func (UnimplementedQueryServer) GetCoordinator(context.Context, *QueryGetCoordinatorRequest) (*QueryGetCoordinatorResponse, error)
func (UnimplementedQueryServer) GetCoordinatorByAddress ¶
func (UnimplementedQueryServer) GetCoordinatorByAddress(context.Context, *QueryGetCoordinatorByAddressRequest) (*QueryGetCoordinatorByAddressResponse, error)
func (UnimplementedQueryServer) GetValidator ¶
func (UnimplementedQueryServer) GetValidator(context.Context, *QueryGetValidatorRequest) (*QueryGetValidatorResponse, error)
func (UnimplementedQueryServer) GetValidatorByOperatorAddress ¶
func (UnimplementedQueryServer) GetValidatorByOperatorAddress(context.Context, *QueryGetValidatorByOperatorAddressRequest) (*QueryGetValidatorByOperatorAddressResponse, error)
func (UnimplementedQueryServer) ListCoordinator ¶
func (UnimplementedQueryServer) ListCoordinator(context.Context, *QueryAllCoordinatorRequest) (*QueryAllCoordinatorResponse, error)
func (UnimplementedQueryServer) ListValidator ¶
func (UnimplementedQueryServer) ListValidator(context.Context, *QueryAllValidatorRequest) (*QueryAllValidatorResponse, error)
func (UnimplementedQueryServer) Params ¶
func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
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) GetAddress ¶
func (*Validator) GetDescription ¶
func (x *Validator) GetDescription() *ValidatorDescription
func (*Validator) GetOperatorAddresses ¶
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) ProtoReflect ¶
func (x *Validator) ProtoReflect() protoreflect.Message
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 (x *ValidatorByOperatorAddress) ProtoReflect() protoreflect.Message
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