Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
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 ActorType
- type DelegateStakePlacement
- func (*DelegateStakePlacement) Descriptor() ([]byte, []int)deprecated
- func (x *DelegateStakePlacement) GetAmount() string
- func (x *DelegateStakePlacement) GetDelegator() string
- func (x *DelegateStakePlacement) GetReputer() string
- func (x *DelegateStakePlacement) GetTopicId() uint64
- func (*DelegateStakePlacement) ProtoMessage()
- func (x *DelegateStakePlacement) ProtoReflect() protoreflect.Message
- func (x *DelegateStakePlacement) Reset()
- func (x *DelegateStakePlacement) String() string
- type DelegateStakeRemoval
- func (*DelegateStakeRemoval) Descriptor() ([]byte, []int)deprecated
- func (x *DelegateStakeRemoval) GetBlockRemovalStarted() int64
- func (x *DelegateStakeRemoval) GetPlacement() *DelegateStakePlacement
- func (*DelegateStakeRemoval) ProtoMessage()
- func (x *DelegateStakeRemoval) ProtoReflect() protoreflect.Message
- func (x *DelegateStakeRemoval) Reset()
- func (x *DelegateStakeRemoval) String() string
- type DelegatorInfo
- func (*DelegatorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DelegatorInfo) GetAmount() string
- func (x *DelegatorInfo) GetRewardDebt() string
- func (*DelegatorInfo) ProtoMessage()
- func (x *DelegatorInfo) ProtoReflect() protoreflect.Message
- func (x *DelegatorInfo) Reset()
- func (x *DelegatorInfo) String() string
- type EventRewardsSettled
- func (*EventRewardsSettled) Descriptor() ([]byte, []int)deprecated
- func (x *EventRewardsSettled) GetActorType() ActorType
- func (x *EventRewardsSettled) GetAddresses() []string
- func (x *EventRewardsSettled) GetBlockHeight() int64
- func (x *EventRewardsSettled) GetRewards() []string
- func (x *EventRewardsSettled) GetTopicId() uint64
- func (*EventRewardsSettled) ProtoMessage()
- func (x *EventRewardsSettled) ProtoReflect() protoreflect.Message
- func (x *EventRewardsSettled) Reset()
- func (x *EventRewardsSettled) String() string
- type EventScoresSet
- func (*EventScoresSet) Descriptor() ([]byte, []int)deprecated
- func (x *EventScoresSet) GetActorType() ActorType
- func (x *EventScoresSet) GetAddresses() []string
- func (x *EventScoresSet) GetBlockHeight() int64
- func (x *EventScoresSet) GetScores() []string
- func (x *EventScoresSet) GetTopicId() uint64
- func (*EventScoresSet) ProtoMessage()
- func (x *EventScoresSet) ProtoReflect() protoreflect.Message
- func (x *EventScoresSet) Reset()
- func (x *EventScoresSet) String() string
- type Forecast
- func (*Forecast) Descriptor() ([]byte, []int)deprecated
- func (x *Forecast) GetBlockHeight() int64
- func (x *Forecast) GetExtraData() []byte
- func (x *Forecast) GetForecastElements() []*ForecastElement
- func (x *Forecast) GetForecaster() string
- func (x *Forecast) GetTopicId() uint64
- func (*Forecast) ProtoMessage()
- func (x *Forecast) ProtoReflect() protoreflect.Message
- func (x *Forecast) Reset()
- func (x *Forecast) String() string
- type ForecastElement
- func (*ForecastElement) Descriptor() ([]byte, []int)deprecated
- func (x *ForecastElement) GetInferer() string
- func (x *ForecastElement) GetValue() string
- func (*ForecastElement) ProtoMessage()
- func (x *ForecastElement) ProtoReflect() protoreflect.Message
- func (x *ForecastElement) Reset()
- func (x *ForecastElement) String() string
- type Forecasts
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetCoreTeamAddresses() []string
- func (x *GenesisState) GetParams() *Params
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type Inference
- func (*Inference) Descriptor() ([]byte, []int)deprecated
- func (x *Inference) GetBlockHeight() int64
- func (x *Inference) GetExtraData() []byte
- func (x *Inference) GetInferer() string
- func (x *Inference) GetProof() string
- func (x *Inference) GetTopicId() uint64
- func (x *Inference) GetValue() string
- func (*Inference) ProtoMessage()
- func (x *Inference) ProtoReflect() protoreflect.Message
- func (x *Inference) Reset()
- func (x *Inference) String() string
- type InferenceForecastBundle
- func (*InferenceForecastBundle) Descriptor() ([]byte, []int)deprecated
- func (x *InferenceForecastBundle) GetForecast() *Forecast
- func (x *InferenceForecastBundle) GetInference() *Inference
- func (*InferenceForecastBundle) ProtoMessage()
- func (x *InferenceForecastBundle) ProtoReflect() protoreflect.Message
- func (x *InferenceForecastBundle) Reset()
- func (x *InferenceForecastBundle) String() string
- type Inferences
- type ListeningCoefficient
- func (*ListeningCoefficient) Descriptor() ([]byte, []int)deprecated
- func (x *ListeningCoefficient) GetCoefficient() string
- func (*ListeningCoefficient) ProtoMessage()
- func (x *ListeningCoefficient) ProtoReflect() protoreflect.Message
- func (x *ListeningCoefficient) Reset()
- func (x *ListeningCoefficient) String() string
- type MsgAddStake
- func (*MsgAddStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAddStake) GetAmount() string
- func (x *MsgAddStake) GetSender() string
- func (x *MsgAddStake) GetTopicId() uint64
- func (*MsgAddStake) ProtoMessage()
- func (x *MsgAddStake) ProtoReflect() protoreflect.Message
- func (x *MsgAddStake) Reset()
- func (x *MsgAddStake) String() string
- type MsgAddStakeResponse
- type MsgAddToWhitelistAdmin
- func (*MsgAddToWhitelistAdmin) Descriptor() ([]byte, []int)deprecated
- func (x *MsgAddToWhitelistAdmin) GetAddress() string
- func (x *MsgAddToWhitelistAdmin) GetSender() string
- func (*MsgAddToWhitelistAdmin) ProtoMessage()
- func (x *MsgAddToWhitelistAdmin) ProtoReflect() protoreflect.Message
- func (x *MsgAddToWhitelistAdmin) Reset()
- func (x *MsgAddToWhitelistAdmin) String() string
- type MsgAddToWhitelistAdminResponse
- func (*MsgAddToWhitelistAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgAddToWhitelistAdminResponse) ProtoMessage()
- func (x *MsgAddToWhitelistAdminResponse) ProtoReflect() protoreflect.Message
- func (x *MsgAddToWhitelistAdminResponse) Reset()
- func (x *MsgAddToWhitelistAdminResponse) String() string
- type MsgClient
- type MsgConfirmDelegateRemoveStake
- func (*MsgConfirmDelegateRemoveStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgConfirmDelegateRemoveStake) GetReputer() string
- func (x *MsgConfirmDelegateRemoveStake) GetSender() string
- func (x *MsgConfirmDelegateRemoveStake) GetTopicId() uint64
- func (*MsgConfirmDelegateRemoveStake) ProtoMessage()
- func (x *MsgConfirmDelegateRemoveStake) ProtoReflect() protoreflect.Message
- func (x *MsgConfirmDelegateRemoveStake) Reset()
- func (x *MsgConfirmDelegateRemoveStake) String() string
- type MsgConfirmRemoveDelegateStakeResponse
- func (*MsgConfirmRemoveDelegateStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgConfirmRemoveDelegateStakeResponse) ProtoMessage()
- func (x *MsgConfirmRemoveDelegateStakeResponse) ProtoReflect() protoreflect.Message
- func (x *MsgConfirmRemoveDelegateStakeResponse) Reset()
- func (x *MsgConfirmRemoveDelegateStakeResponse) String() string
- type MsgConfirmRemoveStake
- func (*MsgConfirmRemoveStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgConfirmRemoveStake) GetSender() string
- func (x *MsgConfirmRemoveStake) GetTopicId() uint64
- func (*MsgConfirmRemoveStake) ProtoMessage()
- func (x *MsgConfirmRemoveStake) ProtoReflect() protoreflect.Message
- func (x *MsgConfirmRemoveStake) Reset()
- func (x *MsgConfirmRemoveStake) String() string
- type MsgConfirmRemoveStakeResponse
- func (*MsgConfirmRemoveStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgConfirmRemoveStakeResponse) ProtoMessage()
- func (x *MsgConfirmRemoveStakeResponse) ProtoReflect() protoreflect.Message
- func (x *MsgConfirmRemoveStakeResponse) Reset()
- func (x *MsgConfirmRemoveStakeResponse) String() string
- type MsgCreateNewTopic
- func (*MsgCreateNewTopic) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateNewTopic) GetAllowNegative() bool
- func (x *MsgCreateNewTopic) GetAlphaRegret() string
- func (x *MsgCreateNewTopic) GetCreator() string
- func (x *MsgCreateNewTopic) GetDefaultArg() string
- func (x *MsgCreateNewTopic) GetEpochLength() int64
- func (x *MsgCreateNewTopic) GetGroundTruthLag() int64
- func (x *MsgCreateNewTopic) GetInferenceLogic() string
- func (x *MsgCreateNewTopic) GetInferenceMethod() string
- func (x *MsgCreateNewTopic) GetLossLogic() string
- func (x *MsgCreateNewTopic) GetLossMethod() string
- func (x *MsgCreateNewTopic) GetMetadata() string
- func (x *MsgCreateNewTopic) GetPNorm() string
- func (*MsgCreateNewTopic) ProtoMessage()
- func (x *MsgCreateNewTopic) ProtoReflect() protoreflect.Message
- func (x *MsgCreateNewTopic) Reset()
- func (x *MsgCreateNewTopic) String() string
- type MsgCreateNewTopicResponse
- func (*MsgCreateNewTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateNewTopicResponse) GetTopicId() uint64
- func (*MsgCreateNewTopicResponse) ProtoMessage()
- func (x *MsgCreateNewTopicResponse) ProtoReflect() protoreflect.Message
- func (x *MsgCreateNewTopicResponse) Reset()
- func (x *MsgCreateNewTopicResponse) String() string
- type MsgDelegateStake
- func (*MsgDelegateStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDelegateStake) GetAmount() string
- func (x *MsgDelegateStake) GetReputer() string
- func (x *MsgDelegateStake) GetSender() string
- func (x *MsgDelegateStake) GetTopicId() uint64
- func (*MsgDelegateStake) ProtoMessage()
- func (x *MsgDelegateStake) ProtoReflect() protoreflect.Message
- func (x *MsgDelegateStake) Reset()
- func (x *MsgDelegateStake) String() string
- type MsgDelegateStakeResponse
- type MsgFundTopic
- func (*MsgFundTopic) Descriptor() ([]byte, []int)deprecated
- func (x *MsgFundTopic) GetAmount() string
- func (x *MsgFundTopic) GetSender() string
- func (x *MsgFundTopic) GetTopicId() uint64
- func (*MsgFundTopic) ProtoMessage()
- func (x *MsgFundTopic) ProtoReflect() protoreflect.Message
- func (x *MsgFundTopic) Reset()
- func (x *MsgFundTopic) String() string
- type MsgFundTopicResponse
- type MsgInsertBulkReputerPayload
- func (*MsgInsertBulkReputerPayload) Descriptor() ([]byte, []int)deprecated
- func (x *MsgInsertBulkReputerPayload) GetReputerRequestNonce() *ReputerRequestNonce
- func (x *MsgInsertBulkReputerPayload) GetReputerValueBundles() []*ReputerValueBundle
- func (x *MsgInsertBulkReputerPayload) GetSender() string
- func (x *MsgInsertBulkReputerPayload) GetTopicId() uint64
- func (*MsgInsertBulkReputerPayload) ProtoMessage()
- func (x *MsgInsertBulkReputerPayload) ProtoReflect() protoreflect.Message
- func (x *MsgInsertBulkReputerPayload) Reset()
- func (x *MsgInsertBulkReputerPayload) String() string
- type MsgInsertBulkReputerPayloadResponse
- func (*MsgInsertBulkReputerPayloadResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgInsertBulkReputerPayloadResponse) ProtoMessage()
- func (x *MsgInsertBulkReputerPayloadResponse) ProtoReflect() protoreflect.Message
- func (x *MsgInsertBulkReputerPayloadResponse) Reset()
- func (x *MsgInsertBulkReputerPayloadResponse) String() string
- type MsgInsertBulkWorkerPayload
- func (*MsgInsertBulkWorkerPayload) Descriptor() ([]byte, []int)deprecated
- func (x *MsgInsertBulkWorkerPayload) GetNonce() *Nonce
- func (x *MsgInsertBulkWorkerPayload) GetSender() string
- func (x *MsgInsertBulkWorkerPayload) GetTopicId() uint64
- func (x *MsgInsertBulkWorkerPayload) GetWorkerDataBundles() []*WorkerDataBundle
- func (*MsgInsertBulkWorkerPayload) ProtoMessage()
- func (x *MsgInsertBulkWorkerPayload) ProtoReflect() protoreflect.Message
- func (x *MsgInsertBulkWorkerPayload) Reset()
- func (x *MsgInsertBulkWorkerPayload) String() string
- type MsgInsertBulkWorkerPayloadResponse
- func (*MsgInsertBulkWorkerPayloadResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgInsertBulkWorkerPayloadResponse) ProtoMessage()
- func (x *MsgInsertBulkWorkerPayloadResponse) ProtoReflect() protoreflect.Message
- func (x *MsgInsertBulkWorkerPayloadResponse) Reset()
- func (x *MsgInsertBulkWorkerPayloadResponse) String() string
- type MsgRegister
- func (*MsgRegister) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegister) GetIsReputer() bool
- func (x *MsgRegister) GetLibP2PKey() string
- func (x *MsgRegister) GetMultiAddress() string
- func (x *MsgRegister) GetOwner() string
- func (x *MsgRegister) GetSender() string
- func (x *MsgRegister) GetTopicId() uint64
- func (*MsgRegister) ProtoMessage()
- func (x *MsgRegister) ProtoReflect() protoreflect.Message
- func (x *MsgRegister) Reset()
- func (x *MsgRegister) String() string
- type MsgRegisterResponse
- func (*MsgRegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegisterResponse) GetMessage() string
- func (x *MsgRegisterResponse) GetSuccess() bool
- func (*MsgRegisterResponse) ProtoMessage()
- func (x *MsgRegisterResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRegisterResponse) Reset()
- func (x *MsgRegisterResponse) String() string
- type MsgRemoveFromWhitelistAdmin
- func (*MsgRemoveFromWhitelistAdmin) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRemoveFromWhitelistAdmin) GetAddress() string
- func (x *MsgRemoveFromWhitelistAdmin) GetSender() string
- func (*MsgRemoveFromWhitelistAdmin) ProtoMessage()
- func (x *MsgRemoveFromWhitelistAdmin) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveFromWhitelistAdmin) Reset()
- func (x *MsgRemoveFromWhitelistAdmin) String() string
- type MsgRemoveFromWhitelistAdminResponse
- func (*MsgRemoveFromWhitelistAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgRemoveFromWhitelistAdminResponse) ProtoMessage()
- func (x *MsgRemoveFromWhitelistAdminResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveFromWhitelistAdminResponse) Reset()
- func (x *MsgRemoveFromWhitelistAdminResponse) String() string
- type MsgRemoveRegistration
- func (*MsgRemoveRegistration) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRemoveRegistration) GetIsReputer() bool
- func (x *MsgRemoveRegistration) GetSender() string
- func (x *MsgRemoveRegistration) GetTopicId() uint64
- func (*MsgRemoveRegistration) ProtoMessage()
- func (x *MsgRemoveRegistration) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveRegistration) Reset()
- func (x *MsgRemoveRegistration) String() string
- type MsgRemoveRegistrationResponse
- func (*MsgRemoveRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRemoveRegistrationResponse) GetMessage() string
- func (x *MsgRemoveRegistrationResponse) GetSuccess() bool
- func (*MsgRemoveRegistrationResponse) ProtoMessage()
- func (x *MsgRemoveRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRemoveRegistrationResponse) Reset()
- func (x *MsgRemoveRegistrationResponse) String() string
- type MsgRewardDelegateStake
- func (*MsgRewardDelegateStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRewardDelegateStake) GetReputer() string
- func (x *MsgRewardDelegateStake) GetSender() string
- func (x *MsgRewardDelegateStake) GetTopicId() uint64
- func (*MsgRewardDelegateStake) ProtoMessage()
- func (x *MsgRewardDelegateStake) ProtoReflect() protoreflect.Message
- func (x *MsgRewardDelegateStake) Reset()
- func (x *MsgRewardDelegateStake) String() string
- type MsgRewardDelegateStakeResponse
- func (*MsgRewardDelegateStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgRewardDelegateStakeResponse) ProtoMessage()
- func (x *MsgRewardDelegateStakeResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRewardDelegateStakeResponse) Reset()
- func (x *MsgRewardDelegateStakeResponse) String() string
- type MsgServer
- type MsgStartRemoveDelegateStake
- func (*MsgStartRemoveDelegateStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgStartRemoveDelegateStake) GetAmount() string
- func (x *MsgStartRemoveDelegateStake) GetReputer() string
- func (x *MsgStartRemoveDelegateStake) GetSender() string
- func (x *MsgStartRemoveDelegateStake) GetTopicId() uint64
- func (*MsgStartRemoveDelegateStake) ProtoMessage()
- func (x *MsgStartRemoveDelegateStake) ProtoReflect() protoreflect.Message
- func (x *MsgStartRemoveDelegateStake) Reset()
- func (x *MsgStartRemoveDelegateStake) String() string
- type MsgStartRemoveDelegateStakeResponse
- func (*MsgStartRemoveDelegateStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgStartRemoveDelegateStakeResponse) ProtoMessage()
- func (x *MsgStartRemoveDelegateStakeResponse) ProtoReflect() protoreflect.Message
- func (x *MsgStartRemoveDelegateStakeResponse) Reset()
- func (x *MsgStartRemoveDelegateStakeResponse) String() string
- type MsgStartRemoveStake
- func (*MsgStartRemoveStake) Descriptor() ([]byte, []int)deprecated
- func (x *MsgStartRemoveStake) GetAmount() string
- func (x *MsgStartRemoveStake) GetSender() string
- func (x *MsgStartRemoveStake) GetTopicId() uint64
- func (*MsgStartRemoveStake) ProtoMessage()
- func (x *MsgStartRemoveStake) ProtoReflect() protoreflect.Message
- func (x *MsgStartRemoveStake) Reset()
- func (x *MsgStartRemoveStake) String() string
- type MsgStartRemoveStakeResponse
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetParams() *OptionalParams
- func (x *MsgUpdateParams) GetSender() string
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
- type MsgUpdateParamsResponse
- type Nonce
- type Nonces
- type OffchainNode
- func (*OffchainNode) Descriptor() ([]byte, []int)deprecated
- func (x *OffchainNode) GetLibP2PKey() string
- func (x *OffchainNode) GetMultiAddress() string
- func (x *OffchainNode) GetNodeAddress() string
- func (x *OffchainNode) GetNodeId() string
- func (x *OffchainNode) GetOwner() string
- func (*OffchainNode) ProtoMessage()
- func (x *OffchainNode) ProtoReflect() protoreflect.Message
- func (x *OffchainNode) Reset()
- func (x *OffchainNode) String() string
- type OptionalParams
- func (*OptionalParams) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalParams) GetBetaEntropy() []string
- func (x *OptionalParams) GetBlocksPerMonth() []uint64
- func (x *OptionalParams) GetCNorm() []string
- func (x *OptionalParams) GetCRewardForecast() []string
- func (x *OptionalParams) GetCRewardInference() []string
- func (x *OptionalParams) GetCreateTopicFee() []string
- func (x *OptionalParams) GetDefaultPageLimit() []uint64
- func (x *OptionalParams) GetEpsilon() []string
- func (x *OptionalParams) GetFTolerance() []string
- func (x *OptionalParams) GetGradientDescentMaxIters() []uint64
- func (x *OptionalParams) GetLearningRate() []string
- func (x *OptionalParams) GetMaxGradientThreshold() []string
- func (x *OptionalParams) GetMaxPageLimit() []uint64
- func (x *OptionalParams) GetMaxRetriesToFulfilNoncesReputer() []int64
- func (x *OptionalParams) GetMaxRetriesToFulfilNoncesWorker() []int64
- func (x *OptionalParams) GetMaxSamplesToScaleScores() []uint64
- func (x *OptionalParams) GetMaxSerializedMsgLength() []int64
- func (x *OptionalParams) GetMaxTopForecastersToReward() []uint64
- func (x *OptionalParams) GetMaxTopInferersToReward() []uint64
- func (x *OptionalParams) GetMaxTopReputersToReward() []uint64
- func (x *OptionalParams) GetMaxTopicsPerBlock() []uint64
- func (x *OptionalParams) GetMaxUnfulfilledReputerRequests() []uint64
- func (x *OptionalParams) GetMaxUnfulfilledWorkerRequests() []uint64
- func (x *OptionalParams) GetMinEpochLength() []int64
- func (x *OptionalParams) GetMinEpochLengthRecordLimit() []int64
- func (x *OptionalParams) GetMinStakeFraction() []string
- func (x *OptionalParams) GetMinTopicWeight() []string
- func (x *OptionalParams) GetPRewardForecast() []string
- func (x *OptionalParams) GetPRewardInference() []string
- func (x *OptionalParams) GetPRewardReputer() []string
- func (x *OptionalParams) GetRegistrationFee() []string
- func (x *OptionalParams) GetRemoveStakeDelayWindow() []int64
- func (x *OptionalParams) GetRequiredMinimumStake() []string
- func (x *OptionalParams) GetTaskRewardAlpha() []string
- func (x *OptionalParams) GetTopicFeeRevenueDecayRate() []string
- func (x *OptionalParams) GetTopicRewardAlpha() []string
- func (x *OptionalParams) GetTopicRewardFeeRevenueImportance() []string
- func (x *OptionalParams) GetTopicRewardStakeImportance() []string
- func (x *OptionalParams) GetValidatorsVsAlloraPercentReward() []string
- func (x *OptionalParams) GetVersion() []string
- func (*OptionalParams) ProtoMessage()
- func (x *OptionalParams) ProtoReflect() protoreflect.Message
- func (x *OptionalParams) Reset()
- func (x *OptionalParams) String() string
- type Params
- func (*Params) Descriptor() ([]byte, []int)deprecated
- func (x *Params) GetBetaEntropy() string
- func (x *Params) GetBlocksPerMonth() uint64
- func (x *Params) GetCNorm() string
- func (x *Params) GetCRewardForecast() string
- func (x *Params) GetCRewardInference() string
- func (x *Params) GetCreateTopicFee() string
- func (x *Params) GetDefaultPageLimit() uint64
- func (x *Params) GetEpsilon() string
- func (x *Params) GetFTolerance() string
- func (x *Params) GetGradientDescentMaxIters() uint64
- func (x *Params) GetLearningRate() string
- func (x *Params) GetMaxGradientThreshold() string
- func (x *Params) GetMaxPageLimit() uint64
- func (x *Params) GetMaxRetriesToFulfilNoncesReputer() int64
- func (x *Params) GetMaxRetriesToFulfilNoncesWorker() int64
- func (x *Params) GetMaxSamplesToScaleScores() uint64
- func (x *Params) GetMaxSerializedMsgLength() int64
- func (x *Params) GetMaxTopForecastersToReward() uint64
- func (x *Params) GetMaxTopInferersToReward() uint64
- func (x *Params) GetMaxTopReputersToReward() uint64
- func (x *Params) GetMaxTopicsPerBlock() uint64
- func (x *Params) GetMaxUnfulfilledReputerRequests() uint64
- func (x *Params) GetMaxUnfulfilledWorkerRequests() uint64
- func (x *Params) GetMinEpochLength() int64
- func (x *Params) GetMinEpochLengthRecordLimit() int64
- func (x *Params) GetMinStakeFraction() string
- func (x *Params) GetMinTopicWeight() string
- func (x *Params) GetPRewardForecast() string
- func (x *Params) GetPRewardInference() string
- func (x *Params) GetPRewardReputer() string
- func (x *Params) GetRegistrationFee() string
- func (x *Params) GetRemoveStakeDelayWindow() int64
- func (x *Params) GetRequiredMinimumStake() string
- func (x *Params) GetTaskRewardAlpha() string
- func (x *Params) GetTopicFeeRevenueDecayRate() string
- func (x *Params) GetTopicRewardAlpha() string
- func (x *Params) GetTopicRewardFeeRevenueImportance() string
- func (x *Params) GetTopicRewardStakeImportance() string
- func (x *Params) GetValidatorsVsAlloraPercentReward() string
- func (x *Params) GetVersion() string
- func (*Params) ProtoMessage()
- func (x *Params) ProtoReflect() protoreflect.Message
- func (x *Params) Reset()
- func (x *Params) String() string
- type QueryActiveTopicsRequest
- func (*QueryActiveTopicsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryActiveTopicsRequest) GetPagination() *SimpleCursorPaginationRequest
- func (*QueryActiveTopicsRequest) ProtoMessage()
- func (x *QueryActiveTopicsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryActiveTopicsRequest) Reset()
- func (x *QueryActiveTopicsRequest) String() string
- type QueryActiveTopicsResponse
- func (*QueryActiveTopicsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryActiveTopicsResponse) GetPagination() *SimpleCursorPaginationResponse
- func (x *QueryActiveTopicsResponse) GetTopics() []*Topic
- func (*QueryActiveTopicsResponse) ProtoMessage()
- func (x *QueryActiveTopicsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryActiveTopicsResponse) Reset()
- func (x *QueryActiveTopicsResponse) String() string
- type QueryClient
- type QueryDelegateStakeInTopicInReputerRequest
- func (*QueryDelegateStakeInTopicInReputerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDelegateStakeInTopicInReputerRequest) GetReputerAddress() string
- func (x *QueryDelegateStakeInTopicInReputerRequest) GetTopicId() uint64
- func (*QueryDelegateStakeInTopicInReputerRequest) ProtoMessage()
- func (x *QueryDelegateStakeInTopicInReputerRequest) ProtoReflect() protoreflect.Message
- func (x *QueryDelegateStakeInTopicInReputerRequest) Reset()
- func (x *QueryDelegateStakeInTopicInReputerRequest) String() string
- type QueryDelegateStakeInTopicInReputerResponse
- func (*QueryDelegateStakeInTopicInReputerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryDelegateStakeInTopicInReputerResponse) GetAmount() string
- func (*QueryDelegateStakeInTopicInReputerResponse) ProtoMessage()
- func (x *QueryDelegateStakeInTopicInReputerResponse) ProtoReflect() protoreflect.Message
- func (x *QueryDelegateStakeInTopicInReputerResponse) Reset()
- func (x *QueryDelegateStakeInTopicInReputerResponse) String() string
- type QueryForecastsAtBlockRequest
- func (*QueryForecastsAtBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryForecastsAtBlockRequest) GetBlockHeight() int64
- func (x *QueryForecastsAtBlockRequest) GetTopicId() uint64
- func (*QueryForecastsAtBlockRequest) ProtoMessage()
- func (x *QueryForecastsAtBlockRequest) ProtoReflect() protoreflect.Message
- func (x *QueryForecastsAtBlockRequest) Reset()
- func (x *QueryForecastsAtBlockRequest) String() string
- type QueryForecastsAtBlockResponse
- func (*QueryForecastsAtBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryForecastsAtBlockResponse) GetForecasts() *Forecasts
- func (*QueryForecastsAtBlockResponse) ProtoMessage()
- func (x *QueryForecastsAtBlockResponse) ProtoReflect() protoreflect.Message
- func (x *QueryForecastsAtBlockResponse) Reset()
- func (x *QueryForecastsAtBlockResponse) String() string
- type QueryInferencesAtBlockRequest
- func (*QueryInferencesAtBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryInferencesAtBlockRequest) GetBlockHeight() int64
- func (x *QueryInferencesAtBlockRequest) GetTopicId() uint64
- func (*QueryInferencesAtBlockRequest) ProtoMessage()
- func (x *QueryInferencesAtBlockRequest) ProtoReflect() protoreflect.Message
- func (x *QueryInferencesAtBlockRequest) Reset()
- func (x *QueryInferencesAtBlockRequest) String() string
- type QueryInferencesAtBlockResponse
- func (*QueryInferencesAtBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryInferencesAtBlockResponse) GetInferences() *Inferences
- func (*QueryInferencesAtBlockResponse) ProtoMessage()
- func (x *QueryInferencesAtBlockResponse) ProtoReflect() protoreflect.Message
- func (x *QueryInferencesAtBlockResponse) Reset()
- func (x *QueryInferencesAtBlockResponse) String() string
- type QueryIsReputerRegisteredInTopicIdRequest
- func (*QueryIsReputerRegisteredInTopicIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsReputerRegisteredInTopicIdRequest) GetAddress() string
- func (x *QueryIsReputerRegisteredInTopicIdRequest) GetTopicId() uint64
- func (*QueryIsReputerRegisteredInTopicIdRequest) ProtoMessage()
- func (x *QueryIsReputerRegisteredInTopicIdRequest) ProtoReflect() protoreflect.Message
- func (x *QueryIsReputerRegisteredInTopicIdRequest) Reset()
- func (x *QueryIsReputerRegisteredInTopicIdRequest) String() string
- type QueryIsReputerRegisteredInTopicIdResponse
- func (*QueryIsReputerRegisteredInTopicIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsReputerRegisteredInTopicIdResponse) GetIsRegistered() bool
- func (*QueryIsReputerRegisteredInTopicIdResponse) ProtoMessage()
- func (x *QueryIsReputerRegisteredInTopicIdResponse) ProtoReflect() protoreflect.Message
- func (x *QueryIsReputerRegisteredInTopicIdResponse) Reset()
- func (x *QueryIsReputerRegisteredInTopicIdResponse) String() string
- type QueryIsWhitelistAdminRequest
- func (*QueryIsWhitelistAdminRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsWhitelistAdminRequest) GetAddress() string
- func (*QueryIsWhitelistAdminRequest) ProtoMessage()
- func (x *QueryIsWhitelistAdminRequest) ProtoReflect() protoreflect.Message
- func (x *QueryIsWhitelistAdminRequest) Reset()
- func (x *QueryIsWhitelistAdminRequest) String() string
- type QueryIsWhitelistAdminResponse
- func (*QueryIsWhitelistAdminResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsWhitelistAdminResponse) GetIsAdmin() bool
- func (*QueryIsWhitelistAdminResponse) ProtoMessage()
- func (x *QueryIsWhitelistAdminResponse) ProtoReflect() protoreflect.Message
- func (x *QueryIsWhitelistAdminResponse) Reset()
- func (x *QueryIsWhitelistAdminResponse) String() string
- type QueryIsWorkerRegisteredInTopicIdRequest
- func (*QueryIsWorkerRegisteredInTopicIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsWorkerRegisteredInTopicIdRequest) GetAddress() string
- func (x *QueryIsWorkerRegisteredInTopicIdRequest) GetTopicId() uint64
- func (*QueryIsWorkerRegisteredInTopicIdRequest) ProtoMessage()
- func (x *QueryIsWorkerRegisteredInTopicIdRequest) ProtoReflect() protoreflect.Message
- func (x *QueryIsWorkerRegisteredInTopicIdRequest) Reset()
- func (x *QueryIsWorkerRegisteredInTopicIdRequest) String() string
- type QueryIsWorkerRegisteredInTopicIdResponse
- func (*QueryIsWorkerRegisteredInTopicIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryIsWorkerRegisteredInTopicIdResponse) GetIsRegistered() bool
- func (*QueryIsWorkerRegisteredInTopicIdResponse) ProtoMessage()
- func (x *QueryIsWorkerRegisteredInTopicIdResponse) ProtoReflect() protoreflect.Message
- func (x *QueryIsWorkerRegisteredInTopicIdResponse) Reset()
- func (x *QueryIsWorkerRegisteredInTopicIdResponse) String() string
- type QueryMultiReputerStakeInTopicRequest
- func (*QueryMultiReputerStakeInTopicRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMultiReputerStakeInTopicRequest) GetAddresses() []string
- func (x *QueryMultiReputerStakeInTopicRequest) GetTopicId() uint64
- func (*QueryMultiReputerStakeInTopicRequest) ProtoMessage()
- func (x *QueryMultiReputerStakeInTopicRequest) ProtoReflect() protoreflect.Message
- func (x *QueryMultiReputerStakeInTopicRequest) Reset()
- func (x *QueryMultiReputerStakeInTopicRequest) String() string
- type QueryMultiReputerStakeInTopicResponse
- func (*QueryMultiReputerStakeInTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryMultiReputerStakeInTopicResponse) GetAmounts() []*StakePlacement
- func (*QueryMultiReputerStakeInTopicResponse) ProtoMessage()
- func (x *QueryMultiReputerStakeInTopicResponse) ProtoReflect() protoreflect.Message
- func (x *QueryMultiReputerStakeInTopicResponse) Reset()
- func (x *QueryMultiReputerStakeInTopicResponse) String() string
- type QueryNetworkInferencesAtBlockRequest
- func (*QueryNetworkInferencesAtBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastInference() int64
- func (x *QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastReward() int64
- func (x *QueryNetworkInferencesAtBlockRequest) GetTopicId() uint64
- func (*QueryNetworkInferencesAtBlockRequest) ProtoMessage()
- func (x *QueryNetworkInferencesAtBlockRequest) ProtoReflect() protoreflect.Message
- func (x *QueryNetworkInferencesAtBlockRequest) Reset()
- func (x *QueryNetworkInferencesAtBlockRequest) String() string
- type QueryNetworkInferencesAtBlockResponse
- func (*QueryNetworkInferencesAtBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryNetworkInferencesAtBlockResponse) GetNetworkInferences() *ValueBundle
- func (*QueryNetworkInferencesAtBlockResponse) ProtoMessage()
- func (x *QueryNetworkInferencesAtBlockResponse) ProtoReflect() protoreflect.Message
- func (x *QueryNetworkInferencesAtBlockResponse) Reset()
- func (x *QueryNetworkInferencesAtBlockResponse) String() string
- type QueryNetworkLossBundleAtBlockRequest
- func (*QueryNetworkLossBundleAtBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryNetworkLossBundleAtBlockRequest) GetBlockHeight() int64
- func (x *QueryNetworkLossBundleAtBlockRequest) GetTopicId() uint64
- func (*QueryNetworkLossBundleAtBlockRequest) ProtoMessage()
- func (x *QueryNetworkLossBundleAtBlockRequest) ProtoReflect() protoreflect.Message
- func (x *QueryNetworkLossBundleAtBlockRequest) Reset()
- func (x *QueryNetworkLossBundleAtBlockRequest) String() string
- type QueryNetworkLossBundleAtBlockResponse
- func (*QueryNetworkLossBundleAtBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryNetworkLossBundleAtBlockResponse) GetLossBundle() *ValueBundle
- func (*QueryNetworkLossBundleAtBlockResponse) ProtoMessage()
- func (x *QueryNetworkLossBundleAtBlockResponse) ProtoReflect() protoreflect.Message
- func (x *QueryNetworkLossBundleAtBlockResponse) Reset()
- func (x *QueryNetworkLossBundleAtBlockResponse) String() string
- type QueryNextTopicIdRequest
- type QueryNextTopicIdResponse
- func (*QueryNextTopicIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryNextTopicIdResponse) GetNextTopicId() uint64
- func (*QueryNextTopicIdResponse) ProtoMessage()
- func (x *QueryNextTopicIdResponse) ProtoReflect() protoreflect.Message
- func (x *QueryNextTopicIdResponse) Reset()
- func (x *QueryNextTopicIdResponse) 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 QueryReputerAddressByP2PKeyRequest
- func (*QueryReputerAddressByP2PKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerAddressByP2PKeyRequest) GetLibp2PKey() string
- func (*QueryReputerAddressByP2PKeyRequest) ProtoMessage()
- func (x *QueryReputerAddressByP2PKeyRequest) ProtoReflect() protoreflect.Message
- func (x *QueryReputerAddressByP2PKeyRequest) Reset()
- func (x *QueryReputerAddressByP2PKeyRequest) String() string
- type QueryReputerAddressByP2PKeyResponse
- func (*QueryReputerAddressByP2PKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerAddressByP2PKeyResponse) GetAddress() string
- func (*QueryReputerAddressByP2PKeyResponse) ProtoMessage()
- func (x *QueryReputerAddressByP2PKeyResponse) ProtoReflect() protoreflect.Message
- func (x *QueryReputerAddressByP2PKeyResponse) Reset()
- func (x *QueryReputerAddressByP2PKeyResponse) String() string
- type QueryReputerNodeInfoRequest
- func (*QueryReputerNodeInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerNodeInfoRequest) GetLibp2PKey() string
- func (*QueryReputerNodeInfoRequest) ProtoMessage()
- func (x *QueryReputerNodeInfoRequest) ProtoReflect() protoreflect.Message
- func (x *QueryReputerNodeInfoRequest) Reset()
- func (x *QueryReputerNodeInfoRequest) String() string
- type QueryReputerNodeInfoResponse
- func (*QueryReputerNodeInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerNodeInfoResponse) GetNodeInfo() *OffchainNode
- func (*QueryReputerNodeInfoResponse) ProtoMessage()
- func (x *QueryReputerNodeInfoResponse) ProtoReflect() protoreflect.Message
- func (x *QueryReputerNodeInfoResponse) Reset()
- func (x *QueryReputerNodeInfoResponse) String() string
- type QueryReputerStakeInTopicRequest
- func (*QueryReputerStakeInTopicRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerStakeInTopicRequest) GetAddress() string
- func (x *QueryReputerStakeInTopicRequest) GetTopicId() uint64
- func (*QueryReputerStakeInTopicRequest) ProtoMessage()
- func (x *QueryReputerStakeInTopicRequest) ProtoReflect() protoreflect.Message
- func (x *QueryReputerStakeInTopicRequest) Reset()
- func (x *QueryReputerStakeInTopicRequest) String() string
- type QueryReputerStakeInTopicResponse
- func (*QueryReputerStakeInTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryReputerStakeInTopicResponse) GetAmount() string
- func (*QueryReputerStakeInTopicResponse) ProtoMessage()
- func (x *QueryReputerStakeInTopicResponse) ProtoReflect() protoreflect.Message
- func (x *QueryReputerStakeInTopicResponse) Reset()
- func (x *QueryReputerStakeInTopicResponse) String() string
- type QueryServer
- type QueryStakeFromDelegatorInTopicInReputerRequest
- func (*QueryStakeFromDelegatorInTopicInReputerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetDelegatorAddress() string
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetReputerAddress() string
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetTopicId() uint64
- func (*QueryStakeFromDelegatorInTopicInReputerRequest) ProtoMessage()
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) ProtoReflect() protoreflect.Message
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) Reset()
- func (x *QueryStakeFromDelegatorInTopicInReputerRequest) String() string
- type QueryStakeFromDelegatorInTopicInReputerResponse
- func (*QueryStakeFromDelegatorInTopicInReputerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryStakeFromDelegatorInTopicInReputerResponse) GetAmount() string
- func (*QueryStakeFromDelegatorInTopicInReputerResponse) ProtoMessage()
- func (x *QueryStakeFromDelegatorInTopicInReputerResponse) ProtoReflect() protoreflect.Message
- func (x *QueryStakeFromDelegatorInTopicInReputerResponse) Reset()
- func (x *QueryStakeFromDelegatorInTopicInReputerResponse) String() string
- type QueryStakeFromDelegatorInTopicRequest
- func (*QueryStakeFromDelegatorInTopicRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryStakeFromDelegatorInTopicRequest) GetDelegatorAddress() string
- func (x *QueryStakeFromDelegatorInTopicRequest) GetTopicId() uint64
- func (*QueryStakeFromDelegatorInTopicRequest) ProtoMessage()
- func (x *QueryStakeFromDelegatorInTopicRequest) ProtoReflect() protoreflect.Message
- func (x *QueryStakeFromDelegatorInTopicRequest) Reset()
- func (x *QueryStakeFromDelegatorInTopicRequest) String() string
- type QueryStakeFromDelegatorInTopicResponse
- func (*QueryStakeFromDelegatorInTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryStakeFromDelegatorInTopicResponse) GetAmount() string
- func (*QueryStakeFromDelegatorInTopicResponse) ProtoMessage()
- func (x *QueryStakeFromDelegatorInTopicResponse) ProtoReflect() protoreflect.Message
- func (x *QueryStakeFromDelegatorInTopicResponse) Reset()
- func (x *QueryStakeFromDelegatorInTopicResponse) String() string
- type QueryTopicRequest
- type QueryTopicResponse
- func (*QueryTopicResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTopicResponse) GetEffectiveRevenue() string
- func (x *QueryTopicResponse) GetTopic() *Topic
- func (x *QueryTopicResponse) GetWeight() string
- func (*QueryTopicResponse) ProtoMessage()
- func (x *QueryTopicResponse) ProtoReflect() protoreflect.Message
- func (x *QueryTopicResponse) Reset()
- func (x *QueryTopicResponse) String() string
- type QueryTopicStakeRequest
- func (*QueryTopicStakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTopicStakeRequest) GetTopicId() uint64
- func (*QueryTopicStakeRequest) ProtoMessage()
- func (x *QueryTopicStakeRequest) ProtoReflect() protoreflect.Message
- func (x *QueryTopicStakeRequest) Reset()
- func (x *QueryTopicStakeRequest) String() string
- type QueryTopicStakeResponse
- func (*QueryTopicStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTopicStakeResponse) GetAmount() string
- func (*QueryTopicStakeResponse) ProtoMessage()
- func (x *QueryTopicStakeResponse) ProtoReflect() protoreflect.Message
- func (x *QueryTopicStakeResponse) Reset()
- func (x *QueryTopicStakeResponse) String() string
- type QueryTotalStakeRequest
- type QueryTotalStakeResponse
- func (*QueryTotalStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTotalStakeResponse) GetAmount() string
- func (*QueryTotalStakeResponse) ProtoMessage()
- func (x *QueryTotalStakeResponse) ProtoReflect() protoreflect.Message
- func (x *QueryTotalStakeResponse) Reset()
- func (x *QueryTotalStakeResponse) String() string
- type QueryWorkerAddressByP2PKeyRequest
- func (*QueryWorkerAddressByP2PKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerAddressByP2PKeyRequest) GetLibp2PKey() string
- func (*QueryWorkerAddressByP2PKeyRequest) ProtoMessage()
- func (x *QueryWorkerAddressByP2PKeyRequest) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerAddressByP2PKeyRequest) Reset()
- func (x *QueryWorkerAddressByP2PKeyRequest) String() string
- type QueryWorkerAddressByP2PKeyResponse
- func (*QueryWorkerAddressByP2PKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerAddressByP2PKeyResponse) GetAddress() string
- func (*QueryWorkerAddressByP2PKeyResponse) ProtoMessage()
- func (x *QueryWorkerAddressByP2PKeyResponse) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerAddressByP2PKeyResponse) Reset()
- func (x *QueryWorkerAddressByP2PKeyResponse) String() string
- type QueryWorkerLatestInferenceRequest
- func (*QueryWorkerLatestInferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerLatestInferenceRequest) GetTopicId() uint64
- func (x *QueryWorkerLatestInferenceRequest) GetWorkerAddress() string
- func (*QueryWorkerLatestInferenceRequest) ProtoMessage()
- func (x *QueryWorkerLatestInferenceRequest) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerLatestInferenceRequest) Reset()
- func (x *QueryWorkerLatestInferenceRequest) String() string
- type QueryWorkerLatestInferenceResponse
- func (*QueryWorkerLatestInferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerLatestInferenceResponse) GetLatestInference() *Inference
- func (*QueryWorkerLatestInferenceResponse) ProtoMessage()
- func (x *QueryWorkerLatestInferenceResponse) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerLatestInferenceResponse) Reset()
- func (x *QueryWorkerLatestInferenceResponse) String() string
- type QueryWorkerNodeInfoRequest
- func (*QueryWorkerNodeInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerNodeInfoRequest) GetLibp2PKey() string
- func (*QueryWorkerNodeInfoRequest) ProtoMessage()
- func (x *QueryWorkerNodeInfoRequest) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerNodeInfoRequest) Reset()
- func (x *QueryWorkerNodeInfoRequest) String() string
- type QueryWorkerNodeInfoResponse
- func (*QueryWorkerNodeInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryWorkerNodeInfoResponse) GetNodeInfo() *OffchainNode
- func (*QueryWorkerNodeInfoResponse) ProtoMessage()
- func (x *QueryWorkerNodeInfoResponse) ProtoReflect() protoreflect.Message
- func (x *QueryWorkerNodeInfoResponse) Reset()
- func (x *QueryWorkerNodeInfoResponse) String() string
- type ReputerRequestNonce
- func (*ReputerRequestNonce) Descriptor() ([]byte, []int)deprecated
- func (x *ReputerRequestNonce) GetReputerNonce() *Nonce
- func (x *ReputerRequestNonce) GetWorkerNonce() *Nonce
- func (*ReputerRequestNonce) ProtoMessage()
- func (x *ReputerRequestNonce) ProtoReflect() protoreflect.Message
- func (x *ReputerRequestNonce) Reset()
- func (x *ReputerRequestNonce) String() string
- type ReputerRequestNonces
- func (*ReputerRequestNonces) Descriptor() ([]byte, []int)deprecated
- func (x *ReputerRequestNonces) GetNonces() []*ReputerRequestNonce
- func (*ReputerRequestNonces) ProtoMessage()
- func (x *ReputerRequestNonces) ProtoReflect() protoreflect.Message
- func (x *ReputerRequestNonces) Reset()
- func (x *ReputerRequestNonces) String() string
- type ReputerValueBundle
- func (*ReputerValueBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ReputerValueBundle) GetPubkey() string
- func (x *ReputerValueBundle) GetSignature() []byte
- func (x *ReputerValueBundle) GetValueBundle() *ValueBundle
- func (*ReputerValueBundle) ProtoMessage()
- func (x *ReputerValueBundle) ProtoReflect() protoreflect.Message
- func (x *ReputerValueBundle) Reset()
- func (x *ReputerValueBundle) String() string
- type ReputerValueBundles
- func (*ReputerValueBundles) Descriptor() ([]byte, []int)deprecated
- func (x *ReputerValueBundles) GetReputerValueBundles() []*ReputerValueBundle
- func (*ReputerValueBundles) ProtoMessage()
- func (x *ReputerValueBundles) ProtoReflect() protoreflect.Message
- func (x *ReputerValueBundles) Reset()
- func (x *ReputerValueBundles) String() string
- type Score
- func (*Score) Descriptor() ([]byte, []int)deprecated
- func (x *Score) GetAddress() string
- func (x *Score) GetBlockHeight() int64
- func (x *Score) GetScore() string
- func (x *Score) GetTopicId() uint64
- func (*Score) ProtoMessage()
- func (x *Score) ProtoReflect() protoreflect.Message
- func (x *Score) Reset()
- func (x *Score) String() string
- type Scores
- type SimpleCursorPaginationRequest
- func (*SimpleCursorPaginationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SimpleCursorPaginationRequest) GetKey() []byte
- func (x *SimpleCursorPaginationRequest) GetLimit() uint64
- func (*SimpleCursorPaginationRequest) ProtoMessage()
- func (x *SimpleCursorPaginationRequest) ProtoReflect() protoreflect.Message
- func (x *SimpleCursorPaginationRequest) Reset()
- func (x *SimpleCursorPaginationRequest) String() string
- type SimpleCursorPaginationResponse
- func (*SimpleCursorPaginationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SimpleCursorPaginationResponse) GetNextKey() []byte
- func (*SimpleCursorPaginationResponse) ProtoMessage()
- func (x *SimpleCursorPaginationResponse) ProtoReflect() protoreflect.Message
- func (x *SimpleCursorPaginationResponse) Reset()
- func (x *SimpleCursorPaginationResponse) String() string
- type StakePlacement
- func (*StakePlacement) Descriptor() ([]byte, []int)deprecated
- func (x *StakePlacement) GetAmount() string
- func (x *StakePlacement) GetReputer() string
- func (x *StakePlacement) GetTopicId() uint64
- func (*StakePlacement) ProtoMessage()
- func (x *StakePlacement) ProtoReflect() protoreflect.Message
- func (x *StakePlacement) Reset()
- func (x *StakePlacement) String() string
- type StakeRemoval
- func (*StakeRemoval) Descriptor() ([]byte, []int)deprecated
- func (x *StakeRemoval) GetBlockRemovalStarted() int64
- func (x *StakeRemoval) GetPlacement() *StakePlacement
- func (*StakeRemoval) ProtoMessage()
- func (x *StakeRemoval) ProtoReflect() protoreflect.Message
- func (x *StakeRemoval) Reset()
- func (x *StakeRemoval) String() string
- type TimestampedValue
- func (*TimestampedValue) Descriptor() ([]byte, []int)deprecated
- func (x *TimestampedValue) GetBlockHeight() int64
- func (x *TimestampedValue) GetValue() string
- func (*TimestampedValue) ProtoMessage()
- func (x *TimestampedValue) ProtoReflect() protoreflect.Message
- func (x *TimestampedValue) Reset()
- func (x *TimestampedValue) String() string
- type Topic
- func (*Topic) Descriptor() ([]byte, []int)deprecated
- func (x *Topic) GetAllowNegative() bool
- func (x *Topic) GetAlphaRegret() string
- func (x *Topic) GetCreator() string
- func (x *Topic) GetDefaultArg() string
- func (x *Topic) GetEpochLastEnded() int64
- func (x *Topic) GetEpochLength() int64
- func (x *Topic) GetGroundTruthLag() int64
- func (x *Topic) GetId() uint64
- func (x *Topic) GetInferenceLogic() string
- func (x *Topic) GetInferenceMethod() string
- func (x *Topic) GetLossLogic() string
- func (x *Topic) GetLossMethod() string
- func (x *Topic) GetMetadata() string
- func (x *Topic) GetPNorm() string
- func (*Topic) ProtoMessage()
- func (x *Topic) ProtoReflect() protoreflect.Message
- func (x *Topic) Reset()
- func (x *Topic) String() string
- type TopicFeeRevenue
- func (*TopicFeeRevenue) Descriptor() ([]byte, []int)deprecated
- func (x *TopicFeeRevenue) GetEpoch() int64
- func (x *TopicFeeRevenue) GetRevenue() string
- func (*TopicFeeRevenue) ProtoMessage()
- func (x *TopicFeeRevenue) ProtoReflect() protoreflect.Message
- func (x *TopicFeeRevenue) Reset()
- func (x *TopicFeeRevenue) String() string
- type TopicList
- type UnimplementedMsgServer
- func (UnimplementedMsgServer) AddStake(context.Context, *MsgAddStake) (*MsgAddStakeResponse, error)
- func (UnimplementedMsgServer) AddToWhitelistAdmin(context.Context, *MsgAddToWhitelistAdmin) (*MsgAddToWhitelistAdminResponse, error)
- func (UnimplementedMsgServer) ConfirmRemoveDelegateStake(context.Context, *MsgConfirmDelegateRemoveStake) (*MsgConfirmRemoveDelegateStakeResponse, error)
- func (UnimplementedMsgServer) ConfirmRemoveStake(context.Context, *MsgConfirmRemoveStake) (*MsgConfirmRemoveStakeResponse, error)
- func (UnimplementedMsgServer) CreateNewTopic(context.Context, *MsgCreateNewTopic) (*MsgCreateNewTopicResponse, error)
- func (UnimplementedMsgServer) DelegateStake(context.Context, *MsgDelegateStake) (*MsgDelegateStakeResponse, error)
- func (UnimplementedMsgServer) FundTopic(context.Context, *MsgFundTopic) (*MsgFundTopicResponse, error)
- func (UnimplementedMsgServer) InsertBulkReputerPayload(context.Context, *MsgInsertBulkReputerPayload) (*MsgInsertBulkReputerPayloadResponse, error)
- func (UnimplementedMsgServer) InsertBulkWorkerPayload(context.Context, *MsgInsertBulkWorkerPayload) (*MsgInsertBulkWorkerPayloadResponse, error)
- func (UnimplementedMsgServer) Register(context.Context, *MsgRegister) (*MsgRegisterResponse, error)
- func (UnimplementedMsgServer) RemoveFromWhitelistAdmin(context.Context, *MsgRemoveFromWhitelistAdmin) (*MsgRemoveFromWhitelistAdminResponse, error)
- func (UnimplementedMsgServer) RemoveRegistration(context.Context, *MsgRemoveRegistration) (*MsgRemoveRegistrationResponse, error)
- func (UnimplementedMsgServer) RewardDelegateStake(context.Context, *MsgRewardDelegateStake) (*MsgRewardDelegateStakeResponse, error)
- func (UnimplementedMsgServer) StartRemoveDelegateStake(context.Context, *MsgStartRemoveDelegateStake) (*MsgStartRemoveDelegateStakeResponse, error)
- func (UnimplementedMsgServer) StartRemoveStake(context.Context, *MsgStartRemoveStake) (*MsgStartRemoveStakeResponse, error)
- func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- type UnimplementedQueryServer
- func (UnimplementedQueryServer) GetActiveTopics(context.Context, *QueryActiveTopicsRequest) (*QueryActiveTopicsResponse, error)
- func (UnimplementedQueryServer) GetDelegateStakeInTopicInReputer(context.Context, *QueryDelegateStakeInTopicInReputerRequest) (*QueryDelegateStakeInTopicInReputerResponse, error)
- func (UnimplementedQueryServer) GetForecastsAtBlock(context.Context, *QueryForecastsAtBlockRequest) (*QueryForecastsAtBlockResponse, error)
- func (UnimplementedQueryServer) GetInferencesAtBlock(context.Context, *QueryInferencesAtBlockRequest) (*QueryInferencesAtBlockResponse, error)
- func (UnimplementedQueryServer) GetMultiReputerStakeInTopic(context.Context, *QueryMultiReputerStakeInTopicRequest) (*QueryMultiReputerStakeInTopicResponse, error)
- func (UnimplementedQueryServer) GetNetworkInferencesAtBlock(context.Context, *QueryNetworkInferencesAtBlockRequest) (*QueryNetworkInferencesAtBlockResponse, error)
- func (UnimplementedQueryServer) GetNetworkLossBundleAtBlock(context.Context, *QueryNetworkLossBundleAtBlockRequest) (*QueryNetworkLossBundleAtBlockResponse, error)
- func (UnimplementedQueryServer) GetNextTopicId(context.Context, *QueryNextTopicIdRequest) (*QueryNextTopicIdResponse, error)
- func (UnimplementedQueryServer) GetReputerAddressByP2PKey(context.Context, *QueryReputerAddressByP2PKeyRequest) (*QueryReputerAddressByP2PKeyResponse, error)
- func (UnimplementedQueryServer) GetReputerNodeInfo(context.Context, *QueryReputerNodeInfoRequest) (*QueryReputerNodeInfoResponse, error)
- func (UnimplementedQueryServer) GetReputerStakeInTopic(context.Context, *QueryReputerStakeInTopicRequest) (*QueryReputerStakeInTopicResponse, error)
- func (UnimplementedQueryServer) GetStakeFromDelegatorInTopic(context.Context, *QueryStakeFromDelegatorInTopicRequest) (*QueryStakeFromDelegatorInTopicResponse, error)
- func (UnimplementedQueryServer) GetStakeFromDelegatorInTopicInReputer(context.Context, *QueryStakeFromDelegatorInTopicInReputerRequest) (*QueryStakeFromDelegatorInTopicInReputerResponse, error)
- func (UnimplementedQueryServer) GetTopic(context.Context, *QueryTopicRequest) (*QueryTopicResponse, error)
- func (UnimplementedQueryServer) GetTopicStake(context.Context, *QueryTopicStakeRequest) (*QueryTopicStakeResponse, error)
- func (UnimplementedQueryServer) GetTotalStake(context.Context, *QueryTotalStakeRequest) (*QueryTotalStakeResponse, error)
- func (UnimplementedQueryServer) GetWorkerAddressByP2PKey(context.Context, *QueryWorkerAddressByP2PKeyRequest) (*QueryWorkerAddressByP2PKeyResponse, error)
- func (UnimplementedQueryServer) GetWorkerLatestInferenceByTopicId(context.Context, *QueryWorkerLatestInferenceRequest) (*QueryWorkerLatestInferenceResponse, error)
- func (UnimplementedQueryServer) GetWorkerNodeInfo(context.Context, *QueryWorkerNodeInfoRequest) (*QueryWorkerNodeInfoResponse, error)
- func (UnimplementedQueryServer) IsReputerRegisteredInTopicId(context.Context, *QueryIsReputerRegisteredInTopicIdRequest) (*QueryIsReputerRegisteredInTopicIdResponse, error)
- func (UnimplementedQueryServer) IsWhitelistAdmin(context.Context, *QueryIsWhitelistAdminRequest) (*QueryIsWhitelistAdminResponse, error)
- func (UnimplementedQueryServer) IsWorkerRegisteredInTopicId(context.Context, *QueryIsWorkerRegisteredInTopicIdRequest) (*QueryIsWorkerRegisteredInTopicIdResponse, error)
- func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
- type UnsafeMsgServer
- type UnsafeQueryServer
- type ValueBundle
- func (*ValueBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ValueBundle) GetCombinedValue() string
- func (x *ValueBundle) GetExtraData() []byte
- func (x *ValueBundle) GetForecasterValues() []*WorkerAttributedValue
- func (x *ValueBundle) GetInfererValues() []*WorkerAttributedValue
- func (x *ValueBundle) GetNaiveValue() string
- func (x *ValueBundle) GetOneInForecasterValues() []*WorkerAttributedValue
- func (x *ValueBundle) GetOneOutForecasterValues() []*WithheldWorkerAttributedValue
- func (x *ValueBundle) GetOneOutInfererValues() []*WithheldWorkerAttributedValue
- func (x *ValueBundle) GetReputer() string
- func (x *ValueBundle) GetReputerRequestNonce() *ReputerRequestNonce
- func (x *ValueBundle) GetTopicId() uint64
- func (*ValueBundle) ProtoMessage()
- func (x *ValueBundle) ProtoReflect() protoreflect.Message
- func (x *ValueBundle) Reset()
- func (x *ValueBundle) String() string
- type WithheldWorkerAttributedValue
- func (*WithheldWorkerAttributedValue) Descriptor() ([]byte, []int)deprecated
- func (x *WithheldWorkerAttributedValue) GetValue() string
- func (x *WithheldWorkerAttributedValue) GetWorker() string
- func (*WithheldWorkerAttributedValue) ProtoMessage()
- func (x *WithheldWorkerAttributedValue) ProtoReflect() protoreflect.Message
- func (x *WithheldWorkerAttributedValue) Reset()
- func (x *WithheldWorkerAttributedValue) String() string
- type WorkerAttributedValue
- func (*WorkerAttributedValue) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerAttributedValue) GetValue() string
- func (x *WorkerAttributedValue) GetWorker() string
- func (*WorkerAttributedValue) ProtoMessage()
- func (x *WorkerAttributedValue) ProtoReflect() protoreflect.Message
- func (x *WorkerAttributedValue) Reset()
- func (x *WorkerAttributedValue) String() string
- type WorkerDataBundle
- func (*WorkerDataBundle) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerDataBundle) GetInferenceForecastsBundle() *InferenceForecastBundle
- func (x *WorkerDataBundle) GetInferencesForecastsBundleSignature() []byte
- func (x *WorkerDataBundle) GetPubkey() string
- func (x *WorkerDataBundle) GetWorker() string
- func (*WorkerDataBundle) ProtoMessage()
- func (x *WorkerDataBundle) ProtoReflect() protoreflect.Message
- func (x *WorkerDataBundle) Reset()
- func (x *WorkerDataBundle) String() string
- type WorkerDataBundles
- func (*WorkerDataBundles) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerDataBundles) GetWorkerDataBundles() []*WorkerDataBundle
- func (*WorkerDataBundles) ProtoMessage()
- func (x *WorkerDataBundles) ProtoReflect() protoreflect.Message
- func (x *WorkerDataBundles) Reset()
- func (x *WorkerDataBundles) String() string
Constants ¶
const ( Query_Params_FullMethodName = "/emissions.v1.Query/Params" Query_GetNextTopicId_FullMethodName = "/emissions.v1.Query/GetNextTopicId" Query_GetTopic_FullMethodName = "/emissions.v1.Query/GetTopic" Query_GetActiveTopics_FullMethodName = "/emissions.v1.Query/GetActiveTopics" Query_GetWorkerLatestInferenceByTopicId_FullMethodName = "/emissions.v1.Query/GetWorkerLatestInferenceByTopicId" Query_GetInferencesAtBlock_FullMethodName = "/emissions.v1.Query/GetInferencesAtBlock" Query_GetForecastsAtBlock_FullMethodName = "/emissions.v1.Query/GetForecastsAtBlock" Query_GetNetworkLossBundleAtBlock_FullMethodName = "/emissions.v1.Query/GetNetworkLossBundleAtBlock" Query_GetTotalStake_FullMethodName = "/emissions.v1.Query/GetTotalStake" Query_GetReputerStakeInTopic_FullMethodName = "/emissions.v1.Query/GetReputerStakeInTopic" Query_GetMultiReputerStakeInTopic_FullMethodName = "/emissions.v1.Query/GetMultiReputerStakeInTopic" Query_GetDelegateStakeInTopicInReputer_FullMethodName = "/emissions.v1.Query/GetDelegateStakeInTopicInReputer" Query_GetStakeFromDelegatorInTopicInReputer_FullMethodName = "/emissions.v1.Query/GetStakeFromDelegatorInTopicInReputer" Query_GetStakeFromDelegatorInTopic_FullMethodName = "/emissions.v1.Query/GetStakeFromDelegatorInTopic" Query_GetTopicStake_FullMethodName = "/emissions.v1.Query/GetTopicStake" Query_GetWorkerNodeInfo_FullMethodName = "/emissions.v1.Query/GetWorkerNodeInfo" Query_GetReputerNodeInfo_FullMethodName = "/emissions.v1.Query/GetReputerNodeInfo" Query_GetWorkerAddressByP2PKey_FullMethodName = "/emissions.v1.Query/GetWorkerAddressByP2PKey" Query_GetReputerAddressByP2PKey_FullMethodName = "/emissions.v1.Query/GetReputerAddressByP2PKey" Query_IsWorkerRegisteredInTopicId_FullMethodName = "/emissions.v1.Query/IsWorkerRegisteredInTopicId" Query_IsReputerRegisteredInTopicId_FullMethodName = "/emissions.v1.Query/IsReputerRegisteredInTopicId" Query_GetNetworkInferencesAtBlock_FullMethodName = "/emissions.v1.Query/GetNetworkInferencesAtBlock" Query_IsWhitelistAdmin_FullMethodName = "/emissions.v1.Query/IsWhitelistAdmin" )
const ( Msg_UpdateParams_FullMethodName = "/emissions.v1.Msg/UpdateParams" Msg_InsertBulkWorkerPayload_FullMethodName = "/emissions.v1.Msg/InsertBulkWorkerPayload" Msg_CreateNewTopic_FullMethodName = "/emissions.v1.Msg/CreateNewTopic" Msg_Register_FullMethodName = "/emissions.v1.Msg/Register" Msg_RemoveRegistration_FullMethodName = "/emissions.v1.Msg/RemoveRegistration" Msg_InsertBulkReputerPayload_FullMethodName = "/emissions.v1.Msg/InsertBulkReputerPayload" Msg_AddStake_FullMethodName = "/emissions.v1.Msg/AddStake" Msg_StartRemoveStake_FullMethodName = "/emissions.v1.Msg/StartRemoveStake" Msg_ConfirmRemoveStake_FullMethodName = "/emissions.v1.Msg/ConfirmRemoveStake" Msg_DelegateStake_FullMethodName = "/emissions.v1.Msg/DelegateStake" Msg_RewardDelegateStake_FullMethodName = "/emissions.v1.Msg/RewardDelegateStake" Msg_StartRemoveDelegateStake_FullMethodName = "/emissions.v1.Msg/StartRemoveDelegateStake" Msg_ConfirmRemoveDelegateStake_FullMethodName = "/emissions.v1.Msg/ConfirmRemoveDelegateStake" Msg_FundTopic_FullMethodName = "/emissions.v1.Msg/FundTopic" Msg_AddToWhitelistAdmin_FullMethodName = "/emissions.v1.Msg/AddToWhitelistAdmin" Msg_RemoveFromWhitelistAdmin_FullMethodName = "/emissions.v1.Msg/RemoveFromWhitelistAdmin" )
Variables ¶
var ( ActorType_name = map[int32]string{ 0: "INFERER", 1: "FORECASTER", 2: "REPUTER", } ActorType_value = map[string]int32{ "INFERER": 0, "FORECASTER": 1, "REPUTER": 2, } )
Enum value maps for ActorType.
var File_emissions_v1_events_proto protoreflect.FileDescriptor
var File_emissions_v1_genesis_proto protoreflect.FileDescriptor
var File_emissions_v1_node_proto protoreflect.FileDescriptor
var File_emissions_v1_nonce_proto protoreflect.FileDescriptor
var File_emissions_v1_params_proto protoreflect.FileDescriptor
var File_emissions_v1_query_proto protoreflect.FileDescriptor
var File_emissions_v1_reputer_proto protoreflect.FileDescriptor
var File_emissions_v1_score_proto protoreflect.FileDescriptor
var File_emissions_v1_stake_proto protoreflect.FileDescriptor
var File_emissions_v1_topic_proto protoreflect.FileDescriptor
var File_emissions_v1_tx_proto protoreflect.FileDescriptor
var File_emissions_v1_types_proto protoreflect.FileDescriptor
var File_emissions_v1_worker_proto protoreflect.FileDescriptor
var Msg_ServiceDesc = grpc.ServiceDesc{ ServiceName: "emissions.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "UpdateParams", Handler: _Msg_UpdateParams_Handler, }, { MethodName: "InsertBulkWorkerPayload", Handler: _Msg_InsertBulkWorkerPayload_Handler, }, { MethodName: "CreateNewTopic", Handler: _Msg_CreateNewTopic_Handler, }, { MethodName: "Register", Handler: _Msg_Register_Handler, }, { MethodName: "RemoveRegistration", Handler: _Msg_RemoveRegistration_Handler, }, { MethodName: "InsertBulkReputerPayload", Handler: _Msg_InsertBulkReputerPayload_Handler, }, { MethodName: "AddStake", Handler: _Msg_AddStake_Handler, }, { MethodName: "StartRemoveStake", Handler: _Msg_StartRemoveStake_Handler, }, { MethodName: "ConfirmRemoveStake", Handler: _Msg_ConfirmRemoveStake_Handler, }, { MethodName: "DelegateStake", Handler: _Msg_DelegateStake_Handler, }, { MethodName: "RewardDelegateStake", Handler: _Msg_RewardDelegateStake_Handler, }, { MethodName: "StartRemoveDelegateStake", Handler: _Msg_StartRemoveDelegateStake_Handler, }, { MethodName: "ConfirmRemoveDelegateStake", Handler: _Msg_ConfirmRemoveDelegateStake_Handler, }, { MethodName: "FundTopic", Handler: _Msg_FundTopic_Handler, }, { MethodName: "AddToWhitelistAdmin", Handler: _Msg_AddToWhitelistAdmin_Handler, }, { MethodName: "RemoveFromWhitelistAdmin", Handler: _Msg_RemoveFromWhitelistAdmin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "emissions/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: "emissions.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Params", Handler: _Query_Params_Handler, }, { MethodName: "GetNextTopicId", Handler: _Query_GetNextTopicId_Handler, }, { MethodName: "GetTopic", Handler: _Query_GetTopic_Handler, }, { MethodName: "GetActiveTopics", Handler: _Query_GetActiveTopics_Handler, }, { MethodName: "GetWorkerLatestInferenceByTopicId", Handler: _Query_GetWorkerLatestInferenceByTopicId_Handler, }, { MethodName: "GetInferencesAtBlock", Handler: _Query_GetInferencesAtBlock_Handler, }, { MethodName: "GetForecastsAtBlock", Handler: _Query_GetForecastsAtBlock_Handler, }, { MethodName: "GetNetworkLossBundleAtBlock", Handler: _Query_GetNetworkLossBundleAtBlock_Handler, }, { MethodName: "GetTotalStake", Handler: _Query_GetTotalStake_Handler, }, { MethodName: "GetReputerStakeInTopic", Handler: _Query_GetReputerStakeInTopic_Handler, }, { MethodName: "GetMultiReputerStakeInTopic", Handler: _Query_GetMultiReputerStakeInTopic_Handler, }, { MethodName: "GetDelegateStakeInTopicInReputer", Handler: _Query_GetDelegateStakeInTopicInReputer_Handler, }, { MethodName: "GetStakeFromDelegatorInTopicInReputer", Handler: _Query_GetStakeFromDelegatorInTopicInReputer_Handler, }, { MethodName: "GetStakeFromDelegatorInTopic", Handler: _Query_GetStakeFromDelegatorInTopic_Handler, }, { MethodName: "GetTopicStake", Handler: _Query_GetTopicStake_Handler, }, { MethodName: "GetWorkerNodeInfo", Handler: _Query_GetWorkerNodeInfo_Handler, }, { MethodName: "GetReputerNodeInfo", Handler: _Query_GetReputerNodeInfo_Handler, }, { MethodName: "GetWorkerAddressByP2PKey", Handler: _Query_GetWorkerAddressByP2PKey_Handler, }, { MethodName: "GetReputerAddressByP2PKey", Handler: _Query_GetReputerAddressByP2PKey_Handler, }, { MethodName: "IsWorkerRegisteredInTopicId", Handler: _Query_IsWorkerRegisteredInTopicId_Handler, }, { MethodName: "IsReputerRegisteredInTopicId", Handler: _Query_IsReputerRegisteredInTopicId_Handler, }, { MethodName: "GetNetworkInferencesAtBlock", Handler: _Query_GetNetworkInferencesAtBlock_Handler, }, { MethodName: "IsWhitelistAdmin", Handler: _Query_IsWhitelistAdmin_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "emissions/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 ActorType ¶ added in v0.2.6
type ActorType int32
func (ActorType) Descriptor ¶ added in v0.2.6
func (ActorType) Descriptor() protoreflect.EnumDescriptor
func (ActorType) EnumDescriptor
deprecated
added in
v0.2.6
func (ActorType) Number ¶ added in v0.2.6
func (x ActorType) Number() protoreflect.EnumNumber
func (ActorType) Type ¶ added in v0.2.6
func (ActorType) Type() protoreflect.EnumType
type DelegateStakePlacement ¶ added in v0.2.6
type DelegateStakePlacement struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Reputer string `protobuf:"bytes,2,opt,name=reputer,proto3" json:"reputer,omitempty"` Delegator string `protobuf:"bytes,3,opt,name=delegator,proto3" json:"delegator,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*DelegateStakePlacement) Descriptor
deprecated
added in
v0.2.6
func (*DelegateStakePlacement) Descriptor() ([]byte, []int)
Deprecated: Use DelegateStakePlacement.ProtoReflect.Descriptor instead.
func (*DelegateStakePlacement) GetAmount ¶ added in v0.2.6
func (x *DelegateStakePlacement) GetAmount() string
func (*DelegateStakePlacement) GetDelegator ¶ added in v0.2.6
func (x *DelegateStakePlacement) GetDelegator() string
func (*DelegateStakePlacement) GetReputer ¶ added in v0.2.6
func (x *DelegateStakePlacement) GetReputer() string
func (*DelegateStakePlacement) GetTopicId ¶ added in v0.2.6
func (x *DelegateStakePlacement) GetTopicId() uint64
func (*DelegateStakePlacement) ProtoMessage ¶ added in v0.2.6
func (*DelegateStakePlacement) ProtoMessage()
func (*DelegateStakePlacement) ProtoReflect ¶ added in v0.2.6
func (x *DelegateStakePlacement) ProtoReflect() protoreflect.Message
func (*DelegateStakePlacement) Reset ¶ added in v0.2.6
func (x *DelegateStakePlacement) Reset()
func (*DelegateStakePlacement) String ¶ added in v0.2.6
func (x *DelegateStakePlacement) String() string
type DelegateStakeRemoval ¶
type DelegateStakeRemoval struct { BlockRemovalStarted int64 `protobuf:"varint,1,opt,name=block_removal_started,json=blockRemovalStarted,proto3" json:"block_removal_started,omitempty"` Placement *DelegateStakePlacement `protobuf:"bytes,2,opt,name=placement,proto3" json:"placement,omitempty"` // contains filtered or unexported fields }
func (*DelegateStakeRemoval) Descriptor
deprecated
func (*DelegateStakeRemoval) Descriptor() ([]byte, []int)
Deprecated: Use DelegateStakeRemoval.ProtoReflect.Descriptor instead.
func (*DelegateStakeRemoval) GetBlockRemovalStarted ¶
func (x *DelegateStakeRemoval) GetBlockRemovalStarted() int64
func (*DelegateStakeRemoval) GetPlacement ¶
func (x *DelegateStakeRemoval) GetPlacement() *DelegateStakePlacement
func (*DelegateStakeRemoval) ProtoMessage ¶
func (*DelegateStakeRemoval) ProtoMessage()
func (*DelegateStakeRemoval) ProtoReflect ¶
func (x *DelegateStakeRemoval) ProtoReflect() protoreflect.Message
func (*DelegateStakeRemoval) Reset ¶
func (x *DelegateStakeRemoval) Reset()
func (*DelegateStakeRemoval) String ¶
func (x *DelegateStakeRemoval) String() string
type DelegatorInfo ¶ added in v0.2.6
type DelegatorInfo struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` RewardDebt string `protobuf:"bytes,2,opt,name=reward_debt,json=rewardDebt,proto3" json:"reward_debt,omitempty"` // contains filtered or unexported fields }
func (*DelegatorInfo) Descriptor
deprecated
added in
v0.2.6
func (*DelegatorInfo) Descriptor() ([]byte, []int)
Deprecated: Use DelegatorInfo.ProtoReflect.Descriptor instead.
func (*DelegatorInfo) GetAmount ¶ added in v0.2.6
func (x *DelegatorInfo) GetAmount() string
func (*DelegatorInfo) GetRewardDebt ¶ added in v0.2.6
func (x *DelegatorInfo) GetRewardDebt() string
func (*DelegatorInfo) ProtoMessage ¶ added in v0.2.6
func (*DelegatorInfo) ProtoMessage()
func (*DelegatorInfo) ProtoReflect ¶ added in v0.2.6
func (x *DelegatorInfo) ProtoReflect() protoreflect.Message
func (*DelegatorInfo) Reset ¶ added in v0.2.6
func (x *DelegatorInfo) Reset()
func (*DelegatorInfo) String ¶ added in v0.2.6
func (x *DelegatorInfo) String() string
type EventRewardsSettled ¶ added in v0.2.6
type EventRewardsSettled struct { ActorType ActorType `protobuf:"varint,1,opt,name=actor_type,json=actorType,proto3,enum=emissions.v1.ActorType" json:"actor_type,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Addresses []string `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"` Rewards []string `protobuf:"bytes,5,rep,name=rewards,proto3" json:"rewards,omitempty"` // contains filtered or unexported fields }
func (*EventRewardsSettled) Descriptor
deprecated
added in
v0.2.6
func (*EventRewardsSettled) Descriptor() ([]byte, []int)
Deprecated: Use EventRewardsSettled.ProtoReflect.Descriptor instead.
func (*EventRewardsSettled) GetActorType ¶ added in v0.2.6
func (x *EventRewardsSettled) GetActorType() ActorType
func (*EventRewardsSettled) GetAddresses ¶ added in v0.2.6
func (x *EventRewardsSettled) GetAddresses() []string
func (*EventRewardsSettled) GetBlockHeight ¶ added in v0.2.6
func (x *EventRewardsSettled) GetBlockHeight() int64
func (*EventRewardsSettled) GetRewards ¶ added in v0.2.6
func (x *EventRewardsSettled) GetRewards() []string
func (*EventRewardsSettled) GetTopicId ¶ added in v0.2.6
func (x *EventRewardsSettled) GetTopicId() uint64
func (*EventRewardsSettled) ProtoMessage ¶ added in v0.2.6
func (*EventRewardsSettled) ProtoMessage()
func (*EventRewardsSettled) ProtoReflect ¶ added in v0.2.6
func (x *EventRewardsSettled) ProtoReflect() protoreflect.Message
func (*EventRewardsSettled) Reset ¶ added in v0.2.6
func (x *EventRewardsSettled) Reset()
func (*EventRewardsSettled) String ¶ added in v0.2.6
func (x *EventRewardsSettled) String() string
type EventScoresSet ¶ added in v0.2.6
type EventScoresSet struct { ActorType ActorType `protobuf:"varint,1,opt,name=actor_type,json=actorType,proto3,enum=emissions.v1.ActorType" json:"actor_type,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Addresses []string `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"` Scores []string `protobuf:"bytes,5,rep,name=scores,proto3" json:"scores,omitempty"` // contains filtered or unexported fields }
func (*EventScoresSet) Descriptor
deprecated
added in
v0.2.6
func (*EventScoresSet) Descriptor() ([]byte, []int)
Deprecated: Use EventScoresSet.ProtoReflect.Descriptor instead.
func (*EventScoresSet) GetActorType ¶ added in v0.2.6
func (x *EventScoresSet) GetActorType() ActorType
func (*EventScoresSet) GetAddresses ¶ added in v0.2.6
func (x *EventScoresSet) GetAddresses() []string
func (*EventScoresSet) GetBlockHeight ¶ added in v0.2.6
func (x *EventScoresSet) GetBlockHeight() int64
func (*EventScoresSet) GetScores ¶ added in v0.2.6
func (x *EventScoresSet) GetScores() []string
func (*EventScoresSet) GetTopicId ¶ added in v0.2.6
func (x *EventScoresSet) GetTopicId() uint64
func (*EventScoresSet) ProtoMessage ¶ added in v0.2.6
func (*EventScoresSet) ProtoMessage()
func (*EventScoresSet) ProtoReflect ¶ added in v0.2.6
func (x *EventScoresSet) ProtoReflect() protoreflect.Message
func (*EventScoresSet) Reset ¶ added in v0.2.6
func (x *EventScoresSet) Reset()
func (*EventScoresSet) String ¶ added in v0.2.6
func (x *EventScoresSet) String() string
type Forecast ¶ added in v0.2.6
type Forecast struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Forecaster string `protobuf:"bytes,3,opt,name=forecaster,proto3" json:"forecaster,omitempty"` ForecastElements []*ForecastElement `protobuf:"bytes,4,rep,name=forecast_elements,json=forecastElements,proto3" json:"forecast_elements,omitempty"` ExtraData []byte `protobuf:"bytes,5,opt,name=extra_data,json=extraData,proto3" json:"extra_data,omitempty"` // contains filtered or unexported fields }
func (*Forecast) Descriptor
deprecated
added in
v0.2.6
func (*Forecast) GetBlockHeight ¶ added in v0.2.6
func (*Forecast) GetExtraData ¶ added in v0.2.6
func (*Forecast) GetForecastElements ¶ added in v0.2.6
func (x *Forecast) GetForecastElements() []*ForecastElement
func (*Forecast) GetForecaster ¶ added in v0.2.6
func (*Forecast) GetTopicId ¶ added in v0.2.6
func (*Forecast) ProtoMessage ¶ added in v0.2.6
func (*Forecast) ProtoMessage()
func (*Forecast) ProtoReflect ¶ added in v0.2.6
func (x *Forecast) ProtoReflect() protoreflect.Message
type ForecastElement ¶ added in v0.2.6
type ForecastElement struct { Inferer string `protobuf:"bytes,2,opt,name=inferer,proto3" json:"inferer,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ForecastElement) Descriptor
deprecated
added in
v0.2.6
func (*ForecastElement) Descriptor() ([]byte, []int)
Deprecated: Use ForecastElement.ProtoReflect.Descriptor instead.
func (*ForecastElement) GetInferer ¶ added in v0.2.6
func (x *ForecastElement) GetInferer() string
func (*ForecastElement) GetValue ¶ added in v0.2.6
func (x *ForecastElement) GetValue() string
func (*ForecastElement) ProtoMessage ¶ added in v0.2.6
func (*ForecastElement) ProtoMessage()
func (*ForecastElement) ProtoReflect ¶ added in v0.2.6
func (x *ForecastElement) ProtoReflect() protoreflect.Message
func (*ForecastElement) Reset ¶ added in v0.2.6
func (x *ForecastElement) Reset()
func (*ForecastElement) String ¶ added in v0.2.6
func (x *ForecastElement) String() string
type Forecasts ¶ added in v0.2.6
type Forecasts struct { Forecasts []*Forecast `protobuf:"bytes,1,rep,name=forecasts,proto3" json:"forecasts,omitempty"` // contains filtered or unexported fields }
func (*Forecasts) Descriptor
deprecated
added in
v0.2.6
func (*Forecasts) GetForecasts ¶ added in v0.2.6
func (*Forecasts) ProtoMessage ¶ added in v0.2.6
func (*Forecasts) ProtoMessage()
func (*Forecasts) ProtoReflect ¶ added in v0.2.6
func (x *Forecasts) ProtoReflect() protoreflect.Message
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"` CoreTeamAddresses []string `protobuf:"bytes,2,rep,name=core_team_addresses,json=coreTeamAddresses,proto3" json:"core_team_addresses,omitempty"` // contains filtered or unexported fields }
GenesisState is the state that must be provided at genesis.
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetCoreTeamAddresses ¶ added in v0.0.4
func (x *GenesisState) GetCoreTeamAddresses() []string
func (*GenesisState) GetParams ¶
func (x *GenesisState) GetParams() *Params
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 Inference ¶
type Inference struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Inferer string `protobuf:"bytes,3,opt,name=inferer,proto3" json:"inferer,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` ExtraData []byte `protobuf:"bytes,5,opt,name=extra_data,json=extraData,proto3" json:"extra_data,omitempty"` Proof string `protobuf:"bytes,6,opt,name=proof,proto3" json:"proof,omitempty"` // contains filtered or unexported fields }
func (*Inference) Descriptor
deprecated
func (*Inference) GetBlockHeight ¶ added in v0.2.6
func (*Inference) GetExtraData ¶
func (*Inference) GetInferer ¶ added in v0.2.6
func (*Inference) GetTopicId ¶
func (*Inference) ProtoMessage ¶
func (*Inference) ProtoMessage()
func (*Inference) ProtoReflect ¶
func (x *Inference) ProtoReflect() protoreflect.Message
type InferenceForecastBundle ¶ added in v0.2.6
type InferenceForecastBundle struct { Inference *Inference `protobuf:"bytes,1,opt,name=inference,proto3" json:"inference,omitempty"` Forecast *Forecast `protobuf:"bytes,2,opt,name=forecast,proto3" json:"forecast,omitempty"` // contains filtered or unexported fields }
func (*InferenceForecastBundle) Descriptor
deprecated
added in
v0.2.6
func (*InferenceForecastBundle) Descriptor() ([]byte, []int)
Deprecated: Use InferenceForecastBundle.ProtoReflect.Descriptor instead.
func (*InferenceForecastBundle) GetForecast ¶ added in v0.2.6
func (x *InferenceForecastBundle) GetForecast() *Forecast
func (*InferenceForecastBundle) GetInference ¶ added in v0.2.6
func (x *InferenceForecastBundle) GetInference() *Inference
func (*InferenceForecastBundle) ProtoMessage ¶ added in v0.2.6
func (*InferenceForecastBundle) ProtoMessage()
func (*InferenceForecastBundle) ProtoReflect ¶ added in v0.2.6
func (x *InferenceForecastBundle) ProtoReflect() protoreflect.Message
func (*InferenceForecastBundle) Reset ¶ added in v0.2.6
func (x *InferenceForecastBundle) Reset()
func (*InferenceForecastBundle) String ¶ added in v0.2.6
func (x *InferenceForecastBundle) String() string
type Inferences ¶
type Inferences struct { Inferences []*Inference `protobuf:"bytes,1,rep,name=inferences,proto3" json:"inferences,omitempty"` // contains filtered or unexported fields }
func (*Inferences) Descriptor
deprecated
func (*Inferences) Descriptor() ([]byte, []int)
Deprecated: Use Inferences.ProtoReflect.Descriptor instead.
func (*Inferences) GetInferences ¶
func (x *Inferences) GetInferences() []*Inference
func (*Inferences) ProtoMessage ¶
func (*Inferences) ProtoMessage()
func (*Inferences) ProtoReflect ¶
func (x *Inferences) ProtoReflect() protoreflect.Message
func (*Inferences) Reset ¶
func (x *Inferences) Reset()
func (*Inferences) String ¶
func (x *Inferences) String() string
type ListeningCoefficient ¶ added in v0.2.6
type ListeningCoefficient struct { Coefficient string `protobuf:"bytes,3,opt,name=coefficient,proto3" json:"coefficient,omitempty"` // contains filtered or unexported fields }
func (*ListeningCoefficient) Descriptor
deprecated
added in
v0.2.6
func (*ListeningCoefficient) Descriptor() ([]byte, []int)
Deprecated: Use ListeningCoefficient.ProtoReflect.Descriptor instead.
func (*ListeningCoefficient) GetCoefficient ¶ added in v0.2.6
func (x *ListeningCoefficient) GetCoefficient() string
func (*ListeningCoefficient) ProtoMessage ¶ added in v0.2.6
func (*ListeningCoefficient) ProtoMessage()
func (*ListeningCoefficient) ProtoReflect ¶ added in v0.2.6
func (x *ListeningCoefficient) ProtoReflect() protoreflect.Message
func (*ListeningCoefficient) Reset ¶ added in v0.2.6
func (x *ListeningCoefficient) Reset()
func (*ListeningCoefficient) String ¶ added in v0.2.6
func (x *ListeningCoefficient) String() string
type MsgAddStake ¶
type MsgAddStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*MsgAddStake) Descriptor
deprecated
func (*MsgAddStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddStake.ProtoReflect.Descriptor instead.
func (*MsgAddStake) GetAmount ¶
func (x *MsgAddStake) GetAmount() string
func (*MsgAddStake) GetSender ¶
func (x *MsgAddStake) GetSender() string
func (*MsgAddStake) GetTopicId ¶ added in v0.2.6
func (x *MsgAddStake) GetTopicId() uint64
func (*MsgAddStake) ProtoMessage ¶
func (*MsgAddStake) ProtoMessage()
func (*MsgAddStake) ProtoReflect ¶
func (x *MsgAddStake) ProtoReflect() protoreflect.Message
func (*MsgAddStake) Reset ¶
func (x *MsgAddStake) Reset()
func (*MsgAddStake) String ¶
func (x *MsgAddStake) String() string
type MsgAddStakeResponse ¶
type MsgAddStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgAddStakeResponse) Descriptor
deprecated
func (*MsgAddStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgAddStakeResponse) ProtoMessage ¶
func (*MsgAddStakeResponse) ProtoMessage()
func (*MsgAddStakeResponse) ProtoReflect ¶
func (x *MsgAddStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgAddStakeResponse) Reset ¶
func (x *MsgAddStakeResponse) Reset()
func (*MsgAddStakeResponse) String ¶
func (x *MsgAddStakeResponse) String() string
type MsgAddToWhitelistAdmin ¶ added in v0.0.1
type MsgAddToWhitelistAdmin struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*MsgAddToWhitelistAdmin) Descriptor
deprecated
added in
v0.0.1
func (*MsgAddToWhitelistAdmin) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddToWhitelistAdmin.ProtoReflect.Descriptor instead.
func (*MsgAddToWhitelistAdmin) GetAddress ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdmin) GetAddress() string
func (*MsgAddToWhitelistAdmin) GetSender ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdmin) GetSender() string
func (*MsgAddToWhitelistAdmin) ProtoMessage ¶ added in v0.0.1
func (*MsgAddToWhitelistAdmin) ProtoMessage()
func (*MsgAddToWhitelistAdmin) ProtoReflect ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdmin) ProtoReflect() protoreflect.Message
func (*MsgAddToWhitelistAdmin) Reset ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdmin) Reset()
func (*MsgAddToWhitelistAdmin) String ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdmin) String() string
type MsgAddToWhitelistAdminResponse ¶ added in v0.0.1
type MsgAddToWhitelistAdminResponse struct {
// contains filtered or unexported fields
}
func (*MsgAddToWhitelistAdminResponse) Descriptor
deprecated
added in
v0.0.1
func (*MsgAddToWhitelistAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgAddToWhitelistAdminResponse.ProtoReflect.Descriptor instead.
func (*MsgAddToWhitelistAdminResponse) ProtoMessage ¶ added in v0.0.1
func (*MsgAddToWhitelistAdminResponse) ProtoMessage()
func (*MsgAddToWhitelistAdminResponse) ProtoReflect ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdminResponse) ProtoReflect() protoreflect.Message
func (*MsgAddToWhitelistAdminResponse) Reset ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdminResponse) Reset()
func (*MsgAddToWhitelistAdminResponse) String ¶ added in v0.0.1
func (x *MsgAddToWhitelistAdminResponse) String() string
type MsgClient ¶
type MsgClient interface { UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) InsertBulkWorkerPayload(ctx context.Context, in *MsgInsertBulkWorkerPayload, opts ...grpc.CallOption) (*MsgInsertBulkWorkerPayloadResponse, error) CreateNewTopic(ctx context.Context, in *MsgCreateNewTopic, opts ...grpc.CallOption) (*MsgCreateNewTopicResponse, error) Register(ctx context.Context, in *MsgRegister, opts ...grpc.CallOption) (*MsgRegisterResponse, error) RemoveRegistration(ctx context.Context, in *MsgRemoveRegistration, opts ...grpc.CallOption) (*MsgRemoveRegistrationResponse, error) InsertBulkReputerPayload(ctx context.Context, in *MsgInsertBulkReputerPayload, opts ...grpc.CallOption) (*MsgInsertBulkReputerPayloadResponse, error) AddStake(ctx context.Context, in *MsgAddStake, opts ...grpc.CallOption) (*MsgAddStakeResponse, error) StartRemoveStake(ctx context.Context, in *MsgStartRemoveStake, opts ...grpc.CallOption) (*MsgStartRemoveStakeResponse, error) ConfirmRemoveStake(ctx context.Context, in *MsgConfirmRemoveStake, opts ...grpc.CallOption) (*MsgConfirmRemoveStakeResponse, error) DelegateStake(ctx context.Context, in *MsgDelegateStake, opts ...grpc.CallOption) (*MsgDelegateStakeResponse, error) RewardDelegateStake(ctx context.Context, in *MsgRewardDelegateStake, opts ...grpc.CallOption) (*MsgRewardDelegateStakeResponse, error) StartRemoveDelegateStake(ctx context.Context, in *MsgStartRemoveDelegateStake, opts ...grpc.CallOption) (*MsgStartRemoveDelegateStakeResponse, error) ConfirmRemoveDelegateStake(ctx context.Context, in *MsgConfirmDelegateRemoveStake, opts ...grpc.CallOption) (*MsgConfirmRemoveDelegateStakeResponse, error) FundTopic(ctx context.Context, in *MsgFundTopic, opts ...grpc.CallOption) (*MsgFundTopicResponse, error) AddToWhitelistAdmin(ctx context.Context, in *MsgAddToWhitelistAdmin, opts ...grpc.CallOption) (*MsgAddToWhitelistAdminResponse, error) RemoveFromWhitelistAdmin(ctx context.Context, in *MsgRemoveFromWhitelistAdmin, opts ...grpc.CallOption) (*MsgRemoveFromWhitelistAdminResponse, 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 MsgConfirmDelegateRemoveStake ¶ added in v0.2.6
type MsgConfirmDelegateRemoveStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Reputer string `protobuf:"bytes,3,opt,name=reputer,proto3" json:"reputer,omitempty"` // contains filtered or unexported fields }
func (*MsgConfirmDelegateRemoveStake) Descriptor
deprecated
added in
v0.2.6
func (*MsgConfirmDelegateRemoveStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgConfirmDelegateRemoveStake.ProtoReflect.Descriptor instead.
func (*MsgConfirmDelegateRemoveStake) GetReputer ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) GetReputer() string
func (*MsgConfirmDelegateRemoveStake) GetSender ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) GetSender() string
func (*MsgConfirmDelegateRemoveStake) GetTopicId ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) GetTopicId() uint64
func (*MsgConfirmDelegateRemoveStake) ProtoMessage ¶ added in v0.2.6
func (*MsgConfirmDelegateRemoveStake) ProtoMessage()
func (*MsgConfirmDelegateRemoveStake) ProtoReflect ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) ProtoReflect() protoreflect.Message
func (*MsgConfirmDelegateRemoveStake) Reset ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) Reset()
func (*MsgConfirmDelegateRemoveStake) String ¶ added in v0.2.6
func (x *MsgConfirmDelegateRemoveStake) String() string
type MsgConfirmRemoveDelegateStakeResponse ¶ added in v0.2.6
type MsgConfirmRemoveDelegateStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgConfirmRemoveDelegateStakeResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgConfirmRemoveDelegateStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgConfirmRemoveDelegateStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgConfirmRemoveDelegateStakeResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgConfirmRemoveDelegateStakeResponse) ProtoMessage()
func (*MsgConfirmRemoveDelegateStakeResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgConfirmRemoveDelegateStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgConfirmRemoveDelegateStakeResponse) Reset ¶ added in v0.2.6
func (x *MsgConfirmRemoveDelegateStakeResponse) Reset()
func (*MsgConfirmRemoveDelegateStakeResponse) String ¶ added in v0.2.6
func (x *MsgConfirmRemoveDelegateStakeResponse) String() string
type MsgConfirmRemoveStake ¶
type MsgConfirmRemoveStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*MsgConfirmRemoveStake) Descriptor
deprecated
func (*MsgConfirmRemoveStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgConfirmRemoveStake.ProtoReflect.Descriptor instead.
func (*MsgConfirmRemoveStake) GetSender ¶
func (x *MsgConfirmRemoveStake) GetSender() string
func (*MsgConfirmRemoveStake) GetTopicId ¶ added in v0.2.6
func (x *MsgConfirmRemoveStake) GetTopicId() uint64
func (*MsgConfirmRemoveStake) ProtoMessage ¶
func (*MsgConfirmRemoveStake) ProtoMessage()
func (*MsgConfirmRemoveStake) ProtoReflect ¶
func (x *MsgConfirmRemoveStake) ProtoReflect() protoreflect.Message
func (*MsgConfirmRemoveStake) Reset ¶
func (x *MsgConfirmRemoveStake) Reset()
func (*MsgConfirmRemoveStake) String ¶
func (x *MsgConfirmRemoveStake) String() string
type MsgConfirmRemoveStakeResponse ¶
type MsgConfirmRemoveStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgConfirmRemoveStakeResponse) Descriptor
deprecated
func (*MsgConfirmRemoveStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgConfirmRemoveStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgConfirmRemoveStakeResponse) ProtoMessage ¶
func (*MsgConfirmRemoveStakeResponse) ProtoMessage()
func (*MsgConfirmRemoveStakeResponse) ProtoReflect ¶
func (x *MsgConfirmRemoveStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgConfirmRemoveStakeResponse) Reset ¶
func (x *MsgConfirmRemoveStakeResponse) Reset()
func (*MsgConfirmRemoveStakeResponse) String ¶
func (x *MsgConfirmRemoveStakeResponse) String() string
type MsgCreateNewTopic ¶
type MsgCreateNewTopic struct { // creator is the message sender. Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Metadata string `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` LossLogic string `protobuf:"bytes,3,opt,name=loss_logic,json=lossLogic,proto3" json:"loss_logic,omitempty"` LossMethod string `protobuf:"bytes,4,opt,name=loss_method,json=lossMethod,proto3" json:"loss_method,omitempty"` InferenceLogic string `protobuf:"bytes,5,opt,name=inference_logic,json=inferenceLogic,proto3" json:"inference_logic,omitempty"` InferenceMethod string `protobuf:"bytes,6,opt,name=inference_method,json=inferenceMethod,proto3" json:"inference_method,omitempty"` EpochLength int64 `protobuf:"varint,7,opt,name=epoch_length,json=epochLength,proto3" json:"epoch_length,omitempty"` GroundTruthLag int64 `protobuf:"varint,8,opt,name=ground_truth_lag,json=groundTruthLag,proto3" json:"ground_truth_lag,omitempty"` DefaultArg string `protobuf:"bytes,9,opt,name=default_arg,json=defaultArg,proto3" json:"default_arg,omitempty"` PNorm string `protobuf:"bytes,10,opt,name=p_norm,json=pNorm,proto3" json:"p_norm,omitempty"` AlphaRegret string `protobuf:"bytes,11,opt,name=alpha_regret,json=alphaRegret,proto3" json:"alpha_regret,omitempty"` AllowNegative bool `protobuf:"varint,12,opt,name=allow_negative,json=allowNegative,proto3" json:"allow_negative,omitempty"` // contains filtered or unexported fields }
func (*MsgCreateNewTopic) Descriptor
deprecated
func (*MsgCreateNewTopic) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateNewTopic.ProtoReflect.Descriptor instead.
func (*MsgCreateNewTopic) GetAllowNegative ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetAllowNegative() bool
func (*MsgCreateNewTopic) GetAlphaRegret ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetAlphaRegret() string
func (*MsgCreateNewTopic) GetCreator ¶
func (x *MsgCreateNewTopic) GetCreator() string
func (*MsgCreateNewTopic) GetDefaultArg ¶
func (x *MsgCreateNewTopic) GetDefaultArg() string
func (*MsgCreateNewTopic) GetEpochLength ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetEpochLength() int64
func (*MsgCreateNewTopic) GetGroundTruthLag ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetGroundTruthLag() int64
func (*MsgCreateNewTopic) GetInferenceLogic ¶
func (x *MsgCreateNewTopic) GetInferenceLogic() string
func (*MsgCreateNewTopic) GetInferenceMethod ¶
func (x *MsgCreateNewTopic) GetInferenceMethod() string
func (*MsgCreateNewTopic) GetLossLogic ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetLossLogic() string
func (*MsgCreateNewTopic) GetLossMethod ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetLossMethod() string
func (*MsgCreateNewTopic) GetMetadata ¶
func (x *MsgCreateNewTopic) GetMetadata() string
func (*MsgCreateNewTopic) GetPNorm ¶ added in v0.2.6
func (x *MsgCreateNewTopic) GetPNorm() string
func (*MsgCreateNewTopic) ProtoMessage ¶
func (*MsgCreateNewTopic) ProtoMessage()
func (*MsgCreateNewTopic) ProtoReflect ¶
func (x *MsgCreateNewTopic) ProtoReflect() protoreflect.Message
func (*MsgCreateNewTopic) Reset ¶
func (x *MsgCreateNewTopic) Reset()
func (*MsgCreateNewTopic) String ¶
func (x *MsgCreateNewTopic) String() string
type MsgCreateNewTopicResponse ¶
type MsgCreateNewTopicResponse struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*MsgCreateNewTopicResponse) Descriptor
deprecated
func (*MsgCreateNewTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateNewTopicResponse.ProtoReflect.Descriptor instead.
func (*MsgCreateNewTopicResponse) GetTopicId ¶
func (x *MsgCreateNewTopicResponse) GetTopicId() uint64
func (*MsgCreateNewTopicResponse) ProtoMessage ¶
func (*MsgCreateNewTopicResponse) ProtoMessage()
func (*MsgCreateNewTopicResponse) ProtoReflect ¶
func (x *MsgCreateNewTopicResponse) ProtoReflect() protoreflect.Message
func (*MsgCreateNewTopicResponse) Reset ¶
func (x *MsgCreateNewTopicResponse) Reset()
func (*MsgCreateNewTopicResponse) String ¶
func (x *MsgCreateNewTopicResponse) String() string
type MsgDelegateStake ¶ added in v0.2.6
type MsgDelegateStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Reputer string `protobuf:"bytes,3,opt,name=reputer,proto3" json:"reputer,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*MsgDelegateStake) Descriptor
deprecated
added in
v0.2.6
func (*MsgDelegateStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgDelegateStake.ProtoReflect.Descriptor instead.
func (*MsgDelegateStake) GetAmount ¶ added in v0.2.6
func (x *MsgDelegateStake) GetAmount() string
func (*MsgDelegateStake) GetReputer ¶ added in v0.2.6
func (x *MsgDelegateStake) GetReputer() string
func (*MsgDelegateStake) GetSender ¶ added in v0.2.6
func (x *MsgDelegateStake) GetSender() string
func (*MsgDelegateStake) GetTopicId ¶ added in v0.2.6
func (x *MsgDelegateStake) GetTopicId() uint64
func (*MsgDelegateStake) ProtoMessage ¶ added in v0.2.6
func (*MsgDelegateStake) ProtoMessage()
func (*MsgDelegateStake) ProtoReflect ¶ added in v0.2.6
func (x *MsgDelegateStake) ProtoReflect() protoreflect.Message
func (*MsgDelegateStake) Reset ¶ added in v0.2.6
func (x *MsgDelegateStake) Reset()
func (*MsgDelegateStake) String ¶ added in v0.2.6
func (x *MsgDelegateStake) String() string
type MsgDelegateStakeResponse ¶ added in v0.2.6
type MsgDelegateStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgDelegateStakeResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgDelegateStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgDelegateStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgDelegateStakeResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgDelegateStakeResponse) ProtoMessage()
func (*MsgDelegateStakeResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgDelegateStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgDelegateStakeResponse) Reset ¶ added in v0.2.6
func (x *MsgDelegateStakeResponse) Reset()
func (*MsgDelegateStakeResponse) String ¶ added in v0.2.6
func (x *MsgDelegateStakeResponse) String() string
type MsgFundTopic ¶ added in v0.2.6
type MsgFundTopic struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // how many funds to send from alice with this Inference Request // contains filtered or unexported fields }
Inferences are requested by consumers who fund topics by sending ALLO to ecosystem account via TopicFund messages
func (*MsgFundTopic) Descriptor
deprecated
added in
v0.2.6
func (*MsgFundTopic) Descriptor() ([]byte, []int)
Deprecated: Use MsgFundTopic.ProtoReflect.Descriptor instead.
func (*MsgFundTopic) GetAmount ¶ added in v0.2.6
func (x *MsgFundTopic) GetAmount() string
func (*MsgFundTopic) GetSender ¶ added in v0.2.6
func (x *MsgFundTopic) GetSender() string
func (*MsgFundTopic) GetTopicId ¶ added in v0.2.6
func (x *MsgFundTopic) GetTopicId() uint64
func (*MsgFundTopic) ProtoMessage ¶ added in v0.2.6
func (*MsgFundTopic) ProtoMessage()
func (*MsgFundTopic) ProtoReflect ¶ added in v0.2.6
func (x *MsgFundTopic) ProtoReflect() protoreflect.Message
func (*MsgFundTopic) Reset ¶ added in v0.2.6
func (x *MsgFundTopic) Reset()
func (*MsgFundTopic) String ¶ added in v0.2.6
func (x *MsgFundTopic) String() string
type MsgFundTopicResponse ¶ added in v0.2.6
type MsgFundTopicResponse struct {
// contains filtered or unexported fields
}
func (*MsgFundTopicResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgFundTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgFundTopicResponse.ProtoReflect.Descriptor instead.
func (*MsgFundTopicResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgFundTopicResponse) ProtoMessage()
func (*MsgFundTopicResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgFundTopicResponse) ProtoReflect() protoreflect.Message
func (*MsgFundTopicResponse) Reset ¶ added in v0.2.6
func (x *MsgFundTopicResponse) Reset()
func (*MsgFundTopicResponse) String ¶ added in v0.2.6
func (x *MsgFundTopicResponse) String() string
type MsgInsertBulkReputerPayload ¶ added in v0.2.6
type MsgInsertBulkReputerPayload struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` ReputerRequestNonce *ReputerRequestNonce `protobuf:"bytes,2,opt,name=reputer_request_nonce,json=reputerRequestNonce,proto3" json:"reputer_request_nonce,omitempty"` TopicId uint64 `protobuf:"varint,3,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` ReputerValueBundles []*ReputerValueBundle `protobuf:"bytes,4,rep,name=reputer_value_bundles,json=reputerValueBundles,proto3" json:"reputer_value_bundles,omitempty"` // contains filtered or unexported fields }
func (*MsgInsertBulkReputerPayload) Descriptor
deprecated
added in
v0.2.6
func (*MsgInsertBulkReputerPayload) Descriptor() ([]byte, []int)
Deprecated: Use MsgInsertBulkReputerPayload.ProtoReflect.Descriptor instead.
func (*MsgInsertBulkReputerPayload) GetReputerRequestNonce ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) GetReputerRequestNonce() *ReputerRequestNonce
func (*MsgInsertBulkReputerPayload) GetReputerValueBundles ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) GetReputerValueBundles() []*ReputerValueBundle
func (*MsgInsertBulkReputerPayload) GetSender ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) GetSender() string
func (*MsgInsertBulkReputerPayload) GetTopicId ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) GetTopicId() uint64
func (*MsgInsertBulkReputerPayload) ProtoMessage ¶ added in v0.2.6
func (*MsgInsertBulkReputerPayload) ProtoMessage()
func (*MsgInsertBulkReputerPayload) ProtoReflect ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) ProtoReflect() protoreflect.Message
func (*MsgInsertBulkReputerPayload) Reset ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) Reset()
func (*MsgInsertBulkReputerPayload) String ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayload) String() string
type MsgInsertBulkReputerPayloadResponse ¶ added in v0.2.6
type MsgInsertBulkReputerPayloadResponse struct {
// contains filtered or unexported fields
}
func (*MsgInsertBulkReputerPayloadResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgInsertBulkReputerPayloadResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgInsertBulkReputerPayloadResponse.ProtoReflect.Descriptor instead.
func (*MsgInsertBulkReputerPayloadResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgInsertBulkReputerPayloadResponse) ProtoMessage()
func (*MsgInsertBulkReputerPayloadResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayloadResponse) ProtoReflect() protoreflect.Message
func (*MsgInsertBulkReputerPayloadResponse) Reset ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayloadResponse) Reset()
func (*MsgInsertBulkReputerPayloadResponse) String ¶ added in v0.2.6
func (x *MsgInsertBulkReputerPayloadResponse) String() string
type MsgInsertBulkWorkerPayload ¶ added in v0.2.6
type MsgInsertBulkWorkerPayload struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Nonce *Nonce `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"` TopicId uint64 `protobuf:"varint,3,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` WorkerDataBundles []*WorkerDataBundle `protobuf:"bytes,4,rep,name=worker_data_bundles,json=workerDataBundles,proto3" json:"worker_data_bundles,omitempty"` // contains filtered or unexported fields }
func (*MsgInsertBulkWorkerPayload) Descriptor
deprecated
added in
v0.2.6
func (*MsgInsertBulkWorkerPayload) Descriptor() ([]byte, []int)
Deprecated: Use MsgInsertBulkWorkerPayload.ProtoReflect.Descriptor instead.
func (*MsgInsertBulkWorkerPayload) GetNonce ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) GetNonce() *Nonce
func (*MsgInsertBulkWorkerPayload) GetSender ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) GetSender() string
func (*MsgInsertBulkWorkerPayload) GetTopicId ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) GetTopicId() uint64
func (*MsgInsertBulkWorkerPayload) GetWorkerDataBundles ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) GetWorkerDataBundles() []*WorkerDataBundle
func (*MsgInsertBulkWorkerPayload) ProtoMessage ¶ added in v0.2.6
func (*MsgInsertBulkWorkerPayload) ProtoMessage()
func (*MsgInsertBulkWorkerPayload) ProtoReflect ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) ProtoReflect() protoreflect.Message
func (*MsgInsertBulkWorkerPayload) Reset ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) Reset()
func (*MsgInsertBulkWorkerPayload) String ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayload) String() string
type MsgInsertBulkWorkerPayloadResponse ¶ added in v0.2.6
type MsgInsertBulkWorkerPayloadResponse struct {
// contains filtered or unexported fields
}
func (*MsgInsertBulkWorkerPayloadResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgInsertBulkWorkerPayloadResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgInsertBulkWorkerPayloadResponse.ProtoReflect.Descriptor instead.
func (*MsgInsertBulkWorkerPayloadResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgInsertBulkWorkerPayloadResponse) ProtoMessage()
func (*MsgInsertBulkWorkerPayloadResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayloadResponse) ProtoReflect() protoreflect.Message
func (*MsgInsertBulkWorkerPayloadResponse) Reset ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayloadResponse) Reset()
func (*MsgInsertBulkWorkerPayloadResponse) String ¶ added in v0.2.6
func (x *MsgInsertBulkWorkerPayloadResponse) String() string
type MsgRegister ¶
type MsgRegister struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` LibP2PKey string `protobuf:"bytes,2,opt,name=lib_p2p_key,json=libP2pKey,proto3" json:"lib_p2p_key,omitempty"` MultiAddress string `protobuf:"bytes,3,opt,name=multi_address,json=multiAddress,proto3" json:"multi_address,omitempty"` TopicId uint64 `protobuf:"varint,4,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Owner string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"` IsReputer bool `protobuf:"varint,6,opt,name=is_reputer,json=isReputer,proto3" json:"is_reputer,omitempty"` // contains filtered or unexported fields }
func (*MsgRegister) Descriptor
deprecated
func (*MsgRegister) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegister.ProtoReflect.Descriptor instead.
func (*MsgRegister) GetIsReputer ¶
func (x *MsgRegister) GetIsReputer() bool
func (*MsgRegister) GetLibP2PKey ¶
func (x *MsgRegister) GetLibP2PKey() string
func (*MsgRegister) GetMultiAddress ¶
func (x *MsgRegister) GetMultiAddress() string
func (*MsgRegister) GetOwner ¶
func (x *MsgRegister) GetOwner() string
func (*MsgRegister) GetSender ¶ added in v0.2.6
func (x *MsgRegister) GetSender() string
func (*MsgRegister) GetTopicId ¶ added in v0.2.6
func (x *MsgRegister) GetTopicId() uint64
func (*MsgRegister) ProtoMessage ¶
func (*MsgRegister) ProtoMessage()
func (*MsgRegister) ProtoReflect ¶
func (x *MsgRegister) ProtoReflect() protoreflect.Message
func (*MsgRegister) Reset ¶
func (x *MsgRegister) Reset()
func (*MsgRegister) String ¶
func (x *MsgRegister) String() string
type MsgRegisterResponse ¶
type MsgRegisterResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*MsgRegisterResponse) Descriptor
deprecated
func (*MsgRegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegisterResponse.ProtoReflect.Descriptor instead.
func (*MsgRegisterResponse) GetMessage ¶
func (x *MsgRegisterResponse) GetMessage() string
func (*MsgRegisterResponse) GetSuccess ¶
func (x *MsgRegisterResponse) GetSuccess() bool
func (*MsgRegisterResponse) ProtoMessage ¶
func (*MsgRegisterResponse) ProtoMessage()
func (*MsgRegisterResponse) ProtoReflect ¶
func (x *MsgRegisterResponse) ProtoReflect() protoreflect.Message
func (*MsgRegisterResponse) Reset ¶
func (x *MsgRegisterResponse) Reset()
func (*MsgRegisterResponse) String ¶
func (x *MsgRegisterResponse) String() string
type MsgRemoveFromWhitelistAdmin ¶ added in v0.0.1
type MsgRemoveFromWhitelistAdmin struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*MsgRemoveFromWhitelistAdmin) Descriptor
deprecated
added in
v0.0.1
func (*MsgRemoveFromWhitelistAdmin) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveFromWhitelistAdmin.ProtoReflect.Descriptor instead.
func (*MsgRemoveFromWhitelistAdmin) GetAddress ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdmin) GetAddress() string
func (*MsgRemoveFromWhitelistAdmin) GetSender ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdmin) GetSender() string
func (*MsgRemoveFromWhitelistAdmin) ProtoMessage ¶ added in v0.0.1
func (*MsgRemoveFromWhitelistAdmin) ProtoMessage()
func (*MsgRemoveFromWhitelistAdmin) ProtoReflect ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdmin) ProtoReflect() protoreflect.Message
func (*MsgRemoveFromWhitelistAdmin) Reset ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdmin) Reset()
func (*MsgRemoveFromWhitelistAdmin) String ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdmin) String() string
type MsgRemoveFromWhitelistAdminResponse ¶ added in v0.0.1
type MsgRemoveFromWhitelistAdminResponse struct {
// contains filtered or unexported fields
}
func (*MsgRemoveFromWhitelistAdminResponse) Descriptor
deprecated
added in
v0.0.1
func (*MsgRemoveFromWhitelistAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveFromWhitelistAdminResponse.ProtoReflect.Descriptor instead.
func (*MsgRemoveFromWhitelistAdminResponse) ProtoMessage ¶ added in v0.0.1
func (*MsgRemoveFromWhitelistAdminResponse) ProtoMessage()
func (*MsgRemoveFromWhitelistAdminResponse) ProtoReflect ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdminResponse) ProtoReflect() protoreflect.Message
func (*MsgRemoveFromWhitelistAdminResponse) Reset ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdminResponse) Reset()
func (*MsgRemoveFromWhitelistAdminResponse) String ¶ added in v0.0.1
func (x *MsgRemoveFromWhitelistAdminResponse) String() string
type MsgRemoveRegistration ¶
type MsgRemoveRegistration struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` IsReputer bool `protobuf:"varint,3,opt,name=is_reputer,json=isReputer,proto3" json:"is_reputer,omitempty"` // contains filtered or unexported fields }
func (*MsgRemoveRegistration) Descriptor
deprecated
func (*MsgRemoveRegistration) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveRegistration.ProtoReflect.Descriptor instead.
func (*MsgRemoveRegistration) GetIsReputer ¶
func (x *MsgRemoveRegistration) GetIsReputer() bool
func (*MsgRemoveRegistration) GetSender ¶ added in v0.2.6
func (x *MsgRemoveRegistration) GetSender() string
func (*MsgRemoveRegistration) GetTopicId ¶
func (x *MsgRemoveRegistration) GetTopicId() uint64
func (*MsgRemoveRegistration) ProtoMessage ¶
func (*MsgRemoveRegistration) ProtoMessage()
func (*MsgRemoveRegistration) ProtoReflect ¶
func (x *MsgRemoveRegistration) ProtoReflect() protoreflect.Message
func (*MsgRemoveRegistration) Reset ¶
func (x *MsgRemoveRegistration) Reset()
func (*MsgRemoveRegistration) String ¶
func (x *MsgRemoveRegistration) String() string
type MsgRemoveRegistrationResponse ¶
type MsgRemoveRegistrationResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*MsgRemoveRegistrationResponse) Descriptor
deprecated
func (*MsgRemoveRegistrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRemoveRegistrationResponse.ProtoReflect.Descriptor instead.
func (*MsgRemoveRegistrationResponse) GetMessage ¶
func (x *MsgRemoveRegistrationResponse) GetMessage() string
func (*MsgRemoveRegistrationResponse) GetSuccess ¶
func (x *MsgRemoveRegistrationResponse) GetSuccess() bool
func (*MsgRemoveRegistrationResponse) ProtoMessage ¶
func (*MsgRemoveRegistrationResponse) ProtoMessage()
func (*MsgRemoveRegistrationResponse) ProtoReflect ¶
func (x *MsgRemoveRegistrationResponse) ProtoReflect() protoreflect.Message
func (*MsgRemoveRegistrationResponse) Reset ¶
func (x *MsgRemoveRegistrationResponse) Reset()
func (*MsgRemoveRegistrationResponse) String ¶
func (x *MsgRemoveRegistrationResponse) String() string
type MsgRewardDelegateStake ¶ added in v0.2.6
type MsgRewardDelegateStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Reputer string `protobuf:"bytes,3,opt,name=reputer,proto3" json:"reputer,omitempty"` // contains filtered or unexported fields }
func (*MsgRewardDelegateStake) Descriptor
deprecated
added in
v0.2.6
func (*MsgRewardDelegateStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgRewardDelegateStake.ProtoReflect.Descriptor instead.
func (*MsgRewardDelegateStake) GetReputer ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) GetReputer() string
func (*MsgRewardDelegateStake) GetSender ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) GetSender() string
func (*MsgRewardDelegateStake) GetTopicId ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) GetTopicId() uint64
func (*MsgRewardDelegateStake) ProtoMessage ¶ added in v0.2.6
func (*MsgRewardDelegateStake) ProtoMessage()
func (*MsgRewardDelegateStake) ProtoReflect ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) ProtoReflect() protoreflect.Message
func (*MsgRewardDelegateStake) Reset ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) Reset()
func (*MsgRewardDelegateStake) String ¶ added in v0.2.6
func (x *MsgRewardDelegateStake) String() string
type MsgRewardDelegateStakeResponse ¶ added in v0.2.6
type MsgRewardDelegateStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgRewardDelegateStakeResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgRewardDelegateStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRewardDelegateStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgRewardDelegateStakeResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgRewardDelegateStakeResponse) ProtoMessage()
func (*MsgRewardDelegateStakeResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgRewardDelegateStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgRewardDelegateStakeResponse) Reset ¶ added in v0.2.6
func (x *MsgRewardDelegateStakeResponse) Reset()
func (*MsgRewardDelegateStakeResponse) String ¶ added in v0.2.6
func (x *MsgRewardDelegateStakeResponse) String() string
type MsgServer ¶
type MsgServer interface { UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) InsertBulkWorkerPayload(context.Context, *MsgInsertBulkWorkerPayload) (*MsgInsertBulkWorkerPayloadResponse, error) CreateNewTopic(context.Context, *MsgCreateNewTopic) (*MsgCreateNewTopicResponse, error) Register(context.Context, *MsgRegister) (*MsgRegisterResponse, error) RemoveRegistration(context.Context, *MsgRemoveRegistration) (*MsgRemoveRegistrationResponse, error) InsertBulkReputerPayload(context.Context, *MsgInsertBulkReputerPayload) (*MsgInsertBulkReputerPayloadResponse, error) AddStake(context.Context, *MsgAddStake) (*MsgAddStakeResponse, error) StartRemoveStake(context.Context, *MsgStartRemoveStake) (*MsgStartRemoveStakeResponse, error) ConfirmRemoveStake(context.Context, *MsgConfirmRemoveStake) (*MsgConfirmRemoveStakeResponse, error) DelegateStake(context.Context, *MsgDelegateStake) (*MsgDelegateStakeResponse, error) RewardDelegateStake(context.Context, *MsgRewardDelegateStake) (*MsgRewardDelegateStakeResponse, error) StartRemoveDelegateStake(context.Context, *MsgStartRemoveDelegateStake) (*MsgStartRemoveDelegateStakeResponse, error) ConfirmRemoveDelegateStake(context.Context, *MsgConfirmDelegateRemoveStake) (*MsgConfirmRemoveDelegateStakeResponse, error) FundTopic(context.Context, *MsgFundTopic) (*MsgFundTopicResponse, error) AddToWhitelistAdmin(context.Context, *MsgAddToWhitelistAdmin) (*MsgAddToWhitelistAdminResponse, error) RemoveFromWhitelistAdmin(context.Context, *MsgRemoveFromWhitelistAdmin) (*MsgRemoveFromWhitelistAdminResponse, error) // contains filtered or unexported methods }
MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility
type MsgStartRemoveDelegateStake ¶ added in v0.2.6
type MsgStartRemoveDelegateStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Reputer string `protobuf:"bytes,2,opt,name=reputer,proto3" json:"reputer,omitempty"` TopicId uint64 `protobuf:"varint,3,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Amount string `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*MsgStartRemoveDelegateStake) Descriptor
deprecated
added in
v0.2.6
func (*MsgStartRemoveDelegateStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgStartRemoveDelegateStake.ProtoReflect.Descriptor instead.
func (*MsgStartRemoveDelegateStake) GetAmount ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) GetAmount() string
func (*MsgStartRemoveDelegateStake) GetReputer ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) GetReputer() string
func (*MsgStartRemoveDelegateStake) GetSender ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) GetSender() string
func (*MsgStartRemoveDelegateStake) GetTopicId ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) GetTopicId() uint64
func (*MsgStartRemoveDelegateStake) ProtoMessage ¶ added in v0.2.6
func (*MsgStartRemoveDelegateStake) ProtoMessage()
func (*MsgStartRemoveDelegateStake) ProtoReflect ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) ProtoReflect() protoreflect.Message
func (*MsgStartRemoveDelegateStake) Reset ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) Reset()
func (*MsgStartRemoveDelegateStake) String ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStake) String() string
type MsgStartRemoveDelegateStakeResponse ¶ added in v0.2.6
type MsgStartRemoveDelegateStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgStartRemoveDelegateStakeResponse) Descriptor
deprecated
added in
v0.2.6
func (*MsgStartRemoveDelegateStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgStartRemoveDelegateStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgStartRemoveDelegateStakeResponse) ProtoMessage ¶ added in v0.2.6
func (*MsgStartRemoveDelegateStakeResponse) ProtoMessage()
func (*MsgStartRemoveDelegateStakeResponse) ProtoReflect ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgStartRemoveDelegateStakeResponse) Reset ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStakeResponse) Reset()
func (*MsgStartRemoveDelegateStakeResponse) String ¶ added in v0.2.6
func (x *MsgStartRemoveDelegateStakeResponse) String() string
type MsgStartRemoveStake ¶
type MsgStartRemoveStake struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*MsgStartRemoveStake) Descriptor
deprecated
func (*MsgStartRemoveStake) Descriptor() ([]byte, []int)
Deprecated: Use MsgStartRemoveStake.ProtoReflect.Descriptor instead.
func (*MsgStartRemoveStake) GetAmount ¶ added in v0.2.6
func (x *MsgStartRemoveStake) GetAmount() string
func (*MsgStartRemoveStake) GetSender ¶
func (x *MsgStartRemoveStake) GetSender() string
func (*MsgStartRemoveStake) GetTopicId ¶ added in v0.2.6
func (x *MsgStartRemoveStake) GetTopicId() uint64
func (*MsgStartRemoveStake) ProtoMessage ¶
func (*MsgStartRemoveStake) ProtoMessage()
func (*MsgStartRemoveStake) ProtoReflect ¶
func (x *MsgStartRemoveStake) ProtoReflect() protoreflect.Message
func (*MsgStartRemoveStake) Reset ¶
func (x *MsgStartRemoveStake) Reset()
func (*MsgStartRemoveStake) String ¶
func (x *MsgStartRemoveStake) String() string
type MsgStartRemoveStakeResponse ¶
type MsgStartRemoveStakeResponse struct {
// contains filtered or unexported fields
}
func (*MsgStartRemoveStakeResponse) Descriptor
deprecated
func (*MsgStartRemoveStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgStartRemoveStakeResponse.ProtoReflect.Descriptor instead.
func (*MsgStartRemoveStakeResponse) ProtoMessage ¶
func (*MsgStartRemoveStakeResponse) ProtoMessage()
func (*MsgStartRemoveStakeResponse) ProtoReflect ¶
func (x *MsgStartRemoveStakeResponse) ProtoReflect() protoreflect.Message
func (*MsgStartRemoveStakeResponse) Reset ¶
func (x *MsgStartRemoveStakeResponse) Reset()
func (*MsgStartRemoveStakeResponse) String ¶
func (x *MsgStartRemoveStakeResponse) String() string
type MsgUpdateParams ¶ added in v0.0.4
type MsgUpdateParams struct { Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` Params *OptionalParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*MsgUpdateParams) Descriptor
deprecated
added in
v0.0.4
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) GetParams ¶ added in v0.0.4
func (x *MsgUpdateParams) GetParams() *OptionalParams
func (*MsgUpdateParams) GetSender ¶ added in v0.0.4
func (x *MsgUpdateParams) GetSender() string
func (*MsgUpdateParams) ProtoMessage ¶ added in v0.0.4
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) ProtoReflect ¶ added in v0.0.4
func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
func (*MsgUpdateParams) Reset ¶ added in v0.0.4
func (x *MsgUpdateParams) Reset()
func (*MsgUpdateParams) String ¶ added in v0.0.4
func (x *MsgUpdateParams) String() string
type MsgUpdateParamsResponse ¶ added in v0.0.4
type MsgUpdateParamsResponse struct {
// contains filtered or unexported fields
}
func (*MsgUpdateParamsResponse) Descriptor
deprecated
added in
v0.0.4
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) ProtoMessage ¶ added in v0.0.4
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) ProtoReflect ¶ added in v0.0.4
func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateParamsResponse) Reset ¶ added in v0.0.4
func (x *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) String ¶ added in v0.0.4
func (x *MsgUpdateParamsResponse) String() string
type Nonce ¶ added in v0.2.6
type Nonce struct { BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // block height of the request // contains filtered or unexported fields }
func (*Nonce) Descriptor
deprecated
added in
v0.2.6
func (*Nonce) GetBlockHeight ¶ added in v0.2.6
func (*Nonce) ProtoMessage ¶ added in v0.2.6
func (*Nonce) ProtoMessage()
func (*Nonce) ProtoReflect ¶ added in v0.2.6
func (x *Nonce) ProtoReflect() protoreflect.Message
type Nonces ¶ added in v0.2.6
type Nonces struct { Nonces []*Nonce `protobuf:"bytes,1,rep,name=nonces,proto3" json:"nonces,omitempty"` // contains filtered or unexported fields }
func (*Nonces) Descriptor
deprecated
added in
v0.2.6
func (*Nonces) ProtoMessage ¶ added in v0.2.6
func (*Nonces) ProtoMessage()
func (*Nonces) ProtoReflect ¶ added in v0.2.6
func (x *Nonces) ProtoReflect() protoreflect.Message
type OffchainNode ¶
type OffchainNode struct { LibP2PKey string `protobuf:"bytes,1,opt,name=lib_p2p_key,json=libP2pKey,proto3" json:"lib_p2p_key,omitempty"` // LibP2P key of the node MultiAddress string `protobuf:"bytes,2,opt,name=multi_address,json=multiAddress,proto3" json:"multi_address,omitempty"` // Network address for accessing the node Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` NodeAddress string `protobuf:"bytes,4,opt,name=node_address,json=nodeAddress,proto3" json:"node_address,omitempty"` NodeId string `protobuf:"bytes,5,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // contains filtered or unexported fields }
func (*OffchainNode) Descriptor
deprecated
func (*OffchainNode) Descriptor() ([]byte, []int)
Deprecated: Use OffchainNode.ProtoReflect.Descriptor instead.
func (*OffchainNode) GetLibP2PKey ¶
func (x *OffchainNode) GetLibP2PKey() string
func (*OffchainNode) GetMultiAddress ¶
func (x *OffchainNode) GetMultiAddress() string
func (*OffchainNode) GetNodeAddress ¶
func (x *OffchainNode) GetNodeAddress() string
func (*OffchainNode) GetNodeId ¶
func (x *OffchainNode) GetNodeId() string
func (*OffchainNode) GetOwner ¶
func (x *OffchainNode) GetOwner() string
func (*OffchainNode) ProtoMessage ¶
func (*OffchainNode) ProtoMessage()
func (*OffchainNode) ProtoReflect ¶
func (x *OffchainNode) ProtoReflect() protoreflect.Message
func (*OffchainNode) Reset ¶
func (x *OffchainNode) Reset()
func (*OffchainNode) String ¶
func (x *OffchainNode) String() string
type OptionalParams ¶ added in v0.0.4
type OptionalParams struct { Version []string `protobuf:"bytes,1,rep,name=version,proto3" json:"version,omitempty"` MaxSerializedMsgLength []int64 `` /* 139-byte string literal not displayed */ MinTopicWeight []string `protobuf:"bytes,3,rep,name=min_topic_weight,json=minTopicWeight,proto3" json:"min_topic_weight,omitempty"` MaxTopicsPerBlock []uint64 `protobuf:"varint,4,rep,packed,name=max_topics_per_block,json=maxTopicsPerBlock,proto3" json:"max_topics_per_block,omitempty"` RequiredMinimumStake []string `protobuf:"bytes,5,rep,name=required_minimum_stake,json=requiredMinimumStake,proto3" json:"required_minimum_stake,omitempty"` RemoveStakeDelayWindow []int64 `` /* 139-byte string literal not displayed */ MinEpochLength []int64 `protobuf:"varint,7,rep,packed,name=min_epoch_length,json=minEpochLength,proto3" json:"min_epoch_length,omitempty"` BetaEntropy []string `protobuf:"bytes,8,rep,name=beta_entropy,json=betaEntropy,proto3" json:"beta_entropy,omitempty"` LearningRate []string `protobuf:"bytes,9,rep,name=learning_rate,json=learningRate,proto3" json:"learning_rate,omitempty"` MaxGradientThreshold []string `protobuf:"bytes,10,rep,name=max_gradient_threshold,json=maxGradientThreshold,proto3" json:"max_gradient_threshold,omitempty"` MinStakeFraction []string `protobuf:"bytes,11,rep,name=min_stake_fraction,json=minStakeFraction,proto3" json:"min_stake_fraction,omitempty"` Epsilon []string `protobuf:"bytes,12,rep,name=epsilon,proto3" json:"epsilon,omitempty"` MaxUnfulfilledWorkerRequests []uint64 `` /* 158-byte string literal not displayed */ MaxUnfulfilledReputerRequests []uint64 `` /* 161-byte string literal not displayed */ TopicRewardStakeImportance []string `` /* 144-byte string literal not displayed */ TopicRewardFeeRevenueImportance []string `` /* 161-byte string literal not displayed */ TopicRewardAlpha []string `protobuf:"bytes,17,rep,name=topic_reward_alpha,json=topicRewardAlpha,proto3" json:"topic_reward_alpha,omitempty"` TaskRewardAlpha []string `protobuf:"bytes,18,rep,name=task_reward_alpha,json=taskRewardAlpha,proto3" json:"task_reward_alpha,omitempty"` ValidatorsVsAlloraPercentReward []string `` /* 161-byte string literal not displayed */ MaxSamplesToScaleScores []uint64 `` /* 145-byte string literal not displayed */ MaxTopInferersToReward []uint64 `` /* 142-byte string literal not displayed */ MaxTopForecastersToReward []uint64 `` /* 151-byte string literal not displayed */ MaxTopReputersToReward []uint64 `` /* 142-byte string literal not displayed */ CreateTopicFee []string `protobuf:"bytes,24,rep,name=create_topic_fee,json=createTopicFee,proto3" json:"create_topic_fee,omitempty"` GradientDescentMaxIters []uint64 `` /* 143-byte string literal not displayed */ MaxRetriesToFulfilNoncesWorker []int64 `` /* 168-byte string literal not displayed */ MaxRetriesToFulfilNoncesReputer []int64 `` /* 171-byte string literal not displayed */ RegistrationFee []string `protobuf:"bytes,28,rep,name=registration_fee,json=registrationFee,proto3" json:"registration_fee,omitempty"` DefaultPageLimit []uint64 `protobuf:"varint,29,rep,packed,name=default_page_limit,json=defaultPageLimit,proto3" json:"default_page_limit,omitempty"` MaxPageLimit []uint64 `protobuf:"varint,30,rep,packed,name=max_page_limit,json=maxPageLimit,proto3" json:"max_page_limit,omitempty"` MinEpochLengthRecordLimit []int64 `` /* 151-byte string literal not displayed */ BlocksPerMonth []uint64 `protobuf:"varint,32,rep,packed,name=blocks_per_month,json=blocksPerMonth,proto3" json:"blocks_per_month,omitempty"` PRewardInference []string `protobuf:"bytes,33,rep,name=p_reward_inference,json=pRewardInference,proto3" json:"p_reward_inference,omitempty"` PRewardForecast []string `protobuf:"bytes,34,rep,name=p_reward_forecast,json=pRewardForecast,proto3" json:"p_reward_forecast,omitempty"` PRewardReputer []string `protobuf:"bytes,35,rep,name=p_reward_reputer,json=pRewardReputer,proto3" json:"p_reward_reputer,omitempty"` CRewardInference []string `protobuf:"bytes,36,rep,name=c_reward_inference,json=cRewardInference,proto3" json:"c_reward_inference,omitempty"` CRewardForecast []string `protobuf:"bytes,37,rep,name=c_reward_forecast,json=cRewardForecast,proto3" json:"c_reward_forecast,omitempty"` FTolerance []string `protobuf:"bytes,38,rep,name=f_tolerance,json=fTolerance,proto3" json:"f_tolerance,omitempty"` CNorm []string `protobuf:"bytes,39,rep,name=c_norm,json=cNorm,proto3" json:"c_norm,omitempty"` TopicFeeRevenueDecayRate []string `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
Because gocosmos, grpc-gateway, and go-pulsar do not support optional fields and including google themselves https://cloud.google.com/apis/design/design_patterns.md#optional_primitive_fields we instead use a repeated field with a single element to represent an optional field and if the repeated field is empty, it is considered to be the same as if the field was not set
func (*OptionalParams) Descriptor
deprecated
added in
v0.0.4
func (*OptionalParams) Descriptor() ([]byte, []int)
Deprecated: Use OptionalParams.ProtoReflect.Descriptor instead.
func (*OptionalParams) GetBetaEntropy ¶ added in v0.2.6
func (x *OptionalParams) GetBetaEntropy() []string
func (*OptionalParams) GetBlocksPerMonth ¶ added in v0.2.6
func (x *OptionalParams) GetBlocksPerMonth() []uint64
func (*OptionalParams) GetCNorm ¶ added in v0.2.6
func (x *OptionalParams) GetCNorm() []string
func (*OptionalParams) GetCRewardForecast ¶ added in v0.2.6
func (x *OptionalParams) GetCRewardForecast() []string
func (*OptionalParams) GetCRewardInference ¶ added in v0.2.6
func (x *OptionalParams) GetCRewardInference() []string
func (*OptionalParams) GetCreateTopicFee ¶ added in v0.2.6
func (x *OptionalParams) GetCreateTopicFee() []string
func (*OptionalParams) GetDefaultPageLimit ¶ added in v0.2.6
func (x *OptionalParams) GetDefaultPageLimit() []uint64
func (*OptionalParams) GetEpsilon ¶ added in v0.2.6
func (x *OptionalParams) GetEpsilon() []string
func (*OptionalParams) GetFTolerance ¶ added in v0.2.6
func (x *OptionalParams) GetFTolerance() []string
func (*OptionalParams) GetGradientDescentMaxIters ¶ added in v0.2.6
func (x *OptionalParams) GetGradientDescentMaxIters() []uint64
func (*OptionalParams) GetLearningRate ¶ added in v0.2.6
func (x *OptionalParams) GetLearningRate() []string
func (*OptionalParams) GetMaxGradientThreshold ¶ added in v0.2.6
func (x *OptionalParams) GetMaxGradientThreshold() []string
func (*OptionalParams) GetMaxPageLimit ¶ added in v0.2.6
func (x *OptionalParams) GetMaxPageLimit() []uint64
func (*OptionalParams) GetMaxRetriesToFulfilNoncesReputer ¶ added in v0.2.6
func (x *OptionalParams) GetMaxRetriesToFulfilNoncesReputer() []int64
func (*OptionalParams) GetMaxRetriesToFulfilNoncesWorker ¶ added in v0.2.6
func (x *OptionalParams) GetMaxRetriesToFulfilNoncesWorker() []int64
func (*OptionalParams) GetMaxSamplesToScaleScores ¶ added in v0.2.6
func (x *OptionalParams) GetMaxSamplesToScaleScores() []uint64
func (*OptionalParams) GetMaxSerializedMsgLength ¶ added in v0.2.6
func (x *OptionalParams) GetMaxSerializedMsgLength() []int64
func (*OptionalParams) GetMaxTopForecastersToReward ¶ added in v0.2.6
func (x *OptionalParams) GetMaxTopForecastersToReward() []uint64
func (*OptionalParams) GetMaxTopInferersToReward ¶ added in v0.2.6
func (x *OptionalParams) GetMaxTopInferersToReward() []uint64
func (*OptionalParams) GetMaxTopReputersToReward ¶ added in v0.2.6
func (x *OptionalParams) GetMaxTopReputersToReward() []uint64
func (*OptionalParams) GetMaxTopicsPerBlock ¶ added in v0.0.4
func (x *OptionalParams) GetMaxTopicsPerBlock() []uint64
func (*OptionalParams) GetMaxUnfulfilledReputerRequests ¶ added in v0.2.6
func (x *OptionalParams) GetMaxUnfulfilledReputerRequests() []uint64
func (*OptionalParams) GetMaxUnfulfilledWorkerRequests ¶ added in v0.2.6
func (x *OptionalParams) GetMaxUnfulfilledWorkerRequests() []uint64
func (*OptionalParams) GetMinEpochLength ¶ added in v0.2.6
func (x *OptionalParams) GetMinEpochLength() []int64
func (*OptionalParams) GetMinEpochLengthRecordLimit ¶ added in v0.2.6
func (x *OptionalParams) GetMinEpochLengthRecordLimit() []int64
func (*OptionalParams) GetMinStakeFraction ¶ added in v0.2.6
func (x *OptionalParams) GetMinStakeFraction() []string
func (*OptionalParams) GetMinTopicWeight ¶ added in v0.2.6
func (x *OptionalParams) GetMinTopicWeight() []string
func (*OptionalParams) GetPRewardForecast ¶ added in v0.2.6
func (x *OptionalParams) GetPRewardForecast() []string
func (*OptionalParams) GetPRewardInference ¶ added in v0.2.6
func (x *OptionalParams) GetPRewardInference() []string
func (*OptionalParams) GetPRewardReputer ¶ added in v0.2.6
func (x *OptionalParams) GetPRewardReputer() []string
func (*OptionalParams) GetRegistrationFee ¶ added in v0.2.6
func (x *OptionalParams) GetRegistrationFee() []string
func (*OptionalParams) GetRemoveStakeDelayWindow ¶ added in v0.0.4
func (x *OptionalParams) GetRemoveStakeDelayWindow() []int64
func (*OptionalParams) GetRequiredMinimumStake ¶ added in v0.0.4
func (x *OptionalParams) GetRequiredMinimumStake() []string
func (*OptionalParams) GetTaskRewardAlpha ¶ added in v0.2.6
func (x *OptionalParams) GetTaskRewardAlpha() []string
func (*OptionalParams) GetTopicFeeRevenueDecayRate ¶ added in v0.2.6
func (x *OptionalParams) GetTopicFeeRevenueDecayRate() []string
func (*OptionalParams) GetTopicRewardAlpha ¶ added in v0.2.6
func (x *OptionalParams) GetTopicRewardAlpha() []string
func (*OptionalParams) GetTopicRewardFeeRevenueImportance ¶ added in v0.2.6
func (x *OptionalParams) GetTopicRewardFeeRevenueImportance() []string
func (*OptionalParams) GetTopicRewardStakeImportance ¶ added in v0.2.6
func (x *OptionalParams) GetTopicRewardStakeImportance() []string
func (*OptionalParams) GetValidatorsVsAlloraPercentReward ¶ added in v0.2.6
func (x *OptionalParams) GetValidatorsVsAlloraPercentReward() []string
func (*OptionalParams) GetVersion ¶ added in v0.0.4
func (x *OptionalParams) GetVersion() []string
func (*OptionalParams) ProtoMessage ¶ added in v0.0.4
func (*OptionalParams) ProtoMessage()
func (*OptionalParams) ProtoReflect ¶ added in v0.0.4
func (x *OptionalParams) ProtoReflect() protoreflect.Message
func (*OptionalParams) Reset ¶ added in v0.0.4
func (x *OptionalParams) Reset()
func (*OptionalParams) String ¶ added in v0.0.4
func (x *OptionalParams) String() string
type Params ¶
type Params struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // version of the protocol should be in lockstep with // github release tag version MaxSerializedMsgLength int64 `` // max length of input data for msg and query server calls /* 132-byte string literal not displayed */ MinTopicWeight string `protobuf:"bytes,3,opt,name=min_topic_weight,json=minTopicWeight,proto3" json:"min_topic_weight,omitempty"` // total unmet demand for a topic < this => don't run inference // solicatation or weight-adjustment MaxTopicsPerBlock uint64 `protobuf:"varint,4,opt,name=max_topics_per_block,json=maxTopicsPerBlock,proto3" json:"max_topics_per_block,omitempty"` // max number of topics to run cadence for per block RequiredMinimumStake string `protobuf:"bytes,5,opt,name=required_minimum_stake,json=requiredMinimumStake,proto3" json:"required_minimum_stake,omitempty"` // minimum amount of tokens to send to stake as a reputer or worker RemoveStakeDelayWindow int64 `` // how long to wait before allowed to remove stake /* 132-byte string literal not displayed */ MinEpochLength int64 `protobuf:"varint,7,opt,name=min_epoch_length,json=minEpochLength,proto3" json:"min_epoch_length,omitempty"` // fastest allowable topic epoch and cadence of a // repeating inference request BetaEntropy string `protobuf:"bytes,8,opt,name=beta_entropy,json=betaEntropy,proto3" json:"beta_entropy,omitempty"` // controls resilience of reward payouts against copycat workers LearningRate string `protobuf:"bytes,9,opt,name=learning_rate,json=learningRate,proto3" json:"learning_rate,omitempty"` // speed of gradient descent MaxGradientThreshold string `protobuf:"bytes,10,opt,name=max_gradient_threshold,json=maxGradientThreshold,proto3" json:"max_gradient_threshold,omitempty"` // gradient descent stops when gradient falls below this MinStakeFraction string `protobuf:"bytes,11,opt,name=min_stake_fraction,json=minStakeFraction,proto3" json:"min_stake_fraction,omitempty"` // minimum fraction of stake to listen to when setting consensus listening // coefficients Epsilon string `protobuf:"bytes,12,opt,name=epsilon,proto3" json:"epsilon,omitempty"` // small number to prevent division by zero MaxUnfulfilledWorkerRequests uint64 `` // max num worker request nonces to keep track of per topic /* 151-byte string literal not displayed */ MaxUnfulfilledReputerRequests uint64 `` // max num reputer request nonces to keep track of per topic /* 154-byte string literal not displayed */ TopicRewardStakeImportance string `` // The exponent μ represents the importance of stake in the reward of a topic and has a fiducial value of 0.5 /* 144-byte string literal not displayed */ TopicRewardFeeRevenueImportance string `` // The exponent ν represents the importance of fee revenue in the reward of a topic and has a fiducial value of /* 161-byte string literal not displayed */ // 0.5 TopicRewardAlpha string `protobuf:"bytes,17,opt,name=topic_reward_alpha,json=topicRewardAlpha,proto3" json:"topic_reward_alpha,omitempty"` // global exponential moving average parameter. Fiducial value of 0.9375 on a monthly timescale, 0.5 for weekly // updates TaskRewardAlpha string `protobuf:"bytes,18,opt,name=task_reward_alpha,json=taskRewardAlpha,proto3" json:"task_reward_alpha,omitempty"` // global exponential moving average parameter. Fiducial value of 0.1 used to calculate ~U_ij, ~V_ik, ~W_im ValidatorsVsAlloraPercentReward string `` // percent of total supply rewarded to cosmos network validators, rest goes to allora reputers workers etc /* 161-byte string literal not displayed */ MaxSamplesToScaleScores uint64 `` // number of scores to use for standard deviation calculation /* 138-byte string literal not displayed */ MaxTopInferersToReward uint64 `` // max number of top inferers by score to reward /* 135-byte string literal not displayed */ MaxTopForecastersToReward uint64 `` // max number of top forecasters by score to reward /* 144-byte string literal not displayed */ MaxTopReputersToReward uint64 `` // max number of top reputers by score to reward /* 135-byte string literal not displayed */ CreateTopicFee string `protobuf:"bytes,24,opt,name=create_topic_fee,json=createTopicFee,proto3" json:"create_topic_fee,omitempty"` // topic registration fee GradientDescentMaxIters uint64 `` // max number of gradient descent iterations /* 136-byte string literal not displayed */ MaxRetriesToFulfilNoncesWorker int64 `` // max number of retries to unfulfilled nonces (worker) /* 161-byte string literal not displayed */ MaxRetriesToFulfilNoncesReputer int64 `` // max number of retries to unfulfilled nonces (reputer) /* 164-byte string literal not displayed */ RegistrationFee string `protobuf:"bytes,28,opt,name=registration_fee,json=registrationFee,proto3" json:"registration_fee,omitempty"` // registration fee for reputer or worker DefaultPageLimit uint64 `protobuf:"varint,29,opt,name=default_page_limit,json=defaultPageLimit,proto3" json:"default_page_limit,omitempty"` // default limit for pagination MaxPageLimit uint64 `protobuf:"varint,30,opt,name=max_page_limit,json=maxPageLimit,proto3" json:"max_page_limit,omitempty"` // max limit for pagination // min number of epochs to keep network losses, reputer losses, inferences, forecasts MinEpochLengthRecordLimit int64 `` /* 144-byte string literal not displayed */ // block emission rate in number of blocks expected per month BlocksPerMonth uint64 `protobuf:"varint,32,opt,name=blocks_per_month,json=blocksPerMonth,proto3" json:"blocks_per_month,omitempty"` PRewardInference string `protobuf:"bytes,33,opt,name=p_reward_inference,json=pRewardInference,proto3" json:"p_reward_inference,omitempty"` PRewardForecast string `protobuf:"bytes,34,opt,name=p_reward_forecast,json=pRewardForecast,proto3" json:"p_reward_forecast,omitempty"` PRewardReputer string `protobuf:"bytes,35,opt,name=p_reward_reputer,json=pRewardReputer,proto3" json:"p_reward_reputer,omitempty"` CRewardInference string `protobuf:"bytes,36,opt,name=c_reward_inference,json=cRewardInference,proto3" json:"c_reward_inference,omitempty"` CRewardForecast string `protobuf:"bytes,37,opt,name=c_reward_forecast,json=cRewardForecast,proto3" json:"c_reward_forecast,omitempty"` FTolerance string `protobuf:"bytes,38,opt,name=f_tolerance,json=fTolerance,proto3" json:"f_tolerance,omitempty"` CNorm string `protobuf:"bytes,39,opt,name=c_norm,json=cNorm,proto3" json:"c_norm,omitempty"` TopicFeeRevenueDecayRate string `` // decay rate for topic fee revenue /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
Params defines the parameters of the module.
func (*Params) Descriptor
deprecated
func (*Params) GetBetaEntropy ¶ added in v0.2.6
func (*Params) GetBlocksPerMonth ¶ added in v0.2.6
func (*Params) GetCRewardForecast ¶ added in v0.2.6
func (*Params) GetCRewardInference ¶ added in v0.2.6
func (*Params) GetCreateTopicFee ¶ added in v0.2.6
func (*Params) GetDefaultPageLimit ¶ added in v0.2.6
func (*Params) GetEpsilon ¶ added in v0.2.6
func (*Params) GetFTolerance ¶ added in v0.2.6
func (*Params) GetGradientDescentMaxIters ¶ added in v0.2.6
func (*Params) GetLearningRate ¶ added in v0.2.6
func (*Params) GetMaxGradientThreshold ¶ added in v0.2.6
func (*Params) GetMaxPageLimit ¶ added in v0.2.6
func (*Params) GetMaxRetriesToFulfilNoncesReputer ¶ added in v0.2.6
func (*Params) GetMaxRetriesToFulfilNoncesWorker ¶ added in v0.2.6
func (*Params) GetMaxSamplesToScaleScores ¶ added in v0.2.6
func (*Params) GetMaxSerializedMsgLength ¶ added in v0.2.6
func (*Params) GetMaxTopForecastersToReward ¶ added in v0.2.6
func (*Params) GetMaxTopInferersToReward ¶ added in v0.2.6
func (*Params) GetMaxTopReputersToReward ¶ added in v0.2.6
func (*Params) GetMaxTopicsPerBlock ¶ added in v0.0.4
func (*Params) GetMaxUnfulfilledReputerRequests ¶ added in v0.2.6
func (*Params) GetMaxUnfulfilledWorkerRequests ¶ added in v0.2.6
func (*Params) GetMinEpochLength ¶ added in v0.2.6
func (*Params) GetMinEpochLengthRecordLimit ¶ added in v0.2.6
func (*Params) GetMinStakeFraction ¶ added in v0.2.6
func (*Params) GetMinTopicWeight ¶ added in v0.2.6
func (*Params) GetPRewardForecast ¶ added in v0.2.6
func (*Params) GetPRewardInference ¶ added in v0.2.6
func (*Params) GetPRewardReputer ¶ added in v0.2.6
func (*Params) GetRegistrationFee ¶ added in v0.2.6
func (*Params) GetRemoveStakeDelayWindow ¶ added in v0.0.4
func (*Params) GetRequiredMinimumStake ¶ added in v0.0.4
func (*Params) GetTaskRewardAlpha ¶ added in v0.2.6
func (*Params) GetTopicFeeRevenueDecayRate ¶ added in v0.2.6
func (*Params) GetTopicRewardAlpha ¶ added in v0.2.6
func (*Params) GetTopicRewardFeeRevenueImportance ¶ added in v0.2.6
func (*Params) GetTopicRewardStakeImportance ¶ added in v0.2.6
func (*Params) GetValidatorsVsAlloraPercentReward ¶ added in v0.2.6
func (*Params) GetVersion ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
type QueryActiveTopicsRequest ¶
type QueryActiveTopicsRequest struct { Pagination *SimpleCursorPaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryActiveTopicsRequest) Descriptor
deprecated
func (*QueryActiveTopicsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryActiveTopicsRequest.ProtoReflect.Descriptor instead.
func (*QueryActiveTopicsRequest) GetPagination ¶ added in v0.2.6
func (x *QueryActiveTopicsRequest) GetPagination() *SimpleCursorPaginationRequest
func (*QueryActiveTopicsRequest) ProtoMessage ¶
func (*QueryActiveTopicsRequest) ProtoMessage()
func (*QueryActiveTopicsRequest) ProtoReflect ¶
func (x *QueryActiveTopicsRequest) ProtoReflect() protoreflect.Message
func (*QueryActiveTopicsRequest) Reset ¶
func (x *QueryActiveTopicsRequest) Reset()
func (*QueryActiveTopicsRequest) String ¶
func (x *QueryActiveTopicsRequest) String() string
type QueryActiveTopicsResponse ¶
type QueryActiveTopicsResponse struct { Topics []*Topic `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` Pagination *SimpleCursorPaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryActiveTopicsResponse) Descriptor
deprecated
func (*QueryActiveTopicsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryActiveTopicsResponse.ProtoReflect.Descriptor instead.
func (*QueryActiveTopicsResponse) GetPagination ¶ added in v0.2.6
func (x *QueryActiveTopicsResponse) GetPagination() *SimpleCursorPaginationResponse
func (*QueryActiveTopicsResponse) GetTopics ¶
func (x *QueryActiveTopicsResponse) GetTopics() []*Topic
func (*QueryActiveTopicsResponse) ProtoMessage ¶
func (*QueryActiveTopicsResponse) ProtoMessage()
func (*QueryActiveTopicsResponse) ProtoReflect ¶
func (x *QueryActiveTopicsResponse) ProtoReflect() protoreflect.Message
func (*QueryActiveTopicsResponse) Reset ¶
func (x *QueryActiveTopicsResponse) Reset()
func (*QueryActiveTopicsResponse) String ¶
func (x *QueryActiveTopicsResponse) String() string
type QueryClient ¶
type QueryClient interface { // Params returns the module parameters. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) GetNextTopicId(ctx context.Context, in *QueryNextTopicIdRequest, opts ...grpc.CallOption) (*QueryNextTopicIdResponse, error) GetTopic(ctx context.Context, in *QueryTopicRequest, opts ...grpc.CallOption) (*QueryTopicResponse, error) GetActiveTopics(ctx context.Context, in *QueryActiveTopicsRequest, opts ...grpc.CallOption) (*QueryActiveTopicsResponse, error) GetWorkerLatestInferenceByTopicId(ctx context.Context, in *QueryWorkerLatestInferenceRequest, opts ...grpc.CallOption) (*QueryWorkerLatestInferenceResponse, error) GetInferencesAtBlock(ctx context.Context, in *QueryInferencesAtBlockRequest, opts ...grpc.CallOption) (*QueryInferencesAtBlockResponse, error) GetForecastsAtBlock(ctx context.Context, in *QueryForecastsAtBlockRequest, opts ...grpc.CallOption) (*QueryForecastsAtBlockResponse, error) GetNetworkLossBundleAtBlock(ctx context.Context, in *QueryNetworkLossBundleAtBlockRequest, opts ...grpc.CallOption) (*QueryNetworkLossBundleAtBlockResponse, error) GetTotalStake(ctx context.Context, in *QueryTotalStakeRequest, opts ...grpc.CallOption) (*QueryTotalStakeResponse, error) GetReputerStakeInTopic(ctx context.Context, in *QueryReputerStakeInTopicRequest, opts ...grpc.CallOption) (*QueryReputerStakeInTopicResponse, error) GetMultiReputerStakeInTopic(ctx context.Context, in *QueryMultiReputerStakeInTopicRequest, opts ...grpc.CallOption) (*QueryMultiReputerStakeInTopicResponse, error) GetDelegateStakeInTopicInReputer(ctx context.Context, in *QueryDelegateStakeInTopicInReputerRequest, opts ...grpc.CallOption) (*QueryDelegateStakeInTopicInReputerResponse, error) GetStakeFromDelegatorInTopicInReputer(ctx context.Context, in *QueryStakeFromDelegatorInTopicInReputerRequest, opts ...grpc.CallOption) (*QueryStakeFromDelegatorInTopicInReputerResponse, error) GetStakeFromDelegatorInTopic(ctx context.Context, in *QueryStakeFromDelegatorInTopicRequest, opts ...grpc.CallOption) (*QueryStakeFromDelegatorInTopicResponse, error) GetTopicStake(ctx context.Context, in *QueryTopicStakeRequest, opts ...grpc.CallOption) (*QueryTopicStakeResponse, error) GetWorkerNodeInfo(ctx context.Context, in *QueryWorkerNodeInfoRequest, opts ...grpc.CallOption) (*QueryWorkerNodeInfoResponse, error) GetReputerNodeInfo(ctx context.Context, in *QueryReputerNodeInfoRequest, opts ...grpc.CallOption) (*QueryReputerNodeInfoResponse, error) GetWorkerAddressByP2PKey(ctx context.Context, in *QueryWorkerAddressByP2PKeyRequest, opts ...grpc.CallOption) (*QueryWorkerAddressByP2PKeyResponse, error) GetReputerAddressByP2PKey(ctx context.Context, in *QueryReputerAddressByP2PKeyRequest, opts ...grpc.CallOption) (*QueryReputerAddressByP2PKeyResponse, error) IsWorkerRegisteredInTopicId(ctx context.Context, in *QueryIsWorkerRegisteredInTopicIdRequest, opts ...grpc.CallOption) (*QueryIsWorkerRegisteredInTopicIdResponse, error) IsReputerRegisteredInTopicId(ctx context.Context, in *QueryIsReputerRegisteredInTopicIdRequest, opts ...grpc.CallOption) (*QueryIsReputerRegisteredInTopicIdResponse, error) GetNetworkInferencesAtBlock(ctx context.Context, in *QueryNetworkInferencesAtBlockRequest, opts ...grpc.CallOption) (*QueryNetworkInferencesAtBlockResponse, error) IsWhitelistAdmin(ctx context.Context, in *QueryIsWhitelistAdminRequest, opts ...grpc.CallOption) (*QueryIsWhitelistAdminResponse, 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 QueryDelegateStakeInTopicInReputerRequest ¶ added in v0.2.6
type QueryDelegateStakeInTopicInReputerRequest struct { ReputerAddress string `protobuf:"bytes,1,opt,name=reputer_address,json=reputerAddress,proto3" json:"reputer_address,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryDelegateStakeInTopicInReputerRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryDelegateStakeInTopicInReputerRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryDelegateStakeInTopicInReputerRequest.ProtoReflect.Descriptor instead.
func (*QueryDelegateStakeInTopicInReputerRequest) GetReputerAddress ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerRequest) GetReputerAddress() string
func (*QueryDelegateStakeInTopicInReputerRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerRequest) GetTopicId() uint64
func (*QueryDelegateStakeInTopicInReputerRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryDelegateStakeInTopicInReputerRequest) ProtoMessage()
func (*QueryDelegateStakeInTopicInReputerRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerRequest) ProtoReflect() protoreflect.Message
func (*QueryDelegateStakeInTopicInReputerRequest) Reset ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerRequest) Reset()
func (*QueryDelegateStakeInTopicInReputerRequest) String ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerRequest) String() string
type QueryDelegateStakeInTopicInReputerResponse ¶ added in v0.2.6
type QueryDelegateStakeInTopicInReputerResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*QueryDelegateStakeInTopicInReputerResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryDelegateStakeInTopicInReputerResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryDelegateStakeInTopicInReputerResponse.ProtoReflect.Descriptor instead.
func (*QueryDelegateStakeInTopicInReputerResponse) GetAmount ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerResponse) GetAmount() string
func (*QueryDelegateStakeInTopicInReputerResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryDelegateStakeInTopicInReputerResponse) ProtoMessage()
func (*QueryDelegateStakeInTopicInReputerResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerResponse) ProtoReflect() protoreflect.Message
func (*QueryDelegateStakeInTopicInReputerResponse) Reset ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerResponse) Reset()
func (*QueryDelegateStakeInTopicInReputerResponse) String ¶ added in v0.2.6
func (x *QueryDelegateStakeInTopicInReputerResponse) String() string
type QueryForecastsAtBlockRequest ¶ added in v0.2.6
type QueryForecastsAtBlockRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
Returns the forecasts on a topic posted at a block height
func (*QueryForecastsAtBlockRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryForecastsAtBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryForecastsAtBlockRequest.ProtoReflect.Descriptor instead.
func (*QueryForecastsAtBlockRequest) GetBlockHeight ¶ added in v0.2.6
func (x *QueryForecastsAtBlockRequest) GetBlockHeight() int64
func (*QueryForecastsAtBlockRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryForecastsAtBlockRequest) GetTopicId() uint64
func (*QueryForecastsAtBlockRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryForecastsAtBlockRequest) ProtoMessage()
func (*QueryForecastsAtBlockRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryForecastsAtBlockRequest) ProtoReflect() protoreflect.Message
func (*QueryForecastsAtBlockRequest) Reset ¶ added in v0.2.6
func (x *QueryForecastsAtBlockRequest) Reset()
func (*QueryForecastsAtBlockRequest) String ¶ added in v0.2.6
func (x *QueryForecastsAtBlockRequest) String() string
type QueryForecastsAtBlockResponse ¶ added in v0.2.6
type QueryForecastsAtBlockResponse struct { Forecasts *Forecasts `protobuf:"bytes,1,opt,name=forecasts,proto3" json:"forecasts,omitempty"` // contains filtered or unexported fields }
Returns the forecasts on a topic posted at a block height
NOTE: The amount field is a Uint which implements the custom method signatures required by gogoproto.
func (*QueryForecastsAtBlockResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryForecastsAtBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryForecastsAtBlockResponse.ProtoReflect.Descriptor instead.
func (*QueryForecastsAtBlockResponse) GetForecasts ¶ added in v0.2.6
func (x *QueryForecastsAtBlockResponse) GetForecasts() *Forecasts
func (*QueryForecastsAtBlockResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryForecastsAtBlockResponse) ProtoMessage()
func (*QueryForecastsAtBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryForecastsAtBlockResponse) ProtoReflect() protoreflect.Message
func (*QueryForecastsAtBlockResponse) Reset ¶ added in v0.2.6
func (x *QueryForecastsAtBlockResponse) Reset()
func (*QueryForecastsAtBlockResponse) String ¶ added in v0.2.6
func (x *QueryForecastsAtBlockResponse) String() string
type QueryInferencesAtBlockRequest ¶ added in v0.2.6
type QueryInferencesAtBlockRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
Returns the inferences on a topic posted at a block height
func (*QueryInferencesAtBlockRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryInferencesAtBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryInferencesAtBlockRequest.ProtoReflect.Descriptor instead.
func (*QueryInferencesAtBlockRequest) GetBlockHeight ¶ added in v0.2.6
func (x *QueryInferencesAtBlockRequest) GetBlockHeight() int64
func (*QueryInferencesAtBlockRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryInferencesAtBlockRequest) GetTopicId() uint64
func (*QueryInferencesAtBlockRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryInferencesAtBlockRequest) ProtoMessage()
func (*QueryInferencesAtBlockRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryInferencesAtBlockRequest) ProtoReflect() protoreflect.Message
func (*QueryInferencesAtBlockRequest) Reset ¶ added in v0.2.6
func (x *QueryInferencesAtBlockRequest) Reset()
func (*QueryInferencesAtBlockRequest) String ¶ added in v0.2.6
func (x *QueryInferencesAtBlockRequest) String() string
type QueryInferencesAtBlockResponse ¶ added in v0.2.6
type QueryInferencesAtBlockResponse struct { Inferences *Inferences `protobuf:"bytes,1,opt,name=inferences,proto3" json:"inferences,omitempty"` // contains filtered or unexported fields }
Returns the inferences on a topic posted at a block height
NOTE: The amount field is a Uint which implements the custom method signatures required by gogoproto.
func (*QueryInferencesAtBlockResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryInferencesAtBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryInferencesAtBlockResponse.ProtoReflect.Descriptor instead.
func (*QueryInferencesAtBlockResponse) GetInferences ¶ added in v0.2.6
func (x *QueryInferencesAtBlockResponse) GetInferences() *Inferences
func (*QueryInferencesAtBlockResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryInferencesAtBlockResponse) ProtoMessage()
func (*QueryInferencesAtBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryInferencesAtBlockResponse) ProtoReflect() protoreflect.Message
func (*QueryInferencesAtBlockResponse) Reset ¶ added in v0.2.6
func (x *QueryInferencesAtBlockResponse) Reset()
func (*QueryInferencesAtBlockResponse) String ¶ added in v0.2.6
func (x *QueryInferencesAtBlockResponse) String() string
type QueryIsReputerRegisteredInTopicIdRequest ¶ added in v0.2.6
type QueryIsReputerRegisteredInTopicIdRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueryIsReputerRegisteredInTopicIdRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsReputerRegisteredInTopicIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsReputerRegisteredInTopicIdRequest.ProtoReflect.Descriptor instead.
func (*QueryIsReputerRegisteredInTopicIdRequest) GetAddress ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdRequest) GetAddress() string
func (*QueryIsReputerRegisteredInTopicIdRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdRequest) GetTopicId() uint64
func (*QueryIsReputerRegisteredInTopicIdRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryIsReputerRegisteredInTopicIdRequest) ProtoMessage()
func (*QueryIsReputerRegisteredInTopicIdRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdRequest) ProtoReflect() protoreflect.Message
func (*QueryIsReputerRegisteredInTopicIdRequest) Reset ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdRequest) Reset()
func (*QueryIsReputerRegisteredInTopicIdRequest) String ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdRequest) String() string
type QueryIsReputerRegisteredInTopicIdResponse ¶ added in v0.2.6
type QueryIsReputerRegisteredInTopicIdResponse struct { IsRegistered bool `protobuf:"varint,1,opt,name=is_registered,json=isRegistered,proto3" json:"is_registered,omitempty"` // contains filtered or unexported fields }
func (*QueryIsReputerRegisteredInTopicIdResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsReputerRegisteredInTopicIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsReputerRegisteredInTopicIdResponse.ProtoReflect.Descriptor instead.
func (*QueryIsReputerRegisteredInTopicIdResponse) GetIsRegistered ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdResponse) GetIsRegistered() bool
func (*QueryIsReputerRegisteredInTopicIdResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryIsReputerRegisteredInTopicIdResponse) ProtoMessage()
func (*QueryIsReputerRegisteredInTopicIdResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdResponse) ProtoReflect() protoreflect.Message
func (*QueryIsReputerRegisteredInTopicIdResponse) Reset ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdResponse) Reset()
func (*QueryIsReputerRegisteredInTopicIdResponse) String ¶ added in v0.2.6
func (x *QueryIsReputerRegisteredInTopicIdResponse) String() string
type QueryIsWhitelistAdminRequest ¶ added in v0.2.6
type QueryIsWhitelistAdminRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueryIsWhitelistAdminRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsWhitelistAdminRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsWhitelistAdminRequest.ProtoReflect.Descriptor instead.
func (*QueryIsWhitelistAdminRequest) GetAddress ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminRequest) GetAddress() string
func (*QueryIsWhitelistAdminRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryIsWhitelistAdminRequest) ProtoMessage()
func (*QueryIsWhitelistAdminRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminRequest) ProtoReflect() protoreflect.Message
func (*QueryIsWhitelistAdminRequest) Reset ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminRequest) Reset()
func (*QueryIsWhitelistAdminRequest) String ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminRequest) String() string
type QueryIsWhitelistAdminResponse ¶ added in v0.2.6
type QueryIsWhitelistAdminResponse struct { IsAdmin bool `protobuf:"varint,1,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"` // contains filtered or unexported fields }
func (*QueryIsWhitelistAdminResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsWhitelistAdminResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsWhitelistAdminResponse.ProtoReflect.Descriptor instead.
func (*QueryIsWhitelistAdminResponse) GetIsAdmin ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminResponse) GetIsAdmin() bool
func (*QueryIsWhitelistAdminResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryIsWhitelistAdminResponse) ProtoMessage()
func (*QueryIsWhitelistAdminResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminResponse) ProtoReflect() protoreflect.Message
func (*QueryIsWhitelistAdminResponse) Reset ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminResponse) Reset()
func (*QueryIsWhitelistAdminResponse) String ¶ added in v0.2.6
func (x *QueryIsWhitelistAdminResponse) String() string
type QueryIsWorkerRegisteredInTopicIdRequest ¶ added in v0.2.6
type QueryIsWorkerRegisteredInTopicIdRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueryIsWorkerRegisteredInTopicIdRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsWorkerRegisteredInTopicIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsWorkerRegisteredInTopicIdRequest.ProtoReflect.Descriptor instead.
func (*QueryIsWorkerRegisteredInTopicIdRequest) GetAddress ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdRequest) GetAddress() string
func (*QueryIsWorkerRegisteredInTopicIdRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdRequest) GetTopicId() uint64
func (*QueryIsWorkerRegisteredInTopicIdRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryIsWorkerRegisteredInTopicIdRequest) ProtoMessage()
func (*QueryIsWorkerRegisteredInTopicIdRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdRequest) ProtoReflect() protoreflect.Message
func (*QueryIsWorkerRegisteredInTopicIdRequest) Reset ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdRequest) Reset()
func (*QueryIsWorkerRegisteredInTopicIdRequest) String ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdRequest) String() string
type QueryIsWorkerRegisteredInTopicIdResponse ¶ added in v0.2.6
type QueryIsWorkerRegisteredInTopicIdResponse struct { IsRegistered bool `protobuf:"varint,1,opt,name=is_registered,json=isRegistered,proto3" json:"is_registered,omitempty"` // contains filtered or unexported fields }
func (*QueryIsWorkerRegisteredInTopicIdResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryIsWorkerRegisteredInTopicIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryIsWorkerRegisteredInTopicIdResponse.ProtoReflect.Descriptor instead.
func (*QueryIsWorkerRegisteredInTopicIdResponse) GetIsRegistered ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdResponse) GetIsRegistered() bool
func (*QueryIsWorkerRegisteredInTopicIdResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryIsWorkerRegisteredInTopicIdResponse) ProtoMessage()
func (*QueryIsWorkerRegisteredInTopicIdResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdResponse) ProtoReflect() protoreflect.Message
func (*QueryIsWorkerRegisteredInTopicIdResponse) Reset ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdResponse) Reset()
func (*QueryIsWorkerRegisteredInTopicIdResponse) String ¶ added in v0.2.6
func (x *QueryIsWorkerRegisteredInTopicIdResponse) String() string
type QueryMultiReputerStakeInTopicRequest ¶ added in v0.2.6
type QueryMultiReputerStakeInTopicRequest struct { Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryMultiReputerStakeInTopicRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryMultiReputerStakeInTopicRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryMultiReputerStakeInTopicRequest.ProtoReflect.Descriptor instead.
func (*QueryMultiReputerStakeInTopicRequest) GetAddresses ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicRequest) GetAddresses() []string
func (*QueryMultiReputerStakeInTopicRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicRequest) GetTopicId() uint64
func (*QueryMultiReputerStakeInTopicRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryMultiReputerStakeInTopicRequest) ProtoMessage()
func (*QueryMultiReputerStakeInTopicRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicRequest) ProtoReflect() protoreflect.Message
func (*QueryMultiReputerStakeInTopicRequest) Reset ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicRequest) Reset()
func (*QueryMultiReputerStakeInTopicRequest) String ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicRequest) String() string
type QueryMultiReputerStakeInTopicResponse ¶ added in v0.2.6
type QueryMultiReputerStakeInTopicResponse struct { Amounts []*StakePlacement `protobuf:"bytes,1,rep,name=amounts,proto3" json:"amounts,omitempty"` // contains filtered or unexported fields }
func (*QueryMultiReputerStakeInTopicResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryMultiReputerStakeInTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryMultiReputerStakeInTopicResponse.ProtoReflect.Descriptor instead.
func (*QueryMultiReputerStakeInTopicResponse) GetAmounts ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicResponse) GetAmounts() []*StakePlacement
func (*QueryMultiReputerStakeInTopicResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryMultiReputerStakeInTopicResponse) ProtoMessage()
func (*QueryMultiReputerStakeInTopicResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicResponse) ProtoReflect() protoreflect.Message
func (*QueryMultiReputerStakeInTopicResponse) Reset ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicResponse) Reset()
func (*QueryMultiReputerStakeInTopicResponse) String ¶ added in v0.2.6
func (x *QueryMultiReputerStakeInTopicResponse) String() string
type QueryNetworkInferencesAtBlockRequest ¶ added in v0.2.6
type QueryNetworkInferencesAtBlockRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeightLastInference int64 `` /* 138-byte string literal not displayed */ BlockHeightLastReward int64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryNetworkInferencesAtBlockRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryNetworkInferencesAtBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryNetworkInferencesAtBlockRequest.ProtoReflect.Descriptor instead.
func (*QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastInference ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastInference() int64
func (*QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastReward ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) GetBlockHeightLastReward() int64
func (*QueryNetworkInferencesAtBlockRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) GetTopicId() uint64
func (*QueryNetworkInferencesAtBlockRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryNetworkInferencesAtBlockRequest) ProtoMessage()
func (*QueryNetworkInferencesAtBlockRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) ProtoReflect() protoreflect.Message
func (*QueryNetworkInferencesAtBlockRequest) Reset ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) Reset()
func (*QueryNetworkInferencesAtBlockRequest) String ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockRequest) String() string
type QueryNetworkInferencesAtBlockResponse ¶ added in v0.2.6
type QueryNetworkInferencesAtBlockResponse struct { NetworkInferences *ValueBundle `protobuf:"bytes,1,opt,name=network_inferences,json=networkInferences,proto3" json:"network_inferences,omitempty"` // contains filtered or unexported fields }
func (*QueryNetworkInferencesAtBlockResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryNetworkInferencesAtBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryNetworkInferencesAtBlockResponse.ProtoReflect.Descriptor instead.
func (*QueryNetworkInferencesAtBlockResponse) GetNetworkInferences ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockResponse) GetNetworkInferences() *ValueBundle
func (*QueryNetworkInferencesAtBlockResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryNetworkInferencesAtBlockResponse) ProtoMessage()
func (*QueryNetworkInferencesAtBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockResponse) ProtoReflect() protoreflect.Message
func (*QueryNetworkInferencesAtBlockResponse) Reset ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockResponse) Reset()
func (*QueryNetworkInferencesAtBlockResponse) String ¶ added in v0.2.6
func (x *QueryNetworkInferencesAtBlockResponse) String() string
type QueryNetworkLossBundleAtBlockRequest ¶ added in v0.2.6
type QueryNetworkLossBundleAtBlockRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // contains filtered or unexported fields }
func (*QueryNetworkLossBundleAtBlockRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryNetworkLossBundleAtBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryNetworkLossBundleAtBlockRequest.ProtoReflect.Descriptor instead.
func (*QueryNetworkLossBundleAtBlockRequest) GetBlockHeight ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockRequest) GetBlockHeight() int64
func (*QueryNetworkLossBundleAtBlockRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockRequest) GetTopicId() uint64
func (*QueryNetworkLossBundleAtBlockRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryNetworkLossBundleAtBlockRequest) ProtoMessage()
func (*QueryNetworkLossBundleAtBlockRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockRequest) ProtoReflect() protoreflect.Message
func (*QueryNetworkLossBundleAtBlockRequest) Reset ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockRequest) Reset()
func (*QueryNetworkLossBundleAtBlockRequest) String ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockRequest) String() string
type QueryNetworkLossBundleAtBlockResponse ¶ added in v0.2.6
type QueryNetworkLossBundleAtBlockResponse struct { LossBundle *ValueBundle `protobuf:"bytes,1,opt,name=loss_bundle,json=lossBundle,proto3" json:"loss_bundle,omitempty"` // contains filtered or unexported fields }
func (*QueryNetworkLossBundleAtBlockResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryNetworkLossBundleAtBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryNetworkLossBundleAtBlockResponse.ProtoReflect.Descriptor instead.
func (*QueryNetworkLossBundleAtBlockResponse) GetLossBundle ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockResponse) GetLossBundle() *ValueBundle
func (*QueryNetworkLossBundleAtBlockResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryNetworkLossBundleAtBlockResponse) ProtoMessage()
func (*QueryNetworkLossBundleAtBlockResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockResponse) ProtoReflect() protoreflect.Message
func (*QueryNetworkLossBundleAtBlockResponse) Reset ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockResponse) Reset()
func (*QueryNetworkLossBundleAtBlockResponse) String ¶ added in v0.2.6
func (x *QueryNetworkLossBundleAtBlockResponse) String() string
type QueryNextTopicIdRequest ¶
type QueryNextTopicIdRequest struct {
// contains filtered or unexported fields
}
func (*QueryNextTopicIdRequest) Descriptor
deprecated
func (*QueryNextTopicIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryNextTopicIdRequest.ProtoReflect.Descriptor instead.
func (*QueryNextTopicIdRequest) ProtoMessage ¶
func (*QueryNextTopicIdRequest) ProtoMessage()
func (*QueryNextTopicIdRequest) ProtoReflect ¶
func (x *QueryNextTopicIdRequest) ProtoReflect() protoreflect.Message
func (*QueryNextTopicIdRequest) Reset ¶
func (x *QueryNextTopicIdRequest) Reset()
func (*QueryNextTopicIdRequest) String ¶
func (x *QueryNextTopicIdRequest) String() string
type QueryNextTopicIdResponse ¶
type QueryNextTopicIdResponse struct { NextTopicId uint64 `protobuf:"varint,1,opt,name=next_topic_id,json=nextTopicId,proto3" json:"next_topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryNextTopicIdResponse) Descriptor
deprecated
func (*QueryNextTopicIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryNextTopicIdResponse.ProtoReflect.Descriptor instead.
func (*QueryNextTopicIdResponse) GetNextTopicId ¶
func (x *QueryNextTopicIdResponse) GetNextTopicId() uint64
func (*QueryNextTopicIdResponse) ProtoMessage ¶
func (*QueryNextTopicIdResponse) ProtoMessage()
func (*QueryNextTopicIdResponse) ProtoReflect ¶
func (x *QueryNextTopicIdResponse) ProtoReflect() protoreflect.Message
func (*QueryNextTopicIdResponse) Reset ¶
func (x *QueryNextTopicIdResponse) Reset()
func (*QueryNextTopicIdResponse) String ¶
func (x *QueryNextTopicIdResponse) String() string
type QueryParamsRequest ¶
type QueryParamsRequest struct {
// contains filtered or unexported fields
}
QueryParamsRequest is the 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 defines the parameters of the module. Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
QueryParamsResponse is the 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 QueryReputerAddressByP2PKeyRequest ¶ added in v0.2.6
type QueryReputerAddressByP2PKeyRequest struct { Libp2PKey string `protobuf:"bytes,1,opt,name=libp2p_key,json=libp2pKey,proto3" json:"libp2p_key,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerAddressByP2PKeyRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerAddressByP2PKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerAddressByP2PKeyRequest.ProtoReflect.Descriptor instead.
func (*QueryReputerAddressByP2PKeyRequest) GetLibp2PKey ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyRequest) GetLibp2PKey() string
func (*QueryReputerAddressByP2PKeyRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerAddressByP2PKeyRequest) ProtoMessage()
func (*QueryReputerAddressByP2PKeyRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyRequest) ProtoReflect() protoreflect.Message
func (*QueryReputerAddressByP2PKeyRequest) Reset ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyRequest) Reset()
func (*QueryReputerAddressByP2PKeyRequest) String ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyRequest) String() string
type QueryReputerAddressByP2PKeyResponse ¶ added in v0.2.6
type QueryReputerAddressByP2PKeyResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerAddressByP2PKeyResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerAddressByP2PKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerAddressByP2PKeyResponse.ProtoReflect.Descriptor instead.
func (*QueryReputerAddressByP2PKeyResponse) GetAddress ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyResponse) GetAddress() string
func (*QueryReputerAddressByP2PKeyResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerAddressByP2PKeyResponse) ProtoMessage()
func (*QueryReputerAddressByP2PKeyResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyResponse) ProtoReflect() protoreflect.Message
func (*QueryReputerAddressByP2PKeyResponse) Reset ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyResponse) Reset()
func (*QueryReputerAddressByP2PKeyResponse) String ¶ added in v0.2.6
func (x *QueryReputerAddressByP2PKeyResponse) String() string
type QueryReputerNodeInfoRequest ¶ added in v0.2.6
type QueryReputerNodeInfoRequest struct { Libp2PKey string `protobuf:"bytes,1,opt,name=libp2p_key,json=libp2pKey,proto3" json:"libp2p_key,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerNodeInfoRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerNodeInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerNodeInfoRequest.ProtoReflect.Descriptor instead.
func (*QueryReputerNodeInfoRequest) GetLibp2PKey ¶ added in v0.2.6
func (x *QueryReputerNodeInfoRequest) GetLibp2PKey() string
func (*QueryReputerNodeInfoRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerNodeInfoRequest) ProtoMessage()
func (*QueryReputerNodeInfoRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerNodeInfoRequest) ProtoReflect() protoreflect.Message
func (*QueryReputerNodeInfoRequest) Reset ¶ added in v0.2.6
func (x *QueryReputerNodeInfoRequest) Reset()
func (*QueryReputerNodeInfoRequest) String ¶ added in v0.2.6
func (x *QueryReputerNodeInfoRequest) String() string
type QueryReputerNodeInfoResponse ¶ added in v0.2.6
type QueryReputerNodeInfoResponse struct { NodeInfo *OffchainNode `protobuf:"bytes,1,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerNodeInfoResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerNodeInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerNodeInfoResponse.ProtoReflect.Descriptor instead.
func (*QueryReputerNodeInfoResponse) GetNodeInfo ¶ added in v0.2.6
func (x *QueryReputerNodeInfoResponse) GetNodeInfo() *OffchainNode
func (*QueryReputerNodeInfoResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerNodeInfoResponse) ProtoMessage()
func (*QueryReputerNodeInfoResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerNodeInfoResponse) ProtoReflect() protoreflect.Message
func (*QueryReputerNodeInfoResponse) Reset ¶ added in v0.2.6
func (x *QueryReputerNodeInfoResponse) Reset()
func (*QueryReputerNodeInfoResponse) String ¶ added in v0.2.6
func (x *QueryReputerNodeInfoResponse) String() string
type QueryReputerStakeInTopicRequest ¶ added in v0.2.6
type QueryReputerStakeInTopicRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerStakeInTopicRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerStakeInTopicRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerStakeInTopicRequest.ProtoReflect.Descriptor instead.
func (*QueryReputerStakeInTopicRequest) GetAddress ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicRequest) GetAddress() string
func (*QueryReputerStakeInTopicRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicRequest) GetTopicId() uint64
func (*QueryReputerStakeInTopicRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerStakeInTopicRequest) ProtoMessage()
func (*QueryReputerStakeInTopicRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicRequest) ProtoReflect() protoreflect.Message
func (*QueryReputerStakeInTopicRequest) Reset ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicRequest) Reset()
func (*QueryReputerStakeInTopicRequest) String ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicRequest) String() string
type QueryReputerStakeInTopicResponse ¶ added in v0.2.6
type QueryReputerStakeInTopicResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*QueryReputerStakeInTopicResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryReputerStakeInTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryReputerStakeInTopicResponse.ProtoReflect.Descriptor instead.
func (*QueryReputerStakeInTopicResponse) GetAmount ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicResponse) GetAmount() string
func (*QueryReputerStakeInTopicResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryReputerStakeInTopicResponse) ProtoMessage()
func (*QueryReputerStakeInTopicResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicResponse) ProtoReflect() protoreflect.Message
func (*QueryReputerStakeInTopicResponse) Reset ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicResponse) Reset()
func (*QueryReputerStakeInTopicResponse) String ¶ added in v0.2.6
func (x *QueryReputerStakeInTopicResponse) String() string
type QueryServer ¶
type QueryServer interface { // Params returns the module parameters. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) GetNextTopicId(context.Context, *QueryNextTopicIdRequest) (*QueryNextTopicIdResponse, error) GetTopic(context.Context, *QueryTopicRequest) (*QueryTopicResponse, error) GetActiveTopics(context.Context, *QueryActiveTopicsRequest) (*QueryActiveTopicsResponse, error) GetWorkerLatestInferenceByTopicId(context.Context, *QueryWorkerLatestInferenceRequest) (*QueryWorkerLatestInferenceResponse, error) GetInferencesAtBlock(context.Context, *QueryInferencesAtBlockRequest) (*QueryInferencesAtBlockResponse, error) GetForecastsAtBlock(context.Context, *QueryForecastsAtBlockRequest) (*QueryForecastsAtBlockResponse, error) GetNetworkLossBundleAtBlock(context.Context, *QueryNetworkLossBundleAtBlockRequest) (*QueryNetworkLossBundleAtBlockResponse, error) GetTotalStake(context.Context, *QueryTotalStakeRequest) (*QueryTotalStakeResponse, error) GetReputerStakeInTopic(context.Context, *QueryReputerStakeInTopicRequest) (*QueryReputerStakeInTopicResponse, error) GetMultiReputerStakeInTopic(context.Context, *QueryMultiReputerStakeInTopicRequest) (*QueryMultiReputerStakeInTopicResponse, error) GetDelegateStakeInTopicInReputer(context.Context, *QueryDelegateStakeInTopicInReputerRequest) (*QueryDelegateStakeInTopicInReputerResponse, error) GetStakeFromDelegatorInTopicInReputer(context.Context, *QueryStakeFromDelegatorInTopicInReputerRequest) (*QueryStakeFromDelegatorInTopicInReputerResponse, error) GetStakeFromDelegatorInTopic(context.Context, *QueryStakeFromDelegatorInTopicRequest) (*QueryStakeFromDelegatorInTopicResponse, error) GetTopicStake(context.Context, *QueryTopicStakeRequest) (*QueryTopicStakeResponse, error) GetWorkerNodeInfo(context.Context, *QueryWorkerNodeInfoRequest) (*QueryWorkerNodeInfoResponse, error) GetReputerNodeInfo(context.Context, *QueryReputerNodeInfoRequest) (*QueryReputerNodeInfoResponse, error) GetWorkerAddressByP2PKey(context.Context, *QueryWorkerAddressByP2PKeyRequest) (*QueryWorkerAddressByP2PKeyResponse, error) GetReputerAddressByP2PKey(context.Context, *QueryReputerAddressByP2PKeyRequest) (*QueryReputerAddressByP2PKeyResponse, error) IsWorkerRegisteredInTopicId(context.Context, *QueryIsWorkerRegisteredInTopicIdRequest) (*QueryIsWorkerRegisteredInTopicIdResponse, error) IsReputerRegisteredInTopicId(context.Context, *QueryIsReputerRegisteredInTopicIdRequest) (*QueryIsReputerRegisteredInTopicIdResponse, error) GetNetworkInferencesAtBlock(context.Context, *QueryNetworkInferencesAtBlockRequest) (*QueryNetworkInferencesAtBlockResponse, error) IsWhitelistAdmin(context.Context, *QueryIsWhitelistAdminRequest) (*QueryIsWhitelistAdminResponse, error) // contains filtered or unexported methods }
QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility
type QueryStakeFromDelegatorInTopicInReputerRequest ¶ added in v0.2.6
type QueryStakeFromDelegatorInTopicInReputerRequest struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` ReputerAddress string `protobuf:"bytes,2,opt,name=reputer_address,json=reputerAddress,proto3" json:"reputer_address,omitempty"` TopicId uint64 `protobuf:"varint,3,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryStakeFromDelegatorInTopicInReputerRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryStakeFromDelegatorInTopicInReputerRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryStakeFromDelegatorInTopicInReputerRequest.ProtoReflect.Descriptor instead.
func (*QueryStakeFromDelegatorInTopicInReputerRequest) GetDelegatorAddress ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetDelegatorAddress() string
func (*QueryStakeFromDelegatorInTopicInReputerRequest) GetReputerAddress ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetReputerAddress() string
func (*QueryStakeFromDelegatorInTopicInReputerRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) GetTopicId() uint64
func (*QueryStakeFromDelegatorInTopicInReputerRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryStakeFromDelegatorInTopicInReputerRequest) ProtoMessage()
func (*QueryStakeFromDelegatorInTopicInReputerRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) ProtoReflect() protoreflect.Message
func (*QueryStakeFromDelegatorInTopicInReputerRequest) Reset ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) Reset()
func (*QueryStakeFromDelegatorInTopicInReputerRequest) String ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerRequest) String() string
type QueryStakeFromDelegatorInTopicInReputerResponse ¶ added in v0.2.6
type QueryStakeFromDelegatorInTopicInReputerResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*QueryStakeFromDelegatorInTopicInReputerResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryStakeFromDelegatorInTopicInReputerResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryStakeFromDelegatorInTopicInReputerResponse.ProtoReflect.Descriptor instead.
func (*QueryStakeFromDelegatorInTopicInReputerResponse) GetAmount ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerResponse) GetAmount() string
func (*QueryStakeFromDelegatorInTopicInReputerResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryStakeFromDelegatorInTopicInReputerResponse) ProtoMessage()
func (*QueryStakeFromDelegatorInTopicInReputerResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerResponse) ProtoReflect() protoreflect.Message
func (*QueryStakeFromDelegatorInTopicInReputerResponse) Reset ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerResponse) Reset()
func (*QueryStakeFromDelegatorInTopicInReputerResponse) String ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicInReputerResponse) String() string
type QueryStakeFromDelegatorInTopicRequest ¶ added in v0.2.6
type QueryStakeFromDelegatorInTopicRequest struct { DelegatorAddress string `protobuf:"bytes,1,opt,name=delegator_address,json=delegatorAddress,proto3" json:"delegator_address,omitempty"` TopicId uint64 `protobuf:"varint,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryStakeFromDelegatorInTopicRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryStakeFromDelegatorInTopicRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryStakeFromDelegatorInTopicRequest.ProtoReflect.Descriptor instead.
func (*QueryStakeFromDelegatorInTopicRequest) GetDelegatorAddress ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicRequest) GetDelegatorAddress() string
func (*QueryStakeFromDelegatorInTopicRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicRequest) GetTopicId() uint64
func (*QueryStakeFromDelegatorInTopicRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryStakeFromDelegatorInTopicRequest) ProtoMessage()
func (*QueryStakeFromDelegatorInTopicRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicRequest) ProtoReflect() protoreflect.Message
func (*QueryStakeFromDelegatorInTopicRequest) Reset ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicRequest) Reset()
func (*QueryStakeFromDelegatorInTopicRequest) String ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicRequest) String() string
type QueryStakeFromDelegatorInTopicResponse ¶ added in v0.2.6
type QueryStakeFromDelegatorInTopicResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*QueryStakeFromDelegatorInTopicResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryStakeFromDelegatorInTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryStakeFromDelegatorInTopicResponse.ProtoReflect.Descriptor instead.
func (*QueryStakeFromDelegatorInTopicResponse) GetAmount ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicResponse) GetAmount() string
func (*QueryStakeFromDelegatorInTopicResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryStakeFromDelegatorInTopicResponse) ProtoMessage()
func (*QueryStakeFromDelegatorInTopicResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicResponse) ProtoReflect() protoreflect.Message
func (*QueryStakeFromDelegatorInTopicResponse) Reset ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicResponse) Reset()
func (*QueryStakeFromDelegatorInTopicResponse) String ¶ added in v0.2.6
func (x *QueryStakeFromDelegatorInTopicResponse) String() string
type QueryTopicRequest ¶
type QueryTopicRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryTopicRequest) Descriptor
deprecated
func (*QueryTopicRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryTopicRequest.ProtoReflect.Descriptor instead.
func (*QueryTopicRequest) GetTopicId ¶
func (x *QueryTopicRequest) GetTopicId() uint64
func (*QueryTopicRequest) ProtoMessage ¶
func (*QueryTopicRequest) ProtoMessage()
func (*QueryTopicRequest) ProtoReflect ¶
func (x *QueryTopicRequest) ProtoReflect() protoreflect.Message
func (*QueryTopicRequest) Reset ¶
func (x *QueryTopicRequest) Reset()
func (*QueryTopicRequest) String ¶
func (x *QueryTopicRequest) String() string
type QueryTopicResponse ¶
type QueryTopicResponse struct { Topic *Topic `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Weight string `protobuf:"bytes,2,opt,name=weight,proto3" json:"weight,omitempty"` EffectiveRevenue string `protobuf:"bytes,3,opt,name=effective_revenue,json=effectiveRevenue,proto3" json:"effective_revenue,omitempty"` // contains filtered or unexported fields }
func (*QueryTopicResponse) Descriptor
deprecated
func (*QueryTopicResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryTopicResponse.ProtoReflect.Descriptor instead.
func (*QueryTopicResponse) GetEffectiveRevenue ¶ added in v0.2.6
func (x *QueryTopicResponse) GetEffectiveRevenue() string
func (*QueryTopicResponse) GetTopic ¶
func (x *QueryTopicResponse) GetTopic() *Topic
func (*QueryTopicResponse) GetWeight ¶ added in v0.2.6
func (x *QueryTopicResponse) GetWeight() string
func (*QueryTopicResponse) ProtoMessage ¶
func (*QueryTopicResponse) ProtoMessage()
func (*QueryTopicResponse) ProtoReflect ¶
func (x *QueryTopicResponse) ProtoReflect() protoreflect.Message
func (*QueryTopicResponse) Reset ¶
func (x *QueryTopicResponse) Reset()
func (*QueryTopicResponse) String ¶
func (x *QueryTopicResponse) String() string
type QueryTopicStakeRequest ¶ added in v0.2.6
type QueryTopicStakeRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` // contains filtered or unexported fields }
func (*QueryTopicStakeRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryTopicStakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryTopicStakeRequest.ProtoReflect.Descriptor instead.
func (*QueryTopicStakeRequest) GetTopicId ¶ added in v0.2.6
func (x *QueryTopicStakeRequest) GetTopicId() uint64
func (*QueryTopicStakeRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryTopicStakeRequest) ProtoMessage()
func (*QueryTopicStakeRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryTopicStakeRequest) ProtoReflect() protoreflect.Message
func (*QueryTopicStakeRequest) Reset ¶ added in v0.2.6
func (x *QueryTopicStakeRequest) Reset()
func (*QueryTopicStakeRequest) String ¶ added in v0.2.6
func (x *QueryTopicStakeRequest) String() string
type QueryTopicStakeResponse ¶ added in v0.2.6
type QueryTopicStakeResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*QueryTopicStakeResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryTopicStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryTopicStakeResponse.ProtoReflect.Descriptor instead.
func (*QueryTopicStakeResponse) GetAmount ¶ added in v0.2.6
func (x *QueryTopicStakeResponse) GetAmount() string
func (*QueryTopicStakeResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryTopicStakeResponse) ProtoMessage()
func (*QueryTopicStakeResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryTopicStakeResponse) ProtoReflect() protoreflect.Message
func (*QueryTopicStakeResponse) Reset ¶ added in v0.2.6
func (x *QueryTopicStakeResponse) Reset()
func (*QueryTopicStakeResponse) String ¶ added in v0.2.6
func (x *QueryTopicStakeResponse) String() string
type QueryTotalStakeRequest ¶
type QueryTotalStakeRequest struct {
// contains filtered or unexported fields
}
Total Stake returns the total amount of stake in the system
func (*QueryTotalStakeRequest) Descriptor
deprecated
func (*QueryTotalStakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryTotalStakeRequest.ProtoReflect.Descriptor instead.
func (*QueryTotalStakeRequest) ProtoMessage ¶
func (*QueryTotalStakeRequest) ProtoMessage()
func (*QueryTotalStakeRequest) ProtoReflect ¶
func (x *QueryTotalStakeRequest) ProtoReflect() protoreflect.Message
func (*QueryTotalStakeRequest) Reset ¶
func (x *QueryTotalStakeRequest) Reset()
func (*QueryTotalStakeRequest) String ¶
func (x *QueryTotalStakeRequest) String() string
type QueryTotalStakeResponse ¶
type QueryTotalStakeResponse struct { Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
Total Stake returns the total amount of stake in the system
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
func (*QueryTotalStakeResponse) Descriptor
deprecated
func (*QueryTotalStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryTotalStakeResponse.ProtoReflect.Descriptor instead.
func (*QueryTotalStakeResponse) GetAmount ¶
func (x *QueryTotalStakeResponse) GetAmount() string
func (*QueryTotalStakeResponse) ProtoMessage ¶
func (*QueryTotalStakeResponse) ProtoMessage()
func (*QueryTotalStakeResponse) ProtoReflect ¶
func (x *QueryTotalStakeResponse) ProtoReflect() protoreflect.Message
func (*QueryTotalStakeResponse) Reset ¶
func (x *QueryTotalStakeResponse) Reset()
func (*QueryTotalStakeResponse) String ¶
func (x *QueryTotalStakeResponse) String() string
type QueryWorkerAddressByP2PKeyRequest ¶
type QueryWorkerAddressByP2PKeyRequest struct { Libp2PKey string `protobuf:"bytes,1,opt,name=libp2p_key,json=libp2pKey,proto3" json:"libp2p_key,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerAddressByP2PKeyRequest) Descriptor
deprecated
func (*QueryWorkerAddressByP2PKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerAddressByP2PKeyRequest.ProtoReflect.Descriptor instead.
func (*QueryWorkerAddressByP2PKeyRequest) GetLibp2PKey ¶
func (x *QueryWorkerAddressByP2PKeyRequest) GetLibp2PKey() string
func (*QueryWorkerAddressByP2PKeyRequest) ProtoMessage ¶
func (*QueryWorkerAddressByP2PKeyRequest) ProtoMessage()
func (*QueryWorkerAddressByP2PKeyRequest) ProtoReflect ¶
func (x *QueryWorkerAddressByP2PKeyRequest) ProtoReflect() protoreflect.Message
func (*QueryWorkerAddressByP2PKeyRequest) Reset ¶
func (x *QueryWorkerAddressByP2PKeyRequest) Reset()
func (*QueryWorkerAddressByP2PKeyRequest) String ¶
func (x *QueryWorkerAddressByP2PKeyRequest) String() string
type QueryWorkerAddressByP2PKeyResponse ¶
type QueryWorkerAddressByP2PKeyResponse struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerAddressByP2PKeyResponse) Descriptor
deprecated
func (*QueryWorkerAddressByP2PKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerAddressByP2PKeyResponse.ProtoReflect.Descriptor instead.
func (*QueryWorkerAddressByP2PKeyResponse) GetAddress ¶
func (x *QueryWorkerAddressByP2PKeyResponse) GetAddress() string
func (*QueryWorkerAddressByP2PKeyResponse) ProtoMessage ¶
func (*QueryWorkerAddressByP2PKeyResponse) ProtoMessage()
func (*QueryWorkerAddressByP2PKeyResponse) ProtoReflect ¶
func (x *QueryWorkerAddressByP2PKeyResponse) ProtoReflect() protoreflect.Message
func (*QueryWorkerAddressByP2PKeyResponse) Reset ¶
func (x *QueryWorkerAddressByP2PKeyResponse) Reset()
func (*QueryWorkerAddressByP2PKeyResponse) String ¶
func (x *QueryWorkerAddressByP2PKeyResponse) String() string
type QueryWorkerLatestInferenceRequest ¶ added in v0.0.4
type QueryWorkerLatestInferenceRequest struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` WorkerAddress string `protobuf:"bytes,2,opt,name=worker_address,json=workerAddress,proto3" json:"worker_address,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerLatestInferenceRequest) Descriptor
deprecated
added in
v0.0.4
func (*QueryWorkerLatestInferenceRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerLatestInferenceRequest.ProtoReflect.Descriptor instead.
func (*QueryWorkerLatestInferenceRequest) GetTopicId ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceRequest) GetTopicId() uint64
func (*QueryWorkerLatestInferenceRequest) GetWorkerAddress ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceRequest) GetWorkerAddress() string
func (*QueryWorkerLatestInferenceRequest) ProtoMessage ¶ added in v0.0.4
func (*QueryWorkerLatestInferenceRequest) ProtoMessage()
func (*QueryWorkerLatestInferenceRequest) ProtoReflect ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceRequest) ProtoReflect() protoreflect.Message
func (*QueryWorkerLatestInferenceRequest) Reset ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceRequest) Reset()
func (*QueryWorkerLatestInferenceRequest) String ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceRequest) String() string
type QueryWorkerLatestInferenceResponse ¶ added in v0.0.4
type QueryWorkerLatestInferenceResponse struct { LatestInference *Inference `protobuf:"bytes,1,opt,name=latest_inference,json=latestInference,proto3" json:"latest_inference,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerLatestInferenceResponse) Descriptor
deprecated
added in
v0.0.4
func (*QueryWorkerLatestInferenceResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerLatestInferenceResponse.ProtoReflect.Descriptor instead.
func (*QueryWorkerLatestInferenceResponse) GetLatestInference ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceResponse) GetLatestInference() *Inference
func (*QueryWorkerLatestInferenceResponse) ProtoMessage ¶ added in v0.0.4
func (*QueryWorkerLatestInferenceResponse) ProtoMessage()
func (*QueryWorkerLatestInferenceResponse) ProtoReflect ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceResponse) ProtoReflect() protoreflect.Message
func (*QueryWorkerLatestInferenceResponse) Reset ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceResponse) Reset()
func (*QueryWorkerLatestInferenceResponse) String ¶ added in v0.0.4
func (x *QueryWorkerLatestInferenceResponse) String() string
type QueryWorkerNodeInfoRequest ¶ added in v0.2.6
type QueryWorkerNodeInfoRequest struct { Libp2PKey string `protobuf:"bytes,1,opt,name=libp2p_key,json=libp2pKey,proto3" json:"libp2p_key,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerNodeInfoRequest) Descriptor
deprecated
added in
v0.2.6
func (*QueryWorkerNodeInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerNodeInfoRequest.ProtoReflect.Descriptor instead.
func (*QueryWorkerNodeInfoRequest) GetLibp2PKey ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoRequest) GetLibp2PKey() string
func (*QueryWorkerNodeInfoRequest) ProtoMessage ¶ added in v0.2.6
func (*QueryWorkerNodeInfoRequest) ProtoMessage()
func (*QueryWorkerNodeInfoRequest) ProtoReflect ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoRequest) ProtoReflect() protoreflect.Message
func (*QueryWorkerNodeInfoRequest) Reset ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoRequest) Reset()
func (*QueryWorkerNodeInfoRequest) String ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoRequest) String() string
type QueryWorkerNodeInfoResponse ¶ added in v0.2.6
type QueryWorkerNodeInfoResponse struct { NodeInfo *OffchainNode `protobuf:"bytes,1,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"` // contains filtered or unexported fields }
func (*QueryWorkerNodeInfoResponse) Descriptor
deprecated
added in
v0.2.6
func (*QueryWorkerNodeInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryWorkerNodeInfoResponse.ProtoReflect.Descriptor instead.
func (*QueryWorkerNodeInfoResponse) GetNodeInfo ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoResponse) GetNodeInfo() *OffchainNode
func (*QueryWorkerNodeInfoResponse) ProtoMessage ¶ added in v0.2.6
func (*QueryWorkerNodeInfoResponse) ProtoMessage()
func (*QueryWorkerNodeInfoResponse) ProtoReflect ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoResponse) ProtoReflect() protoreflect.Message
func (*QueryWorkerNodeInfoResponse) Reset ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoResponse) Reset()
func (*QueryWorkerNodeInfoResponse) String ¶ added in v0.2.6
func (x *QueryWorkerNodeInfoResponse) String() string
type ReputerRequestNonce ¶ added in v0.2.6
type ReputerRequestNonce struct { // associated with the reputer request ReputerNonce *Nonce `protobuf:"bytes,1,opt,name=reputer_nonce,json=reputerNonce,proto3" json:"reputer_nonce,omitempty"` // the reputers should respond to the reputer request with losses for work // found at this worker nonce WorkerNonce *Nonce `protobuf:"bytes,2,opt,name=worker_nonce,json=workerNonce,proto3" json:"worker_nonce,omitempty"` // contains filtered or unexported fields }
func (*ReputerRequestNonce) Descriptor
deprecated
added in
v0.2.6
func (*ReputerRequestNonce) Descriptor() ([]byte, []int)
Deprecated: Use ReputerRequestNonce.ProtoReflect.Descriptor instead.
func (*ReputerRequestNonce) GetReputerNonce ¶ added in v0.2.6
func (x *ReputerRequestNonce) GetReputerNonce() *Nonce
func (*ReputerRequestNonce) GetWorkerNonce ¶ added in v0.2.6
func (x *ReputerRequestNonce) GetWorkerNonce() *Nonce
func (*ReputerRequestNonce) ProtoMessage ¶ added in v0.2.6
func (*ReputerRequestNonce) ProtoMessage()
func (*ReputerRequestNonce) ProtoReflect ¶ added in v0.2.6
func (x *ReputerRequestNonce) ProtoReflect() protoreflect.Message
func (*ReputerRequestNonce) Reset ¶ added in v0.2.6
func (x *ReputerRequestNonce) Reset()
func (*ReputerRequestNonce) String ¶ added in v0.2.6
func (x *ReputerRequestNonce) String() string
type ReputerRequestNonces ¶ added in v0.2.6
type ReputerRequestNonces struct { Nonces []*ReputerRequestNonce `protobuf:"bytes,1,rep,name=nonces,proto3" json:"nonces,omitempty"` // contains filtered or unexported fields }
func (*ReputerRequestNonces) Descriptor
deprecated
added in
v0.2.6
func (*ReputerRequestNonces) Descriptor() ([]byte, []int)
Deprecated: Use ReputerRequestNonces.ProtoReflect.Descriptor instead.
func (*ReputerRequestNonces) GetNonces ¶ added in v0.2.6
func (x *ReputerRequestNonces) GetNonces() []*ReputerRequestNonce
func (*ReputerRequestNonces) ProtoMessage ¶ added in v0.2.6
func (*ReputerRequestNonces) ProtoMessage()
func (*ReputerRequestNonces) ProtoReflect ¶ added in v0.2.6
func (x *ReputerRequestNonces) ProtoReflect() protoreflect.Message
func (*ReputerRequestNonces) Reset ¶ added in v0.2.6
func (x *ReputerRequestNonces) Reset()
func (*ReputerRequestNonces) String ¶ added in v0.2.6
func (x *ReputerRequestNonces) String() string
type ReputerValueBundle ¶ added in v0.2.6
type ReputerValueBundle struct { ValueBundle *ValueBundle `protobuf:"bytes,1,opt,name=value_bundle,json=valueBundle,proto3" json:"value_bundle,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` Pubkey string `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty"` // contains filtered or unexported fields }
For when the bundle is computed on a per-reputer basis (ie.. if there is an index `m` in the above)
func (*ReputerValueBundle) Descriptor
deprecated
added in
v0.2.6
func (*ReputerValueBundle) Descriptor() ([]byte, []int)
Deprecated: Use ReputerValueBundle.ProtoReflect.Descriptor instead.
func (*ReputerValueBundle) GetPubkey ¶ added in v0.2.6
func (x *ReputerValueBundle) GetPubkey() string
func (*ReputerValueBundle) GetSignature ¶ added in v0.2.6
func (x *ReputerValueBundle) GetSignature() []byte
func (*ReputerValueBundle) GetValueBundle ¶ added in v0.2.6
func (x *ReputerValueBundle) GetValueBundle() *ValueBundle
func (*ReputerValueBundle) ProtoMessage ¶ added in v0.2.6
func (*ReputerValueBundle) ProtoMessage()
func (*ReputerValueBundle) ProtoReflect ¶ added in v0.2.6
func (x *ReputerValueBundle) ProtoReflect() protoreflect.Message
func (*ReputerValueBundle) Reset ¶ added in v0.2.6
func (x *ReputerValueBundle) Reset()
func (*ReputerValueBundle) String ¶ added in v0.2.6
func (x *ReputerValueBundle) String() string
type ReputerValueBundles ¶ added in v0.2.6
type ReputerValueBundles struct { ReputerValueBundles []*ReputerValueBundle `protobuf:"bytes,1,rep,name=reputer_value_bundles,json=reputerValueBundles,proto3" json:"reputer_value_bundles,omitempty"` // contains filtered or unexported fields }
func (*ReputerValueBundles) Descriptor
deprecated
added in
v0.2.6
func (*ReputerValueBundles) Descriptor() ([]byte, []int)
Deprecated: Use ReputerValueBundles.ProtoReflect.Descriptor instead.
func (*ReputerValueBundles) GetReputerValueBundles ¶ added in v0.2.6
func (x *ReputerValueBundles) GetReputerValueBundles() []*ReputerValueBundle
func (*ReputerValueBundles) ProtoMessage ¶ added in v0.2.6
func (*ReputerValueBundles) ProtoMessage()
func (*ReputerValueBundles) ProtoReflect ¶ added in v0.2.6
func (x *ReputerValueBundles) ProtoReflect() protoreflect.Message
func (*ReputerValueBundles) Reset ¶ added in v0.2.6
func (x *ReputerValueBundles) Reset()
func (*ReputerValueBundles) String ¶ added in v0.2.6
func (x *ReputerValueBundles) String() string
type Score ¶ added in v0.2.6
type Score struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` BlockHeight int64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` Score string `protobuf:"bytes,4,opt,name=score,proto3" json:"score,omitempty"` // contains filtered or unexported fields }
func (*Score) Descriptor
deprecated
added in
v0.2.6
func (*Score) GetAddress ¶ added in v0.2.6
func (*Score) GetBlockHeight ¶ added in v0.2.6
func (*Score) GetTopicId ¶ added in v0.2.6
func (*Score) ProtoMessage ¶ added in v0.2.6
func (*Score) ProtoMessage()
func (*Score) ProtoReflect ¶ added in v0.2.6
func (x *Score) ProtoReflect() protoreflect.Message
type Scores ¶ added in v0.2.6
type Scores struct { Scores []*Score `protobuf:"bytes,1,rep,name=scores,proto3" json:"scores,omitempty"` // contains filtered or unexported fields }
func (*Scores) Descriptor
deprecated
added in
v0.2.6
func (*Scores) ProtoMessage ¶ added in v0.2.6
func (*Scores) ProtoMessage()
func (*Scores) ProtoReflect ¶ added in v0.2.6
func (x *Scores) ProtoReflect() protoreflect.Message
type SimpleCursorPaginationRequest ¶ added in v0.2.6
type SimpleCursorPaginationRequest struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*SimpleCursorPaginationRequest) Descriptor
deprecated
added in
v0.2.6
func (*SimpleCursorPaginationRequest) Descriptor() ([]byte, []int)
Deprecated: Use SimpleCursorPaginationRequest.ProtoReflect.Descriptor instead.
func (*SimpleCursorPaginationRequest) GetKey ¶ added in v0.2.6
func (x *SimpleCursorPaginationRequest) GetKey() []byte
func (*SimpleCursorPaginationRequest) GetLimit ¶ added in v0.2.6
func (x *SimpleCursorPaginationRequest) GetLimit() uint64
func (*SimpleCursorPaginationRequest) ProtoMessage ¶ added in v0.2.6
func (*SimpleCursorPaginationRequest) ProtoMessage()
func (*SimpleCursorPaginationRequest) ProtoReflect ¶ added in v0.2.6
func (x *SimpleCursorPaginationRequest) ProtoReflect() protoreflect.Message
func (*SimpleCursorPaginationRequest) Reset ¶ added in v0.2.6
func (x *SimpleCursorPaginationRequest) Reset()
func (*SimpleCursorPaginationRequest) String ¶ added in v0.2.6
func (x *SimpleCursorPaginationRequest) String() string
type SimpleCursorPaginationResponse ¶ added in v0.2.6
type SimpleCursorPaginationResponse struct { NextKey []byte `protobuf:"bytes,1,opt,name=next_key,json=nextKey,proto3" json:"next_key,omitempty"` // contains filtered or unexported fields }
func (*SimpleCursorPaginationResponse) Descriptor
deprecated
added in
v0.2.6
func (*SimpleCursorPaginationResponse) Descriptor() ([]byte, []int)
Deprecated: Use SimpleCursorPaginationResponse.ProtoReflect.Descriptor instead.
func (*SimpleCursorPaginationResponse) GetNextKey ¶ added in v0.2.6
func (x *SimpleCursorPaginationResponse) GetNextKey() []byte
func (*SimpleCursorPaginationResponse) ProtoMessage ¶ added in v0.2.6
func (*SimpleCursorPaginationResponse) ProtoMessage()
func (*SimpleCursorPaginationResponse) ProtoReflect ¶ added in v0.2.6
func (x *SimpleCursorPaginationResponse) ProtoReflect() protoreflect.Message
func (*SimpleCursorPaginationResponse) Reset ¶ added in v0.2.6
func (x *SimpleCursorPaginationResponse) Reset()
func (*SimpleCursorPaginationResponse) String ¶ added in v0.2.6
func (x *SimpleCursorPaginationResponse) String() string
type StakePlacement ¶
type StakePlacement struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` Reputer string `protobuf:"bytes,2,opt,name=reputer,proto3" json:"reputer,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*StakePlacement) Descriptor
deprecated
func (*StakePlacement) Descriptor() ([]byte, []int)
Deprecated: Use StakePlacement.ProtoReflect.Descriptor instead.
func (*StakePlacement) GetAmount ¶
func (x *StakePlacement) GetAmount() string
func (*StakePlacement) GetReputer ¶ added in v0.2.6
func (x *StakePlacement) GetReputer() string
func (*StakePlacement) GetTopicId ¶ added in v0.2.6
func (x *StakePlacement) GetTopicId() uint64
func (*StakePlacement) ProtoMessage ¶
func (*StakePlacement) ProtoMessage()
func (*StakePlacement) ProtoReflect ¶
func (x *StakePlacement) ProtoReflect() protoreflect.Message
func (*StakePlacement) Reset ¶
func (x *StakePlacement) Reset()
func (*StakePlacement) String ¶
func (x *StakePlacement) String() string
type StakeRemoval ¶
type StakeRemoval struct { BlockRemovalStarted int64 `protobuf:"varint,1,opt,name=block_removal_started,json=blockRemovalStarted,proto3" json:"block_removal_started,omitempty"` Placement *StakePlacement `protobuf:"bytes,2,opt,name=placement,proto3" json:"placement,omitempty"` // contains filtered or unexported fields }
func (*StakeRemoval) Descriptor
deprecated
func (*StakeRemoval) Descriptor() ([]byte, []int)
Deprecated: Use StakeRemoval.ProtoReflect.Descriptor instead.
func (*StakeRemoval) GetBlockRemovalStarted ¶
func (x *StakeRemoval) GetBlockRemovalStarted() int64
func (*StakeRemoval) GetPlacement ¶
func (x *StakeRemoval) GetPlacement() *StakePlacement
func (*StakeRemoval) ProtoMessage ¶
func (*StakeRemoval) ProtoMessage()
func (*StakeRemoval) ProtoReflect ¶
func (x *StakeRemoval) ProtoReflect() protoreflect.Message
func (*StakeRemoval) Reset ¶
func (x *StakeRemoval) Reset()
func (*StakeRemoval) String ¶
func (x *StakeRemoval) String() string
type TimestampedValue ¶ added in v0.2.6
type TimestampedValue struct { BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // height at which value calculated or received Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TimestampedValue) Descriptor
deprecated
added in
v0.2.6
func (*TimestampedValue) Descriptor() ([]byte, []int)
Deprecated: Use TimestampedValue.ProtoReflect.Descriptor instead.
func (*TimestampedValue) GetBlockHeight ¶ added in v0.2.6
func (x *TimestampedValue) GetBlockHeight() int64
func (*TimestampedValue) GetValue ¶ added in v0.2.6
func (x *TimestampedValue) GetValue() string
func (*TimestampedValue) ProtoMessage ¶ added in v0.2.6
func (*TimestampedValue) ProtoMessage()
func (*TimestampedValue) ProtoReflect ¶ added in v0.2.6
func (x *TimestampedValue) ProtoReflect() protoreflect.Message
func (*TimestampedValue) Reset ¶ added in v0.2.6
func (x *TimestampedValue) Reset()
func (*TimestampedValue) String ¶ added in v0.2.6
func (x *TimestampedValue) String() string
type Topic ¶
type Topic struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` LossLogic string `protobuf:"bytes,4,opt,name=loss_logic,json=lossLogic,proto3" json:"loss_logic,omitempty"` LossMethod string `protobuf:"bytes,5,opt,name=loss_method,json=lossMethod,proto3" json:"loss_method,omitempty"` InferenceLogic string `protobuf:"bytes,6,opt,name=inference_logic,json=inferenceLogic,proto3" json:"inference_logic,omitempty"` InferenceMethod string `protobuf:"bytes,7,opt,name=inference_method,json=inferenceMethod,proto3" json:"inference_method,omitempty"` EpochLastEnded int64 `protobuf:"varint,8,opt,name=epoch_last_ended,json=epochLastEnded,proto3" json:"epoch_last_ended,omitempty"` EpochLength int64 `protobuf:"varint,9,opt,name=epoch_length,json=epochLength,proto3" json:"epoch_length,omitempty"` GroundTruthLag int64 `protobuf:"varint,10,opt,name=ground_truth_lag,json=groundTruthLag,proto3" json:"ground_truth_lag,omitempty"` DefaultArg string `protobuf:"bytes,11,opt,name=default_arg,json=defaultArg,proto3" json:"default_arg,omitempty"` PNorm string `protobuf:"bytes,12,opt,name=p_norm,json=pNorm,proto3" json:"p_norm,omitempty"` AlphaRegret string `protobuf:"bytes,13,opt,name=alpha_regret,json=alphaRegret,proto3" json:"alpha_regret,omitempty"` AllowNegative bool `protobuf:"varint,14,opt,name=allow_negative,json=allowNegative,proto3" json:"allow_negative,omitempty"` // contains filtered or unexported fields }
func (*Topic) Descriptor
deprecated
func (*Topic) GetAllowNegative ¶ added in v0.2.6
func (*Topic) GetAlphaRegret ¶ added in v0.2.6
func (*Topic) GetCreator ¶
func (*Topic) GetDefaultArg ¶
func (*Topic) GetEpochLastEnded ¶ added in v0.2.6
func (*Topic) GetEpochLength ¶ added in v0.2.6
func (*Topic) GetGroundTruthLag ¶ added in v0.2.6
func (*Topic) GetInferenceLogic ¶
func (*Topic) GetInferenceMethod ¶
func (*Topic) GetLossLogic ¶ added in v0.2.6
func (*Topic) GetLossMethod ¶ added in v0.2.6
func (*Topic) GetMetadata ¶
func (*Topic) ProtoMessage ¶
func (*Topic) ProtoMessage()
func (*Topic) ProtoReflect ¶
func (x *Topic) ProtoReflect() protoreflect.Message
type TopicFeeRevenue ¶
type TopicFeeRevenue struct { Epoch int64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"` // block height of last topic cadence in which rewards were calculated Revenue string `protobuf:"bytes,2,opt,name=revenue,proto3" json:"revenue,omitempty"` // contains filtered or unexported fields }
stores the amount of fees collected by a topic in the last reward epoch
func (*TopicFeeRevenue) Descriptor
deprecated
func (*TopicFeeRevenue) Descriptor() ([]byte, []int)
Deprecated: Use TopicFeeRevenue.ProtoReflect.Descriptor instead.
func (*TopicFeeRevenue) GetEpoch ¶
func (x *TopicFeeRevenue) GetEpoch() int64
func (*TopicFeeRevenue) GetRevenue ¶
func (x *TopicFeeRevenue) GetRevenue() string
func (*TopicFeeRevenue) ProtoMessage ¶
func (*TopicFeeRevenue) ProtoMessage()
func (*TopicFeeRevenue) ProtoReflect ¶
func (x *TopicFeeRevenue) ProtoReflect() protoreflect.Message
func (*TopicFeeRevenue) Reset ¶
func (x *TopicFeeRevenue) Reset()
func (*TopicFeeRevenue) String ¶
func (x *TopicFeeRevenue) String() string
type TopicList ¶ added in v0.0.4
type TopicList struct { Topics []*Topic `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` // contains filtered or unexported fields }
func (*TopicList) Descriptor
deprecated
added in
v0.0.4
func (*TopicList) ProtoMessage ¶ added in v0.0.4
func (*TopicList) ProtoMessage()
func (*TopicList) ProtoReflect ¶ added in v0.0.4
func (x *TopicList) ProtoReflect() protoreflect.Message
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer must be embedded to have forward compatible implementations.
func (UnimplementedMsgServer) AddStake ¶
func (UnimplementedMsgServer) AddStake(context.Context, *MsgAddStake) (*MsgAddStakeResponse, error)
func (UnimplementedMsgServer) AddToWhitelistAdmin ¶ added in v0.0.1
func (UnimplementedMsgServer) AddToWhitelistAdmin(context.Context, *MsgAddToWhitelistAdmin) (*MsgAddToWhitelistAdminResponse, error)
func (UnimplementedMsgServer) ConfirmRemoveDelegateStake ¶ added in v0.2.6
func (UnimplementedMsgServer) ConfirmRemoveDelegateStake(context.Context, *MsgConfirmDelegateRemoveStake) (*MsgConfirmRemoveDelegateStakeResponse, error)
func (UnimplementedMsgServer) ConfirmRemoveStake ¶
func (UnimplementedMsgServer) ConfirmRemoveStake(context.Context, *MsgConfirmRemoveStake) (*MsgConfirmRemoveStakeResponse, error)
func (UnimplementedMsgServer) CreateNewTopic ¶
func (UnimplementedMsgServer) CreateNewTopic(context.Context, *MsgCreateNewTopic) (*MsgCreateNewTopicResponse, error)
func (UnimplementedMsgServer) DelegateStake ¶ added in v0.2.6
func (UnimplementedMsgServer) DelegateStake(context.Context, *MsgDelegateStake) (*MsgDelegateStakeResponse, error)
func (UnimplementedMsgServer) FundTopic ¶ added in v0.2.6
func (UnimplementedMsgServer) FundTopic(context.Context, *MsgFundTopic) (*MsgFundTopicResponse, error)
func (UnimplementedMsgServer) InsertBulkReputerPayload ¶ added in v0.2.6
func (UnimplementedMsgServer) InsertBulkReputerPayload(context.Context, *MsgInsertBulkReputerPayload) (*MsgInsertBulkReputerPayloadResponse, error)
func (UnimplementedMsgServer) InsertBulkWorkerPayload ¶ added in v0.2.6
func (UnimplementedMsgServer) InsertBulkWorkerPayload(context.Context, *MsgInsertBulkWorkerPayload) (*MsgInsertBulkWorkerPayloadResponse, error)
func (UnimplementedMsgServer) Register ¶
func (UnimplementedMsgServer) Register(context.Context, *MsgRegister) (*MsgRegisterResponse, error)
func (UnimplementedMsgServer) RemoveFromWhitelistAdmin ¶ added in v0.0.1
func (UnimplementedMsgServer) RemoveFromWhitelistAdmin(context.Context, *MsgRemoveFromWhitelistAdmin) (*MsgRemoveFromWhitelistAdminResponse, error)
func (UnimplementedMsgServer) RemoveRegistration ¶
func (UnimplementedMsgServer) RemoveRegistration(context.Context, *MsgRemoveRegistration) (*MsgRemoveRegistrationResponse, error)
func (UnimplementedMsgServer) RewardDelegateStake ¶ added in v0.2.6
func (UnimplementedMsgServer) RewardDelegateStake(context.Context, *MsgRewardDelegateStake) (*MsgRewardDelegateStakeResponse, error)
func (UnimplementedMsgServer) StartRemoveDelegateStake ¶ added in v0.2.6
func (UnimplementedMsgServer) StartRemoveDelegateStake(context.Context, *MsgStartRemoveDelegateStake) (*MsgStartRemoveDelegateStakeResponse, error)
func (UnimplementedMsgServer) StartRemoveStake ¶
func (UnimplementedMsgServer) StartRemoveStake(context.Context, *MsgStartRemoveStake) (*MsgStartRemoveStakeResponse, error)
func (UnimplementedMsgServer) UpdateParams ¶ added in v0.0.4
func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryServer) GetActiveTopics ¶
func (UnimplementedQueryServer) GetActiveTopics(context.Context, *QueryActiveTopicsRequest) (*QueryActiveTopicsResponse, error)
func (UnimplementedQueryServer) GetDelegateStakeInTopicInReputer ¶ added in v0.2.6
func (UnimplementedQueryServer) GetDelegateStakeInTopicInReputer(context.Context, *QueryDelegateStakeInTopicInReputerRequest) (*QueryDelegateStakeInTopicInReputerResponse, error)
func (UnimplementedQueryServer) GetForecastsAtBlock ¶ added in v0.2.6
func (UnimplementedQueryServer) GetForecastsAtBlock(context.Context, *QueryForecastsAtBlockRequest) (*QueryForecastsAtBlockResponse, error)
func (UnimplementedQueryServer) GetInferencesAtBlock ¶ added in v0.2.6
func (UnimplementedQueryServer) GetInferencesAtBlock(context.Context, *QueryInferencesAtBlockRequest) (*QueryInferencesAtBlockResponse, error)
func (UnimplementedQueryServer) GetMultiReputerStakeInTopic ¶ added in v0.2.6
func (UnimplementedQueryServer) GetMultiReputerStakeInTopic(context.Context, *QueryMultiReputerStakeInTopicRequest) (*QueryMultiReputerStakeInTopicResponse, error)
func (UnimplementedQueryServer) GetNetworkInferencesAtBlock ¶ added in v0.2.6
func (UnimplementedQueryServer) GetNetworkInferencesAtBlock(context.Context, *QueryNetworkInferencesAtBlockRequest) (*QueryNetworkInferencesAtBlockResponse, error)
func (UnimplementedQueryServer) GetNetworkLossBundleAtBlock ¶ added in v0.2.6
func (UnimplementedQueryServer) GetNetworkLossBundleAtBlock(context.Context, *QueryNetworkLossBundleAtBlockRequest) (*QueryNetworkLossBundleAtBlockResponse, error)
func (UnimplementedQueryServer) GetNextTopicId ¶
func (UnimplementedQueryServer) GetNextTopicId(context.Context, *QueryNextTopicIdRequest) (*QueryNextTopicIdResponse, error)
func (UnimplementedQueryServer) GetReputerAddressByP2PKey ¶ added in v0.2.6
func (UnimplementedQueryServer) GetReputerAddressByP2PKey(context.Context, *QueryReputerAddressByP2PKeyRequest) (*QueryReputerAddressByP2PKeyResponse, error)
func (UnimplementedQueryServer) GetReputerNodeInfo ¶ added in v0.2.6
func (UnimplementedQueryServer) GetReputerNodeInfo(context.Context, *QueryReputerNodeInfoRequest) (*QueryReputerNodeInfoResponse, error)
func (UnimplementedQueryServer) GetReputerStakeInTopic ¶ added in v0.2.6
func (UnimplementedQueryServer) GetReputerStakeInTopic(context.Context, *QueryReputerStakeInTopicRequest) (*QueryReputerStakeInTopicResponse, error)
func (UnimplementedQueryServer) GetStakeFromDelegatorInTopic ¶ added in v0.2.6
func (UnimplementedQueryServer) GetStakeFromDelegatorInTopic(context.Context, *QueryStakeFromDelegatorInTopicRequest) (*QueryStakeFromDelegatorInTopicResponse, error)
func (UnimplementedQueryServer) GetStakeFromDelegatorInTopicInReputer ¶ added in v0.2.6
func (UnimplementedQueryServer) GetStakeFromDelegatorInTopicInReputer(context.Context, *QueryStakeFromDelegatorInTopicInReputerRequest) (*QueryStakeFromDelegatorInTopicInReputerResponse, error)
func (UnimplementedQueryServer) GetTopic ¶
func (UnimplementedQueryServer) GetTopic(context.Context, *QueryTopicRequest) (*QueryTopicResponse, error)
func (UnimplementedQueryServer) GetTopicStake ¶ added in v0.2.6
func (UnimplementedQueryServer) GetTopicStake(context.Context, *QueryTopicStakeRequest) (*QueryTopicStakeResponse, error)
func (UnimplementedQueryServer) GetTotalStake ¶
func (UnimplementedQueryServer) GetTotalStake(context.Context, *QueryTotalStakeRequest) (*QueryTotalStakeResponse, error)
func (UnimplementedQueryServer) GetWorkerAddressByP2PKey ¶
func (UnimplementedQueryServer) GetWorkerAddressByP2PKey(context.Context, *QueryWorkerAddressByP2PKeyRequest) (*QueryWorkerAddressByP2PKeyResponse, error)
func (UnimplementedQueryServer) GetWorkerLatestInferenceByTopicId ¶ added in v0.0.4
func (UnimplementedQueryServer) GetWorkerLatestInferenceByTopicId(context.Context, *QueryWorkerLatestInferenceRequest) (*QueryWorkerLatestInferenceResponse, error)
func (UnimplementedQueryServer) GetWorkerNodeInfo ¶ added in v0.2.6
func (UnimplementedQueryServer) GetWorkerNodeInfo(context.Context, *QueryWorkerNodeInfoRequest) (*QueryWorkerNodeInfoResponse, error)
func (UnimplementedQueryServer) IsReputerRegisteredInTopicId ¶ added in v0.2.6
func (UnimplementedQueryServer) IsReputerRegisteredInTopicId(context.Context, *QueryIsReputerRegisteredInTopicIdRequest) (*QueryIsReputerRegisteredInTopicIdResponse, error)
func (UnimplementedQueryServer) IsWhitelistAdmin ¶ added in v0.2.6
func (UnimplementedQueryServer) IsWhitelistAdmin(context.Context, *QueryIsWhitelistAdminRequest) (*QueryIsWhitelistAdminResponse, error)
func (UnimplementedQueryServer) IsWorkerRegisteredInTopicId ¶ added in v0.2.6
func (UnimplementedQueryServer) IsWorkerRegisteredInTopicId(context.Context, *QueryIsWorkerRegisteredInTopicIdRequest) (*QueryIsWorkerRegisteredInTopicIdResponse, 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 ValueBundle ¶ added in v0.2.6
type ValueBundle struct { TopicId uint64 `protobuf:"varint,1,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"` ReputerRequestNonce *ReputerRequestNonce `protobuf:"bytes,2,opt,name=reputer_request_nonce,json=reputerRequestNonce,proto3" json:"reputer_request_nonce,omitempty"` Reputer string `protobuf:"bytes,3,opt,name=reputer,proto3" json:"reputer,omitempty"` ExtraData []byte `protobuf:"bytes,4,opt,name=extra_data,json=extraData,proto3" json:"extra_data,omitempty"` // R_im || log10 L_im || I_i CombinedValue string `protobuf:"bytes,5,opt,name=combined_value,json=combinedValue,proto3" json:"combined_value,omitempty"` // R_ijm || log10 L_ijm || I_ij InfererValues []*WorkerAttributedValue `protobuf:"bytes,6,rep,name=inferer_values,json=infererValues,proto3" json:"inferer_values,omitempty"` // R_ikm || log10 L_ikm || I_ik ForecasterValues []*WorkerAttributedValue `protobuf:"bytes,7,rep,name=forecaster_values,json=forecasterValues,proto3" json:"forecaster_values,omitempty"` // R^-_im || log10 L^-_im || I^-_i NaiveValue string `protobuf:"bytes,8,opt,name=naive_value,json=naiveValue,proto3" json:"naive_value,omitempty"` // R^-_ilm || log10 L^-_ilm || I^-_il where l = any j // Note: forecast-implied inferences are recomputed for each left-out // inference OneOutInfererValues []*WithheldWorkerAttributedValue `protobuf:"bytes,9,rep,name=one_out_inferer_values,json=oneOutInfererValues,proto3" json:"one_out_inferer_values,omitempty"` // R^-_ilm || log10 L^-_ilm || I^-_il where l = any k OneOutForecasterValues []*WithheldWorkerAttributedValue `` /* 132-byte string literal not displayed */ // R^+_ikm || log10 L^+_ikm || I^+_ik // aka one_in_forecaster_values because equivalent to using only one // forecast-implied inference OneInForecasterValues []*WorkerAttributedValue `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
These losses and inferences are calculated per reputer or by the network The `m`s in the comments below exist for when they're made by reputers, but they may be absent implying that they were made by the network
func (*ValueBundle) Descriptor
deprecated
added in
v0.2.6
func (*ValueBundle) Descriptor() ([]byte, []int)
Deprecated: Use ValueBundle.ProtoReflect.Descriptor instead.
func (*ValueBundle) GetCombinedValue ¶ added in v0.2.6
func (x *ValueBundle) GetCombinedValue() string
func (*ValueBundle) GetExtraData ¶ added in v0.2.6
func (x *ValueBundle) GetExtraData() []byte
func (*ValueBundle) GetForecasterValues ¶ added in v0.2.6
func (x *ValueBundle) GetForecasterValues() []*WorkerAttributedValue
func (*ValueBundle) GetInfererValues ¶ added in v0.2.6
func (x *ValueBundle) GetInfererValues() []*WorkerAttributedValue
func (*ValueBundle) GetNaiveValue ¶ added in v0.2.6
func (x *ValueBundle) GetNaiveValue() string
func (*ValueBundle) GetOneInForecasterValues ¶ added in v0.2.6
func (x *ValueBundle) GetOneInForecasterValues() []*WorkerAttributedValue
func (*ValueBundle) GetOneOutForecasterValues ¶ added in v0.2.6
func (x *ValueBundle) GetOneOutForecasterValues() []*WithheldWorkerAttributedValue
func (*ValueBundle) GetOneOutInfererValues ¶ added in v0.2.6
func (x *ValueBundle) GetOneOutInfererValues() []*WithheldWorkerAttributedValue
func (*ValueBundle) GetReputer ¶ added in v0.2.6
func (x *ValueBundle) GetReputer() string
func (*ValueBundle) GetReputerRequestNonce ¶ added in v0.2.6
func (x *ValueBundle) GetReputerRequestNonce() *ReputerRequestNonce
func (*ValueBundle) GetTopicId ¶ added in v0.2.6
func (x *ValueBundle) GetTopicId() uint64
func (*ValueBundle) ProtoMessage ¶ added in v0.2.6
func (*ValueBundle) ProtoMessage()
func (*ValueBundle) ProtoReflect ¶ added in v0.2.6
func (x *ValueBundle) ProtoReflect() protoreflect.Message
func (*ValueBundle) Reset ¶ added in v0.2.6
func (x *ValueBundle) Reset()
func (*ValueBundle) String ¶ added in v0.2.6
func (x *ValueBundle) String() string
type WithheldWorkerAttributedValue ¶ added in v0.2.6
type WithheldWorkerAttributedValue struct { Worker string `protobuf:"bytes,1,opt,name=worker,proto3" json:"worker,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*WithheldWorkerAttributedValue) Descriptor
deprecated
added in
v0.2.6
func (*WithheldWorkerAttributedValue) Descriptor() ([]byte, []int)
Deprecated: Use WithheldWorkerAttributedValue.ProtoReflect.Descriptor instead.
func (*WithheldWorkerAttributedValue) GetValue ¶ added in v0.2.6
func (x *WithheldWorkerAttributedValue) GetValue() string
func (*WithheldWorkerAttributedValue) GetWorker ¶ added in v0.2.6
func (x *WithheldWorkerAttributedValue) GetWorker() string
func (*WithheldWorkerAttributedValue) ProtoMessage ¶ added in v0.2.6
func (*WithheldWorkerAttributedValue) ProtoMessage()
func (*WithheldWorkerAttributedValue) ProtoReflect ¶ added in v0.2.6
func (x *WithheldWorkerAttributedValue) ProtoReflect() protoreflect.Message
func (*WithheldWorkerAttributedValue) Reset ¶ added in v0.2.6
func (x *WithheldWorkerAttributedValue) Reset()
func (*WithheldWorkerAttributedValue) String ¶ added in v0.2.6
func (x *WithheldWorkerAttributedValue) String() string
type WorkerAttributedValue ¶ added in v0.2.6
type WorkerAttributedValue struct { Worker string `protobuf:"bytes,1,opt,name=worker,proto3" json:"worker,omitempty"` // worker who created the value Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*WorkerAttributedValue) Descriptor
deprecated
added in
v0.2.6
func (*WorkerAttributedValue) Descriptor() ([]byte, []int)
Deprecated: Use WorkerAttributedValue.ProtoReflect.Descriptor instead.
func (*WorkerAttributedValue) GetValue ¶ added in v0.2.6
func (x *WorkerAttributedValue) GetValue() string
func (*WorkerAttributedValue) GetWorker ¶ added in v0.2.6
func (x *WorkerAttributedValue) GetWorker() string
func (*WorkerAttributedValue) ProtoMessage ¶ added in v0.2.6
func (*WorkerAttributedValue) ProtoMessage()
func (*WorkerAttributedValue) ProtoReflect ¶ added in v0.2.6
func (x *WorkerAttributedValue) ProtoReflect() protoreflect.Message
func (*WorkerAttributedValue) Reset ¶ added in v0.2.6
func (x *WorkerAttributedValue) Reset()
func (*WorkerAttributedValue) String ¶ added in v0.2.6
func (x *WorkerAttributedValue) String() string
type WorkerDataBundle ¶ added in v0.2.6
type WorkerDataBundle struct { Worker string `protobuf:"bytes,1,opt,name=worker,proto3" json:"worker,omitempty"` InferenceForecastsBundle *InferenceForecastBundle `` /* 135-byte string literal not displayed */ InferencesForecastsBundleSignature []byte `` /* 167-byte string literal not displayed */ Pubkey string `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty"` // contains filtered or unexported fields }
func (*WorkerDataBundle) Descriptor
deprecated
added in
v0.2.6
func (*WorkerDataBundle) Descriptor() ([]byte, []int)
Deprecated: Use WorkerDataBundle.ProtoReflect.Descriptor instead.
func (*WorkerDataBundle) GetInferenceForecastsBundle ¶ added in v0.2.6
func (x *WorkerDataBundle) GetInferenceForecastsBundle() *InferenceForecastBundle
func (*WorkerDataBundle) GetInferencesForecastsBundleSignature ¶ added in v0.2.6
func (x *WorkerDataBundle) GetInferencesForecastsBundleSignature() []byte
func (*WorkerDataBundle) GetPubkey ¶ added in v0.2.6
func (x *WorkerDataBundle) GetPubkey() string
func (*WorkerDataBundle) GetWorker ¶ added in v0.2.6
func (x *WorkerDataBundle) GetWorker() string
func (*WorkerDataBundle) ProtoMessage ¶ added in v0.2.6
func (*WorkerDataBundle) ProtoMessage()
func (*WorkerDataBundle) ProtoReflect ¶ added in v0.2.6
func (x *WorkerDataBundle) ProtoReflect() protoreflect.Message
func (*WorkerDataBundle) Reset ¶ added in v0.2.6
func (x *WorkerDataBundle) Reset()
func (*WorkerDataBundle) String ¶ added in v0.2.6
func (x *WorkerDataBundle) String() string
type WorkerDataBundles ¶ added in v0.2.6
type WorkerDataBundles struct { WorkerDataBundles []*WorkerDataBundle `protobuf:"bytes,1,rep,name=worker_data_bundles,json=workerDataBundles,proto3" json:"worker_data_bundles,omitempty"` // contains filtered or unexported fields }
func (*WorkerDataBundles) Descriptor
deprecated
added in
v0.2.6
func (*WorkerDataBundles) Descriptor() ([]byte, []int)
Deprecated: Use WorkerDataBundles.ProtoReflect.Descriptor instead.
func (*WorkerDataBundles) GetWorkerDataBundles ¶ added in v0.2.6
func (x *WorkerDataBundles) GetWorkerDataBundles() []*WorkerDataBundle
func (*WorkerDataBundles) ProtoMessage ¶ added in v0.2.6
func (*WorkerDataBundles) ProtoMessage()
func (*WorkerDataBundles) ProtoReflect ¶ added in v0.2.6
func (x *WorkerDataBundles) ProtoReflect() protoreflect.Message
func (*WorkerDataBundles) Reset ¶ added in v0.2.6
func (x *WorkerDataBundles) Reset()
func (*WorkerDataBundles) String ¶ added in v0.2.6
func (x *WorkerDataBundles) String() string