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 ActivePubKey
- func (*ActivePubKey) Descriptor() ([]byte, []int)deprecated
- func (x *ActivePubKey) GetCreator() string
- func (x *ActivePubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (x *ActivePubKey) GetExpiry() uint64
- func (x *ActivePubKey) GetNumberOfValidators() uint64
- func (x *ActivePubKey) GetPublicKey() string
- func (*ActivePubKey) ProtoMessage()
- func (x *ActivePubKey) ProtoReflect() protoreflect.Message
- func (x *ActivePubKey) Reset()
- func (x *ActivePubKey) String() string
- type AggrKeyshareDataPacketAck
- type AggrKeyshareDataPacketData
- func (*AggrKeyshareDataPacketData) Descriptor() ([]byte, []int)deprecated
- func (x *AggrKeyshareDataPacketData) GetAggrHeight() string
- func (x *AggrKeyshareDataPacketData) GetAggrKeyshare() string
- func (x *AggrKeyshareDataPacketData) GetIdentity() string
- func (x *AggrKeyshareDataPacketData) GetProposalId() string
- func (x *AggrKeyshareDataPacketData) GetPubkey() string
- func (x *AggrKeyshareDataPacketData) GetRequestId() string
- func (x *AggrKeyshareDataPacketData) GetRetries() uint64
- func (*AggrKeyshareDataPacketData) ProtoMessage()
- func (x *AggrKeyshareDataPacketData) ProtoReflect() protoreflect.Message
- func (x *AggrKeyshareDataPacketData) Reset()
- func (x *AggrKeyshareDataPacketData) String() string
- type AggregatedKeyShare
- func (*AggregatedKeyShare) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedKeyShare) GetData() string
- func (x *AggregatedKeyShare) GetHeight() uint64
- func (*AggregatedKeyShare) ProtoMessage()
- func (x *AggregatedKeyShare) ProtoReflect() protoreflect.Message
- func (x *AggregatedKeyShare) Reset()
- func (x *AggregatedKeyShare) String() string
- type AuthorizedAddress
- func (*AuthorizedAddress) Descriptor() ([]byte, []int)deprecated
- func (x *AuthorizedAddress) GetAuthorizedBy() string
- func (x *AuthorizedAddress) GetIsAuthorized() bool
- func (x *AuthorizedAddress) GetTarget() string
- func (*AuthorizedAddress) ProtoMessage()
- func (x *AuthorizedAddress) ProtoReflect() protoreflect.Message
- func (x *AuthorizedAddress) Reset()
- func (x *AuthorizedAddress) String() string
- type Commitments
- type CounterPartyIBCInfo
- func (*CounterPartyIBCInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CounterPartyIBCInfo) GetChannelID() string
- func (x *CounterPartyIBCInfo) GetClientID() string
- func (x *CounterPartyIBCInfo) GetConnectionID() string
- func (x *CounterPartyIBCInfo) GetPortID() string
- func (*CounterPartyIBCInfo) ProtoMessage()
- func (x *CounterPartyIBCInfo) ProtoReflect() protoreflect.Message
- func (x *CounterPartyIBCInfo) Reset()
- func (x *CounterPartyIBCInfo) String() string
- type CurrentKeysPacketAck
- func (*CurrentKeysPacketAck) Descriptor() ([]byte, []int)deprecated
- func (x *CurrentKeysPacketAck) GetActiveKey() *common.ActivePublicKey
- func (x *CurrentKeysPacketAck) GetQueuedKey() *common.QueuedPublicKey
- func (*CurrentKeysPacketAck) ProtoMessage()
- func (x *CurrentKeysPacketAck) ProtoReflect() protoreflect.Message
- func (x *CurrentKeysPacketAck) Reset()
- func (x *CurrentKeysPacketAck) String() string
- type CurrentKeysPacketData
- type EncryptedKeyShare
- func (*EncryptedKeyShare) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptedKeyShare) GetData() string
- func (x *EncryptedKeyShare) GetValidator() string
- func (*EncryptedKeyShare) ProtoMessage()
- func (x *EncryptedKeyShare) ProtoReflect() protoreflect.Message
- func (x *EncryptedKeyShare) Reset()
- func (x *EncryptedKeyShare) String() string
- type GeneralKeyShare
- func (*GeneralKeyShare) Descriptor() ([]byte, []int)deprecated
- func (x *GeneralKeyShare) GetIdType() string
- func (x *GeneralKeyShare) GetIdValue() string
- func (x *GeneralKeyShare) GetKeyShare() string
- func (x *GeneralKeyShare) GetKeyShareIndex() uint64
- func (x *GeneralKeyShare) GetReceivedBlockHeight() uint64
- func (x *GeneralKeyShare) GetReceivedTimestamp() uint64
- func (x *GeneralKeyShare) GetValidator() string
- func (*GeneralKeyShare) ProtoMessage()
- func (x *GeneralKeyShare) ProtoReflect() protoreflect.Message
- func (x *GeneralKeyShare) Reset()
- func (x *GeneralKeyShare) String() string
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetActivePubKey() *ActivePubKey
- func (x *GenesisState) GetAggregatedKeyShareList() []*AggregatedKeyShare
- func (x *GenesisState) GetAuthorizedAddressList() []*AuthorizedAddress
- func (x *GenesisState) GetGeneralKeyShareList() []*GeneralKeyShare
- func (x *GenesisState) GetKeyShareList() []*KeyShare
- func (x *GenesisState) GetParams() *Params
- func (x *GenesisState) GetPortId() string
- func (x *GenesisState) GetQueuedPubKey() *QueuedPubKey
- func (x *GenesisState) GetRequestCount() uint64
- func (x *GenesisState) GetValidatorSetList() []*ValidatorSet
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type GetAggrKeysharePacketAck
- type GetAggrKeysharePacketData
- func (*GetAggrKeysharePacketData) Descriptor() ([]byte, []int)deprecated
- func (x *GetAggrKeysharePacketData) GetIdentity() string
- func (*GetAggrKeysharePacketData) ProtoMessage()
- func (x *GetAggrKeysharePacketData) ProtoReflect() protoreflect.Message
- func (x *GetAggrKeysharePacketData) Reset()
- func (x *GetAggrKeysharePacketData) String() string
- type IBCInfo
- func (*IBCInfo) Descriptor() ([]byte, []int)deprecated
- func (x *IBCInfo) GetChannelID() string
- func (x *IBCInfo) GetClientID() string
- func (x *IBCInfo) GetConnectionID() string
- func (x *IBCInfo) GetPortID() string
- func (*IBCInfo) ProtoMessage()
- func (x *IBCInfo) ProtoReflect() protoreflect.Message
- func (x *IBCInfo) Reset()
- func (x *IBCInfo) String() string
- type KeyShare
- func (*KeyShare) Descriptor() ([]byte, []int)deprecated
- func (x *KeyShare) GetBlockHeight() uint64
- func (x *KeyShare) GetKeyShare() string
- func (x *KeyShare) GetKeyShareIndex() uint64
- func (x *KeyShare) GetReceivedBlockHeight() uint64
- func (x *KeyShare) GetReceivedTimestamp() uint64
- func (x *KeyShare) GetValidator() string
- func (*KeyShare) ProtoMessage()
- func (x *KeyShare) ProtoReflect() protoreflect.Message
- func (x *KeyShare) Reset()
- func (x *KeyShare) String() string
- type KeyShareRequest
- func (*KeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *KeyShareRequest) GetAggrKeyshare() string
- func (x *KeyShareRequest) GetCounterparty() *CounterPartyIBCInfo
- func (x *KeyShareRequest) GetIbcInfo() *IBCInfo
- func (x *KeyShareRequest) GetIdentity() string
- func (x *KeyShareRequest) GetProposalId() string
- func (x *KeyShareRequest) GetPubkey() string
- func (x *KeyShareRequest) GetRequestId() string
- func (x *KeyShareRequest) GetSent() bool
- func (*KeyShareRequest) ProtoMessage()
- func (x *KeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *KeyShareRequest) Reset()
- func (x *KeyShareRequest) String() string
- type KeysharePacketData
- func (*KeysharePacketData) Descriptor() ([]byte, []int)deprecated
- func (x *KeysharePacketData) GetAggrKeyshareDataPacket() *AggrKeyshareDataPacketData
- func (x *KeysharePacketData) GetCurrentKeysPacket() *CurrentKeysPacketData
- func (x *KeysharePacketData) GetGetAggrKeysharePacket() *GetAggrKeysharePacketData
- func (x *KeysharePacketData) GetNoData() *NoData
- func (x *KeysharePacketData) GetPacket() isKeysharePacketData_Packet
- func (x *KeysharePacketData) GetRequestAggrKeysharePacket() *RequestAggrKeysharePacketData
- func (*KeysharePacketData) ProtoMessage()
- func (x *KeysharePacketData) ProtoReflect() protoreflect.Message
- func (x *KeysharePacketData) Reset()
- func (x *KeysharePacketData) String() string
- type KeysharePacketData_AggrKeyshareDataPacket
- type KeysharePacketData_CurrentKeysPacket
- type KeysharePacketData_GetAggrKeysharePacket
- type KeysharePacketData_NoData
- type KeysharePacketData_RequestAggrKeysharePacket
- type MsgClient
- type MsgCreateAuthorizedAddress
- func (*MsgCreateAuthorizedAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateAuthorizedAddress) GetCreator() string
- func (x *MsgCreateAuthorizedAddress) GetTarget() string
- func (*MsgCreateAuthorizedAddress) ProtoMessage()
- func (x *MsgCreateAuthorizedAddress) ProtoReflect() protoreflect.Message
- func (x *MsgCreateAuthorizedAddress) Reset()
- func (x *MsgCreateAuthorizedAddress) String() string
- type MsgCreateAuthorizedAddressResponse
- func (*MsgCreateAuthorizedAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgCreateAuthorizedAddressResponse) ProtoMessage()
- func (x *MsgCreateAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
- func (x *MsgCreateAuthorizedAddressResponse) Reset()
- func (x *MsgCreateAuthorizedAddressResponse) String() string
- type MsgCreateGeneralKeyShare
- func (*MsgCreateGeneralKeyShare) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateGeneralKeyShare) GetCreator() string
- func (x *MsgCreateGeneralKeyShare) GetIdType() string
- func (x *MsgCreateGeneralKeyShare) GetIdValue() string
- func (x *MsgCreateGeneralKeyShare) GetKeyShare() string
- func (x *MsgCreateGeneralKeyShare) GetKeyShareIndex() uint64
- func (x *MsgCreateGeneralKeyShare) GetReceivedBlockHeight() uint64
- func (x *MsgCreateGeneralKeyShare) GetReceivedTimestamp() uint64
- func (*MsgCreateGeneralKeyShare) ProtoMessage()
- func (x *MsgCreateGeneralKeyShare) ProtoReflect() protoreflect.Message
- func (x *MsgCreateGeneralKeyShare) Reset()
- func (x *MsgCreateGeneralKeyShare) String() string
- type MsgCreateGeneralKeyShareResponse
- func (*MsgCreateGeneralKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateGeneralKeyShareResponse) GetCreator() string
- func (x *MsgCreateGeneralKeyShareResponse) GetErrorMessage() string
- func (x *MsgCreateGeneralKeyShareResponse) GetIdType() string
- func (x *MsgCreateGeneralKeyShareResponse) GetIdValue() string
- func (x *MsgCreateGeneralKeyShareResponse) GetKeyShare() string
- func (x *MsgCreateGeneralKeyShareResponse) GetKeyShareIndex() uint64
- func (x *MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight() uint64
- func (x *MsgCreateGeneralKeyShareResponse) GetSuccess() bool
- func (*MsgCreateGeneralKeyShareResponse) ProtoMessage()
- func (x *MsgCreateGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *MsgCreateGeneralKeyShareResponse) Reset()
- func (x *MsgCreateGeneralKeyShareResponse) String() string
- type MsgCreateLatestPubKey
- func (*MsgCreateLatestPubKey) Descriptor() ([]byte, []int)deprecated
- func (x *MsgCreateLatestPubKey) GetCommitments() []string
- func (x *MsgCreateLatestPubKey) GetCreator() string
- func (x *MsgCreateLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (x *MsgCreateLatestPubKey) GetNumberOfValidators() uint64
- func (x *MsgCreateLatestPubKey) GetPublicKey() string
- func (*MsgCreateLatestPubKey) ProtoMessage()
- func (x *MsgCreateLatestPubKey) ProtoReflect() protoreflect.Message
- func (x *MsgCreateLatestPubKey) Reset()
- func (x *MsgCreateLatestPubKey) String() string
- type MsgCreateLatestPubKeyResponse
- func (*MsgCreateLatestPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgCreateLatestPubKeyResponse) ProtoMessage()
- func (x *MsgCreateLatestPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *MsgCreateLatestPubKeyResponse) Reset()
- func (x *MsgCreateLatestPubKeyResponse) String() string
- type MsgDeRegisterValidator
- func (*MsgDeRegisterValidator) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDeRegisterValidator) GetCreator() string
- func (*MsgDeRegisterValidator) ProtoMessage()
- func (x *MsgDeRegisterValidator) ProtoReflect() protoreflect.Message
- func (x *MsgDeRegisterValidator) Reset()
- func (x *MsgDeRegisterValidator) String() string
- type MsgDeRegisterValidatorResponse
- func (*MsgDeRegisterValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDeRegisterValidatorResponse) GetCreator() string
- func (*MsgDeRegisterValidatorResponse) ProtoMessage()
- func (x *MsgDeRegisterValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *MsgDeRegisterValidatorResponse) Reset()
- func (x *MsgDeRegisterValidatorResponse) String() string
- type MsgDeleteAuthorizedAddress
- func (*MsgDeleteAuthorizedAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MsgDeleteAuthorizedAddress) GetCreator() string
- func (x *MsgDeleteAuthorizedAddress) GetTarget() string
- func (*MsgDeleteAuthorizedAddress) ProtoMessage()
- func (x *MsgDeleteAuthorizedAddress) ProtoReflect() protoreflect.Message
- func (x *MsgDeleteAuthorizedAddress) Reset()
- func (x *MsgDeleteAuthorizedAddress) String() string
- type MsgDeleteAuthorizedAddressResponse
- func (*MsgDeleteAuthorizedAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage()
- func (x *MsgDeleteAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
- func (x *MsgDeleteAuthorizedAddressResponse) Reset()
- func (x *MsgDeleteAuthorizedAddressResponse) String() string
- type MsgOverrideLatestPubKey
- func (*MsgOverrideLatestPubKey) Descriptor() ([]byte, []int)deprecated
- func (x *MsgOverrideLatestPubKey) GetCommitments() []string
- func (x *MsgOverrideLatestPubKey) GetCreator() string
- func (x *MsgOverrideLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (x *MsgOverrideLatestPubKey) GetNumberOfValidators() uint64
- func (x *MsgOverrideLatestPubKey) GetPublicKey() string
- func (*MsgOverrideLatestPubKey) ProtoMessage()
- func (x *MsgOverrideLatestPubKey) ProtoReflect() protoreflect.Message
- func (x *MsgOverrideLatestPubKey) Reset()
- func (x *MsgOverrideLatestPubKey) String() string
- type MsgOverrideLatestPubKeyResponse
- func (*MsgOverrideLatestPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgOverrideLatestPubKeyResponse) ProtoMessage()
- func (x *MsgOverrideLatestPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *MsgOverrideLatestPubKeyResponse) Reset()
- func (x *MsgOverrideLatestPubKeyResponse) String() string
- type MsgRegisterValidator
- func (*MsgRegisterValidator) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegisterValidator) GetCreator() string
- func (*MsgRegisterValidator) ProtoMessage()
- func (x *MsgRegisterValidator) ProtoReflect() protoreflect.Message
- func (x *MsgRegisterValidator) Reset()
- func (x *MsgRegisterValidator) String() string
- type MsgRegisterValidatorResponse
- func (*MsgRegisterValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgRegisterValidatorResponse) GetCreator() string
- func (*MsgRegisterValidatorResponse) ProtoMessage()
- func (x *MsgRegisterValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *MsgRegisterValidatorResponse) Reset()
- func (x *MsgRegisterValidatorResponse) String() string
- type MsgSendKeyshare
- func (*MsgSendKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *MsgSendKeyshare) GetBlockHeight() uint64
- func (x *MsgSendKeyshare) GetCreator() string
- func (x *MsgSendKeyshare) GetKeyShareIndex() uint64
- func (x *MsgSendKeyshare) GetMessage() string
- func (*MsgSendKeyshare) ProtoMessage()
- func (x *MsgSendKeyshare) ProtoReflect() protoreflect.Message
- func (x *MsgSendKeyshare) Reset()
- func (x *MsgSendKeyshare) String() string
- type MsgSendKeyshareResponse
- func (*MsgSendKeyshareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgSendKeyshareResponse) GetBlockHeight() uint64
- func (x *MsgSendKeyshareResponse) GetCreator() string
- func (x *MsgSendKeyshareResponse) GetErrorMessage() string
- func (x *MsgSendKeyshareResponse) GetKeyshare() string
- func (x *MsgSendKeyshareResponse) GetKeyshareIndex() uint64
- func (x *MsgSendKeyshareResponse) GetReceivedBlockHeight() uint64
- func (x *MsgSendKeyshareResponse) GetSuccess() bool
- func (*MsgSendKeyshareResponse) ProtoMessage()
- func (x *MsgSendKeyshareResponse) ProtoReflect() protoreflect.Message
- func (x *MsgSendKeyshareResponse) Reset()
- func (x *MsgSendKeyshareResponse) String() string
- type MsgServer
- type MsgUpdateAuthorizedAddress
- func (*MsgUpdateAuthorizedAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateAuthorizedAddress) GetCreator() string
- func (x *MsgUpdateAuthorizedAddress) GetIsAuthorized() bool
- func (x *MsgUpdateAuthorizedAddress) GetTarget() string
- func (*MsgUpdateAuthorizedAddress) ProtoMessage()
- func (x *MsgUpdateAuthorizedAddress) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateAuthorizedAddress) Reset()
- func (x *MsgUpdateAuthorizedAddress) String() string
- type MsgUpdateAuthorizedAddressResponse
- func (*MsgUpdateAuthorizedAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage()
- func (x *MsgUpdateAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateAuthorizedAddressResponse) Reset()
- func (x *MsgUpdateAuthorizedAddressResponse) String() string
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetAuthority() string
- func (x *MsgUpdateParams) GetParams() *Params
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
- type MsgUpdateParamsResponse
- type NoData
- type Params
- func (*Params) Descriptor() ([]byte, []int)deprecated
- func (x *Params) GetKeyExpiry() uint64
- func (x *Params) GetMaxIdledBlock() uint64
- func (x *Params) GetMinimumBonded() uint64
- func (x *Params) GetSlashFractionNoKeyshare() []byte
- func (x *Params) GetSlashFractionWrongKeyshare() []byte
- func (x *Params) GetTrustedAddresses() []string
- func (*Params) ProtoMessage()
- func (x *Params) ProtoReflect() protoreflect.Message
- func (x *Params) Reset()
- func (x *Params) String() string
- type QueryAllAggregatedKeyShareRequest
- func (*QueryAllAggregatedKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllAggregatedKeyShareRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllAggregatedKeyShareRequest) ProtoMessage()
- func (x *QueryAllAggregatedKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllAggregatedKeyShareRequest) Reset()
- func (x *QueryAllAggregatedKeyShareRequest) String() string
- type QueryAllAggregatedKeyShareResponse
- func (*QueryAllAggregatedKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare() []*AggregatedKeyShare
- func (x *QueryAllAggregatedKeyShareResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllAggregatedKeyShareResponse) ProtoMessage()
- func (x *QueryAllAggregatedKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllAggregatedKeyShareResponse) Reset()
- func (x *QueryAllAggregatedKeyShareResponse) String() string
- type QueryAllAuthorizedAddressRequest
- func (*QueryAllAuthorizedAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllAuthorizedAddressRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllAuthorizedAddressRequest) ProtoMessage()
- func (x *QueryAllAuthorizedAddressRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllAuthorizedAddressRequest) Reset()
- func (x *QueryAllAuthorizedAddressRequest) String() string
- type QueryAllAuthorizedAddressResponse
- func (*QueryAllAuthorizedAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllAuthorizedAddressResponse) GetAuthorizedAddress() []*AuthorizedAddress
- func (x *QueryAllAuthorizedAddressResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllAuthorizedAddressResponse) ProtoMessage()
- func (x *QueryAllAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllAuthorizedAddressResponse) Reset()
- func (x *QueryAllAuthorizedAddressResponse) String() string
- type QueryAllGeneralKeyShareRequest
- func (*QueryAllGeneralKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllGeneralKeyShareRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllGeneralKeyShareRequest) ProtoMessage()
- func (x *QueryAllGeneralKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllGeneralKeyShareRequest) Reset()
- func (x *QueryAllGeneralKeyShareRequest) String() string
- type QueryAllGeneralKeyShareResponse
- func (*QueryAllGeneralKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllGeneralKeyShareResponse) GetGeneralKeyShare() []*GeneralKeyShare
- func (x *QueryAllGeneralKeyShareResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllGeneralKeyShareResponse) ProtoMessage()
- func (x *QueryAllGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllGeneralKeyShareResponse) Reset()
- func (x *QueryAllGeneralKeyShareResponse) String() string
- type QueryAllKeyShareRequest
- func (*QueryAllKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllKeyShareRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllKeyShareRequest) ProtoMessage()
- func (x *QueryAllKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllKeyShareRequest) Reset()
- func (x *QueryAllKeyShareRequest) String() string
- type QueryAllKeyShareResponse
- func (*QueryAllKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllKeyShareResponse) GetKeyShare() []*KeyShare
- func (x *QueryAllKeyShareResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllKeyShareResponse) ProtoMessage()
- func (x *QueryAllKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllKeyShareResponse) Reset()
- func (x *QueryAllKeyShareResponse) String() string
- type QueryAllValidatorSetRequest
- func (*QueryAllValidatorSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllValidatorSetRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllValidatorSetRequest) ProtoMessage()
- func (x *QueryAllValidatorSetRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllValidatorSetRequest) Reset()
- func (x *QueryAllValidatorSetRequest) String() string
- type QueryAllValidatorSetResponse
- func (*QueryAllValidatorSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllValidatorSetResponse) GetPagination() *v1beta1.PageResponse
- func (x *QueryAllValidatorSetResponse) GetValidatorSet() []*ValidatorSet
- func (*QueryAllValidatorSetResponse) ProtoMessage()
- func (x *QueryAllValidatorSetResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllValidatorSetResponse) Reset()
- func (x *QueryAllValidatorSetResponse) String() string
- type QueryClient
- type QueryCommitmentsRequest
- type QueryCommitmentsResponse
- func (*QueryCommitmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryCommitmentsResponse) GetActiveCommitments() *Commitments
- func (x *QueryCommitmentsResponse) GetQueuedCommitments() *Commitments
- func (*QueryCommitmentsResponse) ProtoMessage()
- func (x *QueryCommitmentsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryCommitmentsResponse) Reset()
- func (x *QueryCommitmentsResponse) String() string
- type QueryGetAggregatedKeyShareRequest
- func (*QueryGetAggregatedKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetAggregatedKeyShareRequest) GetHeight() uint64
- func (*QueryGetAggregatedKeyShareRequest) ProtoMessage()
- func (x *QueryGetAggregatedKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetAggregatedKeyShareRequest) Reset()
- func (x *QueryGetAggregatedKeyShareRequest) String() string
- type QueryGetAggregatedKeyShareResponse
- func (*QueryGetAggregatedKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare() *AggregatedKeyShare
- func (*QueryGetAggregatedKeyShareResponse) ProtoMessage()
- func (x *QueryGetAggregatedKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetAggregatedKeyShareResponse) Reset()
- func (x *QueryGetAggregatedKeyShareResponse) String() string
- type QueryGetAuthorizedAddressRequest
- func (*QueryGetAuthorizedAddressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetAuthorizedAddressRequest) GetTarget() string
- func (*QueryGetAuthorizedAddressRequest) ProtoMessage()
- func (x *QueryGetAuthorizedAddressRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetAuthorizedAddressRequest) Reset()
- func (x *QueryGetAuthorizedAddressRequest) String() string
- type QueryGetAuthorizedAddressResponse
- func (*QueryGetAuthorizedAddressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetAuthorizedAddressResponse) GetAuthorizedAddress() *AuthorizedAddress
- func (*QueryGetAuthorizedAddressResponse) ProtoMessage()
- func (x *QueryGetAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetAuthorizedAddressResponse) Reset()
- func (x *QueryGetAuthorizedAddressResponse) String() string
- type QueryGetGeneralKeyShareRequest
- func (*QueryGetGeneralKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetGeneralKeyShareRequest) GetIdType() string
- func (x *QueryGetGeneralKeyShareRequest) GetIdValue() string
- func (x *QueryGetGeneralKeyShareRequest) GetValidator() string
- func (*QueryGetGeneralKeyShareRequest) ProtoMessage()
- func (x *QueryGetGeneralKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetGeneralKeyShareRequest) Reset()
- func (x *QueryGetGeneralKeyShareRequest) String() string
- type QueryGetGeneralKeyShareResponse
- func (*QueryGetGeneralKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetGeneralKeyShareResponse) GetGeneralKeyShare() *GeneralKeyShare
- func (*QueryGetGeneralKeyShareResponse) ProtoMessage()
- func (x *QueryGetGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetGeneralKeyShareResponse) Reset()
- func (x *QueryGetGeneralKeyShareResponse) String() string
- type QueryGetKeyShareRequest
- func (*QueryGetKeyShareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetKeyShareRequest) GetBlockHeight() uint64
- func (x *QueryGetKeyShareRequest) GetValidator() string
- func (*QueryGetKeyShareRequest) ProtoMessage()
- func (x *QueryGetKeyShareRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetKeyShareRequest) Reset()
- func (x *QueryGetKeyShareRequest) String() string
- type QueryGetKeyShareResponse
- func (*QueryGetKeyShareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetKeyShareResponse) GetKeyShare() *KeyShare
- func (*QueryGetKeyShareResponse) ProtoMessage()
- func (x *QueryGetKeyShareResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetKeyShareResponse) Reset()
- func (x *QueryGetKeyShareResponse) String() string
- type QueryGetValidatorSetRequest
- func (*QueryGetValidatorSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorSetRequest) GetIndex() string
- func (*QueryGetValidatorSetRequest) ProtoMessage()
- func (x *QueryGetValidatorSetRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorSetRequest) Reset()
- func (x *QueryGetValidatorSetRequest) String() string
- type QueryGetValidatorSetResponse
- func (*QueryGetValidatorSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetValidatorSetResponse) GetValidatorSet() *ValidatorSet
- func (*QueryGetValidatorSetResponse) ProtoMessage()
- func (x *QueryGetValidatorSetResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetValidatorSetResponse) Reset()
- func (x *QueryGetValidatorSetResponse) 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 QueryPubKeyRequest
- type QueryPubKeyResponse
- func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryPubKeyResponse) GetActivePubKey() *ActivePubKey
- func (x *QueryPubKeyResponse) GetQueuedPubKey() *QueuedPubKey
- func (*QueryPubKeyResponse) ProtoMessage()
- func (x *QueryPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *QueryPubKeyResponse) Reset()
- func (x *QueryPubKeyResponse) String() string
- type QueryServer
- type QueryVerifiableRandomnessQuery
- func (*QueryVerifiableRandomnessQuery) Descriptor() ([]byte, []int)deprecated
- func (*QueryVerifiableRandomnessQuery) ProtoMessage()
- func (x *QueryVerifiableRandomnessQuery) ProtoReflect() protoreflect.Message
- func (x *QueryVerifiableRandomnessQuery) Reset()
- func (x *QueryVerifiableRandomnessQuery) String() string
- type QueryVerifiableRandomnessResponse
- func (*QueryVerifiableRandomnessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryVerifiableRandomnessResponse) GetRandomness() string
- func (x *QueryVerifiableRandomnessResponse) GetRound() uint64
- func (*QueryVerifiableRandomnessResponse) ProtoMessage()
- func (x *QueryVerifiableRandomnessResponse) ProtoReflect() protoreflect.Message
- func (x *QueryVerifiableRandomnessResponse) Reset()
- func (x *QueryVerifiableRandomnessResponse) String() string
- type QueuedPubKey
- func (*QueuedPubKey) Descriptor() ([]byte, []int)deprecated
- func (x *QueuedPubKey) GetCreator() string
- func (x *QueuedPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (x *QueuedPubKey) GetExpiry() uint64
- func (x *QueuedPubKey) GetNumberOfValidators() uint64
- func (x *QueuedPubKey) GetPublicKey() string
- func (*QueuedPubKey) ProtoMessage()
- func (x *QueuedPubKey) ProtoReflect() protoreflect.Message
- func (x *QueuedPubKey) Reset()
- func (x *QueuedPubKey) String() string
- type RequestAggrKeysharePacketAck
- func (*RequestAggrKeysharePacketAck) Descriptor() ([]byte, []int)deprecated
- func (x *RequestAggrKeysharePacketAck) GetIdentity() string
- func (x *RequestAggrKeysharePacketAck) GetPubkey() string
- func (*RequestAggrKeysharePacketAck) ProtoMessage()
- func (x *RequestAggrKeysharePacketAck) ProtoReflect() protoreflect.Message
- func (x *RequestAggrKeysharePacketAck) Reset()
- func (x *RequestAggrKeysharePacketAck) String() string
- type RequestAggrKeysharePacketData
- func (*RequestAggrKeysharePacketData) Descriptor() ([]byte, []int)deprecated
- func (x *RequestAggrKeysharePacketData) GetEstimatedDelay() *durationpb.Duration
- func (x *RequestAggrKeysharePacketData) GetId() isRequestAggrKeysharePacketData_Id
- func (x *RequestAggrKeysharePacketData) GetProposalId() string
- func (x *RequestAggrKeysharePacketData) GetRequestId() string
- func (x *RequestAggrKeysharePacketData) GetRequester() string
- func (*RequestAggrKeysharePacketData) ProtoMessage()
- func (x *RequestAggrKeysharePacketData) ProtoReflect() protoreflect.Message
- func (x *RequestAggrKeysharePacketData) Reset()
- func (x *RequestAggrKeysharePacketData) String() string
- type RequestAggrKeysharePacketData_ProposalId
- type RequestAggrKeysharePacketData_RequestId
- type UnimplementedMsgServer
- func (UnimplementedMsgServer) CreateAuthorizedAddress(context.Context, *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error)
- func (UnimplementedMsgServer) CreateGeneralKeyShare(context.Context, *MsgCreateGeneralKeyShare) (*MsgCreateGeneralKeyShareResponse, error)
- func (UnimplementedMsgServer) CreateLatestPubKey(context.Context, *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error)
- func (UnimplementedMsgServer) DeRegisterValidator(context.Context, *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error)
- func (UnimplementedMsgServer) DeleteAuthorizedAddress(context.Context, *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error)
- func (UnimplementedMsgServer) OverrideLatestPubKey(context.Context, *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error)
- func (UnimplementedMsgServer) RegisterValidator(context.Context, *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error)
- func (UnimplementedMsgServer) SendKeyshare(context.Context, *MsgSendKeyshare) (*MsgSendKeyshareResponse, error)
- func (UnimplementedMsgServer) UpdateAuthorizedAddress(context.Context, *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error)
- func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- type UnimplementedQueryServer
- func (UnimplementedQueryServer) AggregatedKeyShare(context.Context, *QueryGetAggregatedKeyShareRequest) (*QueryGetAggregatedKeyShareResponse, error)
- func (UnimplementedQueryServer) AggregatedKeyShareAll(context.Context, *QueryAllAggregatedKeyShareRequest) (*QueryAllAggregatedKeyShareResponse, error)
- func (UnimplementedQueryServer) AuthorizedAddress(context.Context, *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error)
- func (UnimplementedQueryServer) AuthorizedAddressAll(context.Context, *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error)
- func (UnimplementedQueryServer) Commitments(context.Context, *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error)
- func (UnimplementedQueryServer) GeneralKeyShare(context.Context, *QueryGetGeneralKeyShareRequest) (*QueryGetGeneralKeyShareResponse, error)
- func (UnimplementedQueryServer) GeneralKeyShareAll(context.Context, *QueryAllGeneralKeyShareRequest) (*QueryAllGeneralKeyShareResponse, error)
- func (UnimplementedQueryServer) KeyShare(context.Context, *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error)
- func (UnimplementedQueryServer) KeyShareAll(context.Context, *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error)
- func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
- func (UnimplementedQueryServer) PubKey(context.Context, *QueryPubKeyRequest) (*QueryPubKeyResponse, error)
- func (UnimplementedQueryServer) ValidatorSet(context.Context, *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error)
- func (UnimplementedQueryServer) ValidatorSetAll(context.Context, *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error)
- func (UnimplementedQueryServer) VerifiableRandomness(context.Context, *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, error)
- type UnsafeMsgServer
- type UnsafeQueryServer
- type ValidatorSet
- func (*ValidatorSet) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorSet) GetConsAddr() string
- func (x *ValidatorSet) GetIndex() string
- func (x *ValidatorSet) GetIsActive() bool
- func (x *ValidatorSet) GetValidator() string
- func (*ValidatorSet) ProtoMessage()
- func (x *ValidatorSet) ProtoReflect() protoreflect.Message
- func (x *ValidatorSet) Reset()
- func (x *ValidatorSet) String() string
Constants ¶
const ( Query_Params_FullMethodName = "/fairyring.keyshare.Query/Params" Query_Commitments_FullMethodName = "/fairyring.keyshare.Query/Commitments" Query_ValidatorSet_FullMethodName = "/fairyring.keyshare.Query/ValidatorSet" Query_ValidatorSetAll_FullMethodName = "/fairyring.keyshare.Query/ValidatorSetAll" Query_PubKey_FullMethodName = "/fairyring.keyshare.Query/PubKey" Query_AuthorizedAddress_FullMethodName = "/fairyring.keyshare.Query/AuthorizedAddress" Query_AuthorizedAddressAll_FullMethodName = "/fairyring.keyshare.Query/AuthorizedAddressAll" Query_VerifiableRandomness_FullMethodName = "/fairyring.keyshare.Query/VerifiableRandomness" )
const ( Msg_UpdateParams_FullMethodName = "/fairyring.keyshare.Msg/UpdateParams" Msg_RegisterValidator_FullMethodName = "/fairyring.keyshare.Msg/RegisterValidator" Msg_DeRegisterValidator_FullMethodName = "/fairyring.keyshare.Msg/DeRegisterValidator" Msg_CreateLatestPubKey_FullMethodName = "/fairyring.keyshare.Msg/CreateLatestPubKey" Msg_OverrideLatestPubKey_FullMethodName = "/fairyring.keyshare.Msg/OverrideLatestPubKey" Msg_CreateAuthorizedAddress_FullMethodName = "/fairyring.keyshare.Msg/CreateAuthorizedAddress" Msg_UpdateAuthorizedAddress_FullMethodName = "/fairyring.keyshare.Msg/UpdateAuthorizedAddress" Msg_DeleteAuthorizedAddress_FullMethodName = "/fairyring.keyshare.Msg/DeleteAuthorizedAddress" )
Variables ¶
var Msg_ServiceDesc = grpc.ServiceDesc{ ServiceName: "fairyring.keyshare.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "UpdateParams", Handler: _Msg_UpdateParams_Handler, }, { MethodName: "RegisterValidator", Handler: _Msg_RegisterValidator_Handler, }, { MethodName: "DeRegisterValidator", Handler: _Msg_DeRegisterValidator_Handler, }, { MethodName: "SendKeyshare", Handler: _Msg_SendKeyshare_Handler, }, { MethodName: "CreateLatestPubKey", Handler: _Msg_CreateLatestPubKey_Handler, }, { MethodName: "OverrideLatestPubKey", Handler: _Msg_OverrideLatestPubKey_Handler, }, { MethodName: "CreateAuthorizedAddress", Handler: _Msg_CreateAuthorizedAddress_Handler, }, { MethodName: "UpdateAuthorizedAddress", Handler: _Msg_UpdateAuthorizedAddress_Handler, }, { MethodName: "DeleteAuthorizedAddress", Handler: _Msg_DeleteAuthorizedAddress_Handler, }, { MethodName: "CreateGeneralKeyShare", Handler: _Msg_CreateGeneralKeyShare_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "fairyring/keyshare/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: "fairyring.keyshare.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Params", Handler: _Query_Params_Handler, }, { MethodName: "Commitments", Handler: _Query_Commitments_Handler, }, { MethodName: "ValidatorSet", Handler: _Query_ValidatorSet_Handler, }, { MethodName: "ValidatorSetAll", Handler: _Query_ValidatorSetAll_Handler, }, { MethodName: "KeyShare", Handler: _Query_KeyShare_Handler, }, { MethodName: "KeyShareAll", Handler: _Query_KeyShareAll_Handler, }, { MethodName: "AggregatedKeyShare", Handler: _Query_AggregatedKeyShare_Handler, }, { MethodName: "AggregatedKeyShareAll", Handler: _Query_AggregatedKeyShareAll_Handler, }, { MethodName: "PubKey", Handler: _Query_PubKey_Handler, }, { MethodName: "AuthorizedAddress", Handler: _Query_AuthorizedAddress_Handler, }, { MethodName: "AuthorizedAddressAll", Handler: _Query_AuthorizedAddressAll_Handler, }, { MethodName: "GeneralKeyShare", Handler: _Query_GeneralKeyShare_Handler, }, { MethodName: "GeneralKeyShareAll", Handler: _Query_GeneralKeyShareAll_Handler, }, { MethodName: "VerifiableRandomness", Handler: _Query_VerifiableRandomness_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "fairyring/keyshare/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 ActivePubKey ¶
type ActivePubKey struct { PublicKey string `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"` Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` Expiry uint64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"` NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"` // contains filtered or unexported fields }
func (*ActivePubKey) Descriptor
deprecated
func (*ActivePubKey) Descriptor() ([]byte, []int)
Deprecated: Use ActivePubKey.ProtoReflect.Descriptor instead.
func (*ActivePubKey) GetCreator ¶
func (x *ActivePubKey) GetCreator() string
func (*ActivePubKey) GetEncryptedKeyShares ¶ added in v0.6.0
func (x *ActivePubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*ActivePubKey) GetExpiry ¶
func (x *ActivePubKey) GetExpiry() uint64
func (*ActivePubKey) GetNumberOfValidators ¶ added in v0.5.0
func (x *ActivePubKey) GetNumberOfValidators() uint64
func (*ActivePubKey) GetPublicKey ¶
func (x *ActivePubKey) GetPublicKey() string
func (*ActivePubKey) ProtoMessage ¶
func (*ActivePubKey) ProtoMessage()
func (*ActivePubKey) ProtoReflect ¶
func (x *ActivePubKey) ProtoReflect() protoreflect.Message
func (*ActivePubKey) Reset ¶
func (x *ActivePubKey) Reset()
func (*ActivePubKey) String ¶
func (x *ActivePubKey) String() string
type AggrKeyshareDataPacketAck ¶
type AggrKeyshareDataPacketAck struct {
// contains filtered or unexported fields
}
AggrKeyshareDataPacketAck defines a struct for the packet acknowledgment
func (*AggrKeyshareDataPacketAck) Descriptor
deprecated
func (*AggrKeyshareDataPacketAck) Descriptor() ([]byte, []int)
Deprecated: Use AggrKeyshareDataPacketAck.ProtoReflect.Descriptor instead.
func (*AggrKeyshareDataPacketAck) ProtoMessage ¶
func (*AggrKeyshareDataPacketAck) ProtoMessage()
func (*AggrKeyshareDataPacketAck) ProtoReflect ¶
func (x *AggrKeyshareDataPacketAck) ProtoReflect() protoreflect.Message
func (*AggrKeyshareDataPacketAck) Reset ¶
func (x *AggrKeyshareDataPacketAck) Reset()
func (*AggrKeyshareDataPacketAck) String ¶
func (x *AggrKeyshareDataPacketAck) String() string
type AggrKeyshareDataPacketData ¶
type AggrKeyshareDataPacketData struct { // contains filtered or unexported fields }
AggrKeyshareDataPacketData defines a struct for the packet payload
func (*AggrKeyshareDataPacketData) Descriptor
deprecated
func (*AggrKeyshareDataPacketData) Descriptor() ([]byte, []int)
Deprecated: Use AggrKeyshareDataPacketData.ProtoReflect.Descriptor instead.
func (*AggrKeyshareDataPacketData) GetAggrHeight ¶
func (x *AggrKeyshareDataPacketData) GetAggrHeight() string
func (*AggrKeyshareDataPacketData) GetAggrKeyshare ¶
func (x *AggrKeyshareDataPacketData) GetAggrKeyshare() string
func (*AggrKeyshareDataPacketData) GetIdentity ¶
func (x *AggrKeyshareDataPacketData) GetIdentity() string
func (*AggrKeyshareDataPacketData) GetProposalId ¶
func (x *AggrKeyshareDataPacketData) GetProposalId() string
func (*AggrKeyshareDataPacketData) GetPubkey ¶
func (x *AggrKeyshareDataPacketData) GetPubkey() string
func (*AggrKeyshareDataPacketData) GetRequestId ¶
func (x *AggrKeyshareDataPacketData) GetRequestId() string
func (*AggrKeyshareDataPacketData) GetRetries ¶
func (x *AggrKeyshareDataPacketData) GetRetries() uint64
func (*AggrKeyshareDataPacketData) ProtoMessage ¶
func (*AggrKeyshareDataPacketData) ProtoMessage()
func (*AggrKeyshareDataPacketData) ProtoReflect ¶
func (x *AggrKeyshareDataPacketData) ProtoReflect() protoreflect.Message
func (*AggrKeyshareDataPacketData) Reset ¶
func (x *AggrKeyshareDataPacketData) Reset()
func (*AggrKeyshareDataPacketData) String ¶
func (x *AggrKeyshareDataPacketData) String() string
type AggregatedKeyShare ¶
type AggregatedKeyShare struct { // contains filtered or unexported fields }
func (*AggregatedKeyShare) Descriptor
deprecated
func (*AggregatedKeyShare) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedKeyShare.ProtoReflect.Descriptor instead.
func (*AggregatedKeyShare) GetData ¶
func (x *AggregatedKeyShare) GetData() string
func (*AggregatedKeyShare) GetHeight ¶
func (x *AggregatedKeyShare) GetHeight() uint64
func (*AggregatedKeyShare) ProtoMessage ¶
func (*AggregatedKeyShare) ProtoMessage()
func (*AggregatedKeyShare) ProtoReflect ¶
func (x *AggregatedKeyShare) ProtoReflect() protoreflect.Message
func (*AggregatedKeyShare) Reset ¶
func (x *AggregatedKeyShare) Reset()
func (*AggregatedKeyShare) String ¶
func (x *AggregatedKeyShare) String() string
type AuthorizedAddress ¶
type AuthorizedAddress struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` IsAuthorized bool `protobuf:"varint,2,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"` AuthorizedBy string `protobuf:"bytes,3,opt,name=authorizedBy,proto3" json:"authorizedBy,omitempty"` // contains filtered or unexported fields }
func (*AuthorizedAddress) Descriptor
deprecated
func (*AuthorizedAddress) Descriptor() ([]byte, []int)
Deprecated: Use AuthorizedAddress.ProtoReflect.Descriptor instead.
func (*AuthorizedAddress) GetAuthorizedBy ¶
func (x *AuthorizedAddress) GetAuthorizedBy() string
func (*AuthorizedAddress) GetIsAuthorized ¶
func (x *AuthorizedAddress) GetIsAuthorized() bool
func (*AuthorizedAddress) GetTarget ¶
func (x *AuthorizedAddress) GetTarget() string
func (*AuthorizedAddress) ProtoMessage ¶
func (*AuthorizedAddress) ProtoMessage()
func (*AuthorizedAddress) ProtoReflect ¶
func (x *AuthorizedAddress) ProtoReflect() protoreflect.Message
func (*AuthorizedAddress) Reset ¶
func (x *AuthorizedAddress) Reset()
func (*AuthorizedAddress) String ¶
func (x *AuthorizedAddress) String() string
type Commitments ¶
type Commitments struct { Commitments []string `protobuf:"bytes,1,rep,name=commitments,proto3" json:"commitments,omitempty"` // contains filtered or unexported fields }
func (*Commitments) Descriptor
deprecated
func (*Commitments) Descriptor() ([]byte, []int)
Deprecated: Use Commitments.ProtoReflect.Descriptor instead.
func (*Commitments) GetCommitments ¶
func (x *Commitments) GetCommitments() []string
func (*Commitments) ProtoMessage ¶
func (*Commitments) ProtoMessage()
func (*Commitments) ProtoReflect ¶
func (x *Commitments) ProtoReflect() protoreflect.Message
func (*Commitments) Reset ¶
func (x *Commitments) Reset()
func (*Commitments) String ¶
func (x *Commitments) String() string
type CounterPartyIBCInfo ¶
type CounterPartyIBCInfo struct { ClientID string `protobuf:"bytes,1,opt,name=ClientID,proto3" json:"ClientID,omitempty"` ConnectionID string `protobuf:"bytes,2,opt,name=ConnectionID,proto3" json:"ConnectionID,omitempty"` ChannelID string `protobuf:"bytes,3,opt,name=ChannelID,proto3" json:"ChannelID,omitempty"` PortID string `protobuf:"bytes,4,opt,name=PortID,proto3" json:"PortID,omitempty"` // contains filtered or unexported fields }
func (*CounterPartyIBCInfo) Descriptor
deprecated
func (*CounterPartyIBCInfo) Descriptor() ([]byte, []int)
Deprecated: Use CounterPartyIBCInfo.ProtoReflect.Descriptor instead.
func (*CounterPartyIBCInfo) GetChannelID ¶
func (x *CounterPartyIBCInfo) GetChannelID() string
func (*CounterPartyIBCInfo) GetClientID ¶
func (x *CounterPartyIBCInfo) GetClientID() string
func (*CounterPartyIBCInfo) GetConnectionID ¶
func (x *CounterPartyIBCInfo) GetConnectionID() string
func (*CounterPartyIBCInfo) GetPortID ¶
func (x *CounterPartyIBCInfo) GetPortID() string
func (*CounterPartyIBCInfo) ProtoMessage ¶
func (*CounterPartyIBCInfo) ProtoMessage()
func (*CounterPartyIBCInfo) ProtoReflect ¶
func (x *CounterPartyIBCInfo) ProtoReflect() protoreflect.Message
func (*CounterPartyIBCInfo) Reset ¶
func (x *CounterPartyIBCInfo) Reset()
func (*CounterPartyIBCInfo) String ¶
func (x *CounterPartyIBCInfo) String() string
type CurrentKeysPacketAck ¶ added in v0.6.0
type CurrentKeysPacketAck struct { ActiveKey *common.ActivePublicKey `protobuf:"bytes,1,opt,name=activeKey,proto3" json:"activeKey,omitempty"` QueuedKey *common.QueuedPublicKey `protobuf:"bytes,2,opt,name=queuedKey,proto3" json:"queuedKey,omitempty"` // contains filtered or unexported fields }
CurrentKeysPacketAck defines a struct for the packet acknowledgment
func (*CurrentKeysPacketAck) Descriptor
deprecated
added in
v0.6.0
func (*CurrentKeysPacketAck) Descriptor() ([]byte, []int)
Deprecated: Use CurrentKeysPacketAck.ProtoReflect.Descriptor instead.
func (*CurrentKeysPacketAck) GetActiveKey ¶ added in v0.6.0
func (x *CurrentKeysPacketAck) GetActiveKey() *common.ActivePublicKey
func (*CurrentKeysPacketAck) GetQueuedKey ¶ added in v0.6.0
func (x *CurrentKeysPacketAck) GetQueuedKey() *common.QueuedPublicKey
func (*CurrentKeysPacketAck) ProtoMessage ¶ added in v0.6.0
func (*CurrentKeysPacketAck) ProtoMessage()
func (*CurrentKeysPacketAck) ProtoReflect ¶ added in v0.6.0
func (x *CurrentKeysPacketAck) ProtoReflect() protoreflect.Message
func (*CurrentKeysPacketAck) Reset ¶ added in v0.6.0
func (x *CurrentKeysPacketAck) Reset()
func (*CurrentKeysPacketAck) String ¶ added in v0.6.0
func (x *CurrentKeysPacketAck) String() string
type CurrentKeysPacketData ¶ added in v0.6.0
type CurrentKeysPacketData struct {
// contains filtered or unexported fields
}
CurrentKeysPacketData defines a struct for the packet payload
func (*CurrentKeysPacketData) Descriptor
deprecated
added in
v0.6.0
func (*CurrentKeysPacketData) Descriptor() ([]byte, []int)
Deprecated: Use CurrentKeysPacketData.ProtoReflect.Descriptor instead.
func (*CurrentKeysPacketData) ProtoMessage ¶ added in v0.6.0
func (*CurrentKeysPacketData) ProtoMessage()
func (*CurrentKeysPacketData) ProtoReflect ¶ added in v0.6.0
func (x *CurrentKeysPacketData) ProtoReflect() protoreflect.Message
func (*CurrentKeysPacketData) Reset ¶ added in v0.6.0
func (x *CurrentKeysPacketData) Reset()
func (*CurrentKeysPacketData) String ¶ added in v0.6.0
func (x *CurrentKeysPacketData) String() string
type EncryptedKeyShare ¶ added in v0.6.0
type EncryptedKeyShare struct { // contains filtered or unexported fields }
func (*EncryptedKeyShare) Descriptor
deprecated
added in
v0.6.0
func (*EncryptedKeyShare) Descriptor() ([]byte, []int)
Deprecated: Use EncryptedKeyShare.ProtoReflect.Descriptor instead.
func (*EncryptedKeyShare) GetData ¶ added in v0.6.0
func (x *EncryptedKeyShare) GetData() string
func (*EncryptedKeyShare) GetValidator ¶ added in v0.6.0
func (x *EncryptedKeyShare) GetValidator() string
func (*EncryptedKeyShare) ProtoMessage ¶ added in v0.6.0
func (*EncryptedKeyShare) ProtoMessage()
func (*EncryptedKeyShare) ProtoReflect ¶ added in v0.6.0
func (x *EncryptedKeyShare) ProtoReflect() protoreflect.Message
func (*EncryptedKeyShare) Reset ¶ added in v0.6.0
func (x *EncryptedKeyShare) Reset()
func (*EncryptedKeyShare) String ¶ added in v0.6.0
func (x *EncryptedKeyShare) String() string
type GeneralKeyShare ¶
type GeneralKeyShare struct { // contains filtered or unexported fields }
func (*GeneralKeyShare) Descriptor
deprecated
func (*GeneralKeyShare) Descriptor() ([]byte, []int)
Deprecated: Use GeneralKeyShare.ProtoReflect.Descriptor instead.
func (*GeneralKeyShare) GetIdType ¶
func (x *GeneralKeyShare) GetIdType() string
func (*GeneralKeyShare) GetIdValue ¶
func (x *GeneralKeyShare) GetIdValue() string
func (*GeneralKeyShare) GetKeyShare ¶
func (x *GeneralKeyShare) GetKeyShare() string
func (*GeneralKeyShare) GetKeyShareIndex ¶
func (x *GeneralKeyShare) GetKeyShareIndex() uint64
func (*GeneralKeyShare) GetReceivedBlockHeight ¶
func (x *GeneralKeyShare) GetReceivedBlockHeight() uint64
func (*GeneralKeyShare) GetReceivedTimestamp ¶
func (x *GeneralKeyShare) GetReceivedTimestamp() uint64
func (*GeneralKeyShare) GetValidator ¶
func (x *GeneralKeyShare) GetValidator() string
func (*GeneralKeyShare) ProtoMessage ¶
func (*GeneralKeyShare) ProtoMessage()
func (*GeneralKeyShare) ProtoReflect ¶
func (x *GeneralKeyShare) ProtoReflect() protoreflect.Message
func (*GeneralKeyShare) Reset ¶
func (x *GeneralKeyShare) Reset()
func (*GeneralKeyShare) String ¶
func (x *GeneralKeyShare) String() string
type GenesisState ¶
type GenesisState struct { // params defines all the parameters of the module. Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` PortId string `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"` ValidatorSetList []*ValidatorSet `protobuf:"bytes,3,rep,name=validatorSetList,proto3" json:"validatorSetList,omitempty"` // this line is used by starport scaffolding # genesis/proto/state ActivePubKey *ActivePubKey `protobuf:"bytes,6,opt,name=activePubKey,proto3" json:"activePubKey,omitempty"` QueuedPubKey *QueuedPubKey `protobuf:"bytes,7,opt,name=queuedPubKey,proto3" json:"queuedPubKey,omitempty"` AuthorizedAddressList []*AuthorizedAddress `protobuf:"bytes,8,rep,name=authorizedAddressList,proto3" json:"authorizedAddressList,omitempty"` RequestCount uint64 `protobuf:"varint,9,opt,name=request_count,json=requestCount,proto3" json:"request_count,omitempty"` // contains filtered or unexported fields }
GenesisState defines the keyshare module's genesis state.
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetActivePubKey ¶
func (x *GenesisState) GetActivePubKey() *ActivePubKey
func (*GenesisState) GetAggregatedKeyShareList ¶
func (x *GenesisState) GetAggregatedKeyShareList() []*AggregatedKeyShare
func (*GenesisState) GetAuthorizedAddressList ¶
func (x *GenesisState) GetAuthorizedAddressList() []*AuthorizedAddress
func (*GenesisState) GetGeneralKeyShareList ¶
func (x *GenesisState) GetGeneralKeyShareList() []*GeneralKeyShare
func (*GenesisState) GetKeyShareList ¶
func (x *GenesisState) GetKeyShareList() []*KeyShare
func (*GenesisState) GetParams ¶
func (x *GenesisState) GetParams() *Params
func (*GenesisState) GetPortId ¶
func (x *GenesisState) GetPortId() string
func (*GenesisState) GetQueuedPubKey ¶
func (x *GenesisState) GetQueuedPubKey() *QueuedPubKey
func (*GenesisState) GetRequestCount ¶
func (x *GenesisState) GetRequestCount() uint64
func (*GenesisState) GetValidatorSetList ¶
func (x *GenesisState) GetValidatorSetList() []*ValidatorSet
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 GetAggrKeysharePacketAck ¶
type GetAggrKeysharePacketAck struct {
// contains filtered or unexported fields
}
GetAggrKeysharePacketAck defines a struct for the packet acknowledgment
func (*GetAggrKeysharePacketAck) Descriptor
deprecated
func (*GetAggrKeysharePacketAck) Descriptor() ([]byte, []int)
Deprecated: Use GetAggrKeysharePacketAck.ProtoReflect.Descriptor instead.
func (*GetAggrKeysharePacketAck) ProtoMessage ¶
func (*GetAggrKeysharePacketAck) ProtoMessage()
func (*GetAggrKeysharePacketAck) ProtoReflect ¶
func (x *GetAggrKeysharePacketAck) ProtoReflect() protoreflect.Message
func (*GetAggrKeysharePacketAck) Reset ¶
func (x *GetAggrKeysharePacketAck) Reset()
func (*GetAggrKeysharePacketAck) String ¶
func (x *GetAggrKeysharePacketAck) String() string
type GetAggrKeysharePacketData ¶
type GetAggrKeysharePacketData struct { // contains filtered or unexported fields }
GetAggrKeysharePacketData defines a struct for the packet payload
func (*GetAggrKeysharePacketData) Descriptor
deprecated
func (*GetAggrKeysharePacketData) Descriptor() ([]byte, []int)
Deprecated: Use GetAggrKeysharePacketData.ProtoReflect.Descriptor instead.
func (*GetAggrKeysharePacketData) GetIdentity ¶
func (x *GetAggrKeysharePacketData) GetIdentity() string
func (*GetAggrKeysharePacketData) ProtoMessage ¶
func (*GetAggrKeysharePacketData) ProtoMessage()
func (*GetAggrKeysharePacketData) ProtoReflect ¶
func (x *GetAggrKeysharePacketData) ProtoReflect() protoreflect.Message
func (*GetAggrKeysharePacketData) Reset ¶
func (x *GetAggrKeysharePacketData) Reset()
func (*GetAggrKeysharePacketData) String ¶
func (x *GetAggrKeysharePacketData) String() string
type IBCInfo ¶
type IBCInfo struct { ClientID string `protobuf:"bytes,1,opt,name=ClientID,proto3" json:"ClientID,omitempty"` ConnectionID string `protobuf:"bytes,2,opt,name=ConnectionID,proto3" json:"ConnectionID,omitempty"` ChannelID string `protobuf:"bytes,3,opt,name=ChannelID,proto3" json:"ChannelID,omitempty"` PortID string `protobuf:"bytes,4,opt,name=PortID,proto3" json:"PortID,omitempty"` // contains filtered or unexported fields }
func (*IBCInfo) Descriptor
deprecated
func (*IBCInfo) GetChannelID ¶
func (*IBCInfo) GetClientID ¶
func (*IBCInfo) GetConnectionID ¶
func (*IBCInfo) ProtoMessage ¶
func (*IBCInfo) ProtoMessage()
func (*IBCInfo) ProtoReflect ¶
func (x *IBCInfo) ProtoReflect() protoreflect.Message
type KeyShare ¶
type KeyShare struct { // contains filtered or unexported fields }
func (*KeyShare) Descriptor
deprecated
func (*KeyShare) GetBlockHeight ¶
func (*KeyShare) GetKeyShare ¶
func (*KeyShare) GetKeyShareIndex ¶
func (*KeyShare) GetReceivedBlockHeight ¶
func (*KeyShare) GetReceivedTimestamp ¶
func (*KeyShare) GetValidator ¶
func (*KeyShare) ProtoMessage ¶
func (*KeyShare) ProtoMessage()
func (*KeyShare) ProtoReflect ¶
func (x *KeyShare) ProtoReflect() protoreflect.Message
type KeyShareRequest ¶
type KeyShareRequest struct { // contains filtered or unexported fields }
func (*KeyShareRequest) Descriptor
deprecated
func (*KeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use KeyShareRequest.ProtoReflect.Descriptor instead.
func (*KeyShareRequest) GetAggrKeyshare ¶
func (x *KeyShareRequest) GetAggrKeyshare() string
func (*KeyShareRequest) GetCounterparty ¶
func (x *KeyShareRequest) GetCounterparty() *CounterPartyIBCInfo
func (*KeyShareRequest) GetIbcInfo ¶
func (x *KeyShareRequest) GetIbcInfo() *IBCInfo
func (*KeyShareRequest) GetIdentity ¶
func (x *KeyShareRequest) GetIdentity() string
func (*KeyShareRequest) GetProposalId ¶
func (x *KeyShareRequest) GetProposalId() string
func (*KeyShareRequest) GetPubkey ¶
func (x *KeyShareRequest) GetPubkey() string
func (*KeyShareRequest) GetRequestId ¶
func (x *KeyShareRequest) GetRequestId() string
func (*KeyShareRequest) GetSent ¶
func (x *KeyShareRequest) GetSent() bool
func (*KeyShareRequest) ProtoMessage ¶
func (*KeyShareRequest) ProtoMessage()
func (*KeyShareRequest) ProtoReflect ¶
func (x *KeyShareRequest) ProtoReflect() protoreflect.Message
func (*KeyShareRequest) Reset ¶
func (x *KeyShareRequest) Reset()
func (*KeyShareRequest) String ¶
func (x *KeyShareRequest) String() string
type KeysharePacketData ¶
type KeysharePacketData struct { // // *KeysharePacketData_NoData // *KeysharePacketData_RequestAggrKeysharePacket // *KeysharePacketData_GetAggrKeysharePacket // *KeysharePacketData_AggrKeyshareDataPacket // *KeysharePacketData_CurrentKeysPacket Packet isKeysharePacketData_Packet `protobuf_oneof:"packet"` // contains filtered or unexported fields }
func (*KeysharePacketData) Descriptor
deprecated
func (*KeysharePacketData) Descriptor() ([]byte, []int)
Deprecated: Use KeysharePacketData.ProtoReflect.Descriptor instead.
func (*KeysharePacketData) GetAggrKeyshareDataPacket ¶
func (x *KeysharePacketData) GetAggrKeyshareDataPacket() *AggrKeyshareDataPacketData
func (*KeysharePacketData) GetCurrentKeysPacket ¶ added in v0.6.0
func (x *KeysharePacketData) GetCurrentKeysPacket() *CurrentKeysPacketData
func (*KeysharePacketData) GetGetAggrKeysharePacket ¶
func (x *KeysharePacketData) GetGetAggrKeysharePacket() *GetAggrKeysharePacketData
func (*KeysharePacketData) GetNoData ¶
func (x *KeysharePacketData) GetNoData() *NoData
func (*KeysharePacketData) GetPacket ¶
func (x *KeysharePacketData) GetPacket() isKeysharePacketData_Packet
func (*KeysharePacketData) GetRequestAggrKeysharePacket ¶
func (x *KeysharePacketData) GetRequestAggrKeysharePacket() *RequestAggrKeysharePacketData
func (*KeysharePacketData) ProtoMessage ¶
func (*KeysharePacketData) ProtoMessage()
func (*KeysharePacketData) ProtoReflect ¶
func (x *KeysharePacketData) ProtoReflect() protoreflect.Message
func (*KeysharePacketData) Reset ¶
func (x *KeysharePacketData) Reset()
func (*KeysharePacketData) String ¶
func (x *KeysharePacketData) String() string
type KeysharePacketData_AggrKeyshareDataPacket ¶
type KeysharePacketData_AggrKeyshareDataPacket struct {
}type KeysharePacketData_CurrentKeysPacket ¶ added in v0.6.0
type KeysharePacketData_CurrentKeysPacket struct {
}type KeysharePacketData_GetAggrKeysharePacket ¶
type KeysharePacketData_GetAggrKeysharePacket struct {
}type KeysharePacketData_NoData ¶
type KeysharePacketData_NoData struct {
}type KeysharePacketData_RequestAggrKeysharePacket ¶
type KeysharePacketData_RequestAggrKeysharePacket struct {
}type MsgClient ¶
type MsgClient interface { // UpdateParams defines a (governance) operation for updating the module // parameters. The authority defaults to the x/gov module account. UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) RegisterValidator(ctx context.Context, in *MsgRegisterValidator, opts ...grpc.CallOption) (*MsgRegisterValidatorResponse, error) DeRegisterValidator(ctx context.Context, in *MsgDeRegisterValidator, opts ...grpc.CallOption) (*MsgDeRegisterValidatorResponse, error) // this line is used by starport scaffolding # proto/tx/rpc CreateLatestPubKey(ctx context.Context, in *MsgCreateLatestPubKey, opts ...grpc.CallOption) (*MsgCreateLatestPubKeyResponse, error) OverrideLatestPubKey(ctx context.Context, in *MsgOverrideLatestPubKey, opts ...grpc.CallOption) (*MsgOverrideLatestPubKeyResponse, error) CreateAuthorizedAddress(ctx context.Context, in *MsgCreateAuthorizedAddress, opts ...grpc.CallOption) (*MsgCreateAuthorizedAddressResponse, error) UpdateAuthorizedAddress(ctx context.Context, in *MsgUpdateAuthorizedAddress, opts ...grpc.CallOption) (*MsgUpdateAuthorizedAddressResponse, error) DeleteAuthorizedAddress(ctx context.Context, in *MsgDeleteAuthorizedAddress, opts ...grpc.CallOption) (*MsgDeleteAuthorizedAddressResponse, 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 MsgCreateAuthorizedAddress ¶
type MsgCreateAuthorizedAddress struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgCreateAuthorizedAddress) Descriptor
deprecated
func (*MsgCreateAuthorizedAddress) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateAuthorizedAddress.ProtoReflect.Descriptor instead.
func (*MsgCreateAuthorizedAddress) GetCreator ¶
func (x *MsgCreateAuthorizedAddress) GetCreator() string
func (*MsgCreateAuthorizedAddress) GetTarget ¶
func (x *MsgCreateAuthorizedAddress) GetTarget() string
func (*MsgCreateAuthorizedAddress) ProtoMessage ¶
func (*MsgCreateAuthorizedAddress) ProtoMessage()
func (*MsgCreateAuthorizedAddress) ProtoReflect ¶
func (x *MsgCreateAuthorizedAddress) ProtoReflect() protoreflect.Message
func (*MsgCreateAuthorizedAddress) Reset ¶
func (x *MsgCreateAuthorizedAddress) Reset()
func (*MsgCreateAuthorizedAddress) String ¶
func (x *MsgCreateAuthorizedAddress) String() string
type MsgCreateAuthorizedAddressResponse ¶
type MsgCreateAuthorizedAddressResponse struct {
// contains filtered or unexported fields
}
func (*MsgCreateAuthorizedAddressResponse) Descriptor
deprecated
func (*MsgCreateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateAuthorizedAddressResponse.ProtoReflect.Descriptor instead.
func (*MsgCreateAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgCreateAuthorizedAddressResponse) ProtoMessage()
func (*MsgCreateAuthorizedAddressResponse) ProtoReflect ¶
func (x *MsgCreateAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
func (*MsgCreateAuthorizedAddressResponse) Reset ¶
func (x *MsgCreateAuthorizedAddressResponse) Reset()
func (*MsgCreateAuthorizedAddressResponse) String ¶
func (x *MsgCreateAuthorizedAddressResponse) String() string
type MsgCreateGeneralKeyShare ¶
type MsgCreateGeneralKeyShare struct { // contains filtered or unexported fields }
func (*MsgCreateGeneralKeyShare) Descriptor
deprecated
func (*MsgCreateGeneralKeyShare) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateGeneralKeyShare.ProtoReflect.Descriptor instead.
func (*MsgCreateGeneralKeyShare) GetCreator ¶
func (x *MsgCreateGeneralKeyShare) GetCreator() string
func (*MsgCreateGeneralKeyShare) GetIdType ¶
func (x *MsgCreateGeneralKeyShare) GetIdType() string
func (*MsgCreateGeneralKeyShare) GetIdValue ¶
func (x *MsgCreateGeneralKeyShare) GetIdValue() string
func (*MsgCreateGeneralKeyShare) GetKeyShare ¶
func (x *MsgCreateGeneralKeyShare) GetKeyShare() string
func (*MsgCreateGeneralKeyShare) GetKeyShareIndex ¶
func (x *MsgCreateGeneralKeyShare) GetKeyShareIndex() uint64
func (*MsgCreateGeneralKeyShare) GetReceivedBlockHeight ¶
func (x *MsgCreateGeneralKeyShare) GetReceivedBlockHeight() uint64
func (*MsgCreateGeneralKeyShare) GetReceivedTimestamp ¶
func (x *MsgCreateGeneralKeyShare) GetReceivedTimestamp() uint64
func (*MsgCreateGeneralKeyShare) ProtoMessage ¶
func (*MsgCreateGeneralKeyShare) ProtoMessage()
func (*MsgCreateGeneralKeyShare) ProtoReflect ¶
func (x *MsgCreateGeneralKeyShare) ProtoReflect() protoreflect.Message
func (*MsgCreateGeneralKeyShare) Reset ¶
func (x *MsgCreateGeneralKeyShare) Reset()
func (*MsgCreateGeneralKeyShare) String ¶
func (x *MsgCreateGeneralKeyShare) String() string
type MsgCreateGeneralKeyShareResponse ¶
type MsgCreateGeneralKeyShareResponse struct { // contains filtered or unexported fields }
func (*MsgCreateGeneralKeyShareResponse) Descriptor
deprecated
func (*MsgCreateGeneralKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateGeneralKeyShareResponse.ProtoReflect.Descriptor instead.
func (*MsgCreateGeneralKeyShareResponse) GetCreator ¶
func (x *MsgCreateGeneralKeyShareResponse) GetCreator() string
func (*MsgCreateGeneralKeyShareResponse) GetErrorMessage ¶
func (x *MsgCreateGeneralKeyShareResponse) GetErrorMessage() string
func (*MsgCreateGeneralKeyShareResponse) GetIdType ¶
func (x *MsgCreateGeneralKeyShareResponse) GetIdType() string
func (*MsgCreateGeneralKeyShareResponse) GetIdValue ¶
func (x *MsgCreateGeneralKeyShareResponse) GetIdValue() string
func (*MsgCreateGeneralKeyShareResponse) GetKeyShare ¶
func (x *MsgCreateGeneralKeyShareResponse) GetKeyShare() string
func (*MsgCreateGeneralKeyShareResponse) GetKeyShareIndex ¶
func (x *MsgCreateGeneralKeyShareResponse) GetKeyShareIndex() uint64
func (*MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight ¶
func (x *MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight() uint64
func (*MsgCreateGeneralKeyShareResponse) GetSuccess ¶
func (x *MsgCreateGeneralKeyShareResponse) GetSuccess() bool
func (*MsgCreateGeneralKeyShareResponse) ProtoMessage ¶
func (*MsgCreateGeneralKeyShareResponse) ProtoMessage()
func (*MsgCreateGeneralKeyShareResponse) ProtoReflect ¶
func (x *MsgCreateGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
func (*MsgCreateGeneralKeyShareResponse) Reset ¶
func (x *MsgCreateGeneralKeyShareResponse) Reset()
func (*MsgCreateGeneralKeyShareResponse) String ¶
func (x *MsgCreateGeneralKeyShareResponse) String() string
type MsgCreateLatestPubKey ¶
type MsgCreateLatestPubKey struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"` Commitments []string `protobuf:"bytes,3,rep,name=commitments,proto3" json:"commitments,omitempty"` NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"` // contains filtered or unexported fields }
this line is used by starport scaffolding # proto/tx/message
func (*MsgCreateLatestPubKey) Descriptor
deprecated
func (*MsgCreateLatestPubKey) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateLatestPubKey.ProtoReflect.Descriptor instead.
func (*MsgCreateLatestPubKey) GetCommitments ¶
func (x *MsgCreateLatestPubKey) GetCommitments() []string
func (*MsgCreateLatestPubKey) GetCreator ¶
func (x *MsgCreateLatestPubKey) GetCreator() string
func (*MsgCreateLatestPubKey) GetEncryptedKeyShares ¶ added in v0.6.0
func (x *MsgCreateLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*MsgCreateLatestPubKey) GetNumberOfValidators ¶ added in v0.5.0
func (x *MsgCreateLatestPubKey) GetNumberOfValidators() uint64
func (*MsgCreateLatestPubKey) GetPublicKey ¶
func (x *MsgCreateLatestPubKey) GetPublicKey() string
func (*MsgCreateLatestPubKey) ProtoMessage ¶
func (*MsgCreateLatestPubKey) ProtoMessage()
func (*MsgCreateLatestPubKey) ProtoReflect ¶
func (x *MsgCreateLatestPubKey) ProtoReflect() protoreflect.Message
func (*MsgCreateLatestPubKey) Reset ¶
func (x *MsgCreateLatestPubKey) Reset()
func (*MsgCreateLatestPubKey) String ¶
func (x *MsgCreateLatestPubKey) String() string
type MsgCreateLatestPubKeyResponse ¶
type MsgCreateLatestPubKeyResponse struct {
// contains filtered or unexported fields
}
func (*MsgCreateLatestPubKeyResponse) Descriptor
deprecated
func (*MsgCreateLatestPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgCreateLatestPubKeyResponse.ProtoReflect.Descriptor instead.
func (*MsgCreateLatestPubKeyResponse) ProtoMessage ¶
func (*MsgCreateLatestPubKeyResponse) ProtoMessage()
func (*MsgCreateLatestPubKeyResponse) ProtoReflect ¶
func (x *MsgCreateLatestPubKeyResponse) ProtoReflect() protoreflect.Message
func (*MsgCreateLatestPubKeyResponse) Reset ¶
func (x *MsgCreateLatestPubKeyResponse) Reset()
func (*MsgCreateLatestPubKeyResponse) String ¶
func (x *MsgCreateLatestPubKeyResponse) String() string
type MsgDeRegisterValidator ¶ added in v0.6.0
type MsgDeRegisterValidator struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgDeRegisterValidator) Descriptor
deprecated
added in
v0.6.0
func (*MsgDeRegisterValidator) Descriptor() ([]byte, []int)
Deprecated: Use MsgDeRegisterValidator.ProtoReflect.Descriptor instead.
func (*MsgDeRegisterValidator) GetCreator ¶ added in v0.6.0
func (x *MsgDeRegisterValidator) GetCreator() string
func (*MsgDeRegisterValidator) ProtoMessage ¶ added in v0.6.0
func (*MsgDeRegisterValidator) ProtoMessage()
func (*MsgDeRegisterValidator) ProtoReflect ¶ added in v0.6.0
func (x *MsgDeRegisterValidator) ProtoReflect() protoreflect.Message
func (*MsgDeRegisterValidator) Reset ¶ added in v0.6.0
func (x *MsgDeRegisterValidator) Reset()
func (*MsgDeRegisterValidator) String ¶ added in v0.6.0
func (x *MsgDeRegisterValidator) String() string
type MsgDeRegisterValidatorResponse ¶ added in v0.6.0
type MsgDeRegisterValidatorResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgDeRegisterValidatorResponse) Descriptor
deprecated
added in
v0.6.0
func (*MsgDeRegisterValidatorResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgDeRegisterValidatorResponse.ProtoReflect.Descriptor instead.
func (*MsgDeRegisterValidatorResponse) GetCreator ¶ added in v0.6.0
func (x *MsgDeRegisterValidatorResponse) GetCreator() string
func (*MsgDeRegisterValidatorResponse) ProtoMessage ¶ added in v0.6.0
func (*MsgDeRegisterValidatorResponse) ProtoMessage()
func (*MsgDeRegisterValidatorResponse) ProtoReflect ¶ added in v0.6.0
func (x *MsgDeRegisterValidatorResponse) ProtoReflect() protoreflect.Message
func (*MsgDeRegisterValidatorResponse) Reset ¶ added in v0.6.0
func (x *MsgDeRegisterValidatorResponse) Reset()
func (*MsgDeRegisterValidatorResponse) String ¶ added in v0.6.0
func (x *MsgDeRegisterValidatorResponse) String() string
type MsgDeleteAuthorizedAddress ¶
type MsgDeleteAuthorizedAddress struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgDeleteAuthorizedAddress) Descriptor
deprecated
func (*MsgDeleteAuthorizedAddress) Descriptor() ([]byte, []int)
Deprecated: Use MsgDeleteAuthorizedAddress.ProtoReflect.Descriptor instead.
func (*MsgDeleteAuthorizedAddress) GetCreator ¶
func (x *MsgDeleteAuthorizedAddress) GetCreator() string
func (*MsgDeleteAuthorizedAddress) GetTarget ¶
func (x *MsgDeleteAuthorizedAddress) GetTarget() string
func (*MsgDeleteAuthorizedAddress) ProtoMessage ¶
func (*MsgDeleteAuthorizedAddress) ProtoMessage()
func (*MsgDeleteAuthorizedAddress) ProtoReflect ¶
func (x *MsgDeleteAuthorizedAddress) ProtoReflect() protoreflect.Message
func (*MsgDeleteAuthorizedAddress) Reset ¶
func (x *MsgDeleteAuthorizedAddress) Reset()
func (*MsgDeleteAuthorizedAddress) String ¶
func (x *MsgDeleteAuthorizedAddress) String() string
type MsgDeleteAuthorizedAddressResponse ¶
type MsgDeleteAuthorizedAddressResponse struct {
// contains filtered or unexported fields
}
func (*MsgDeleteAuthorizedAddressResponse) Descriptor
deprecated
func (*MsgDeleteAuthorizedAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgDeleteAuthorizedAddressResponse.ProtoReflect.Descriptor instead.
func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage()
func (*MsgDeleteAuthorizedAddressResponse) ProtoReflect ¶
func (x *MsgDeleteAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
func (*MsgDeleteAuthorizedAddressResponse) Reset ¶
func (x *MsgDeleteAuthorizedAddressResponse) Reset()
func (*MsgDeleteAuthorizedAddressResponse) String ¶
func (x *MsgDeleteAuthorizedAddressResponse) String() string
type MsgOverrideLatestPubKey ¶ added in v0.6.0
type MsgOverrideLatestPubKey struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` PublicKey string `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"` Commitments []string `protobuf:"bytes,3,rep,name=commitments,proto3" json:"commitments,omitempty"` NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"` // contains filtered or unexported fields }
func (*MsgOverrideLatestPubKey) Descriptor
deprecated
added in
v0.6.0
func (*MsgOverrideLatestPubKey) Descriptor() ([]byte, []int)
Deprecated: Use MsgOverrideLatestPubKey.ProtoReflect.Descriptor instead.
func (*MsgOverrideLatestPubKey) GetCommitments ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) GetCommitments() []string
func (*MsgOverrideLatestPubKey) GetCreator ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) GetCreator() string
func (*MsgOverrideLatestPubKey) GetEncryptedKeyShares ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*MsgOverrideLatestPubKey) GetNumberOfValidators ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) GetNumberOfValidators() uint64
func (*MsgOverrideLatestPubKey) GetPublicKey ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) GetPublicKey() string
func (*MsgOverrideLatestPubKey) ProtoMessage ¶ added in v0.6.0
func (*MsgOverrideLatestPubKey) ProtoMessage()
func (*MsgOverrideLatestPubKey) ProtoReflect ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) ProtoReflect() protoreflect.Message
func (*MsgOverrideLatestPubKey) Reset ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) Reset()
func (*MsgOverrideLatestPubKey) String ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKey) String() string
type MsgOverrideLatestPubKeyResponse ¶ added in v0.6.0
type MsgOverrideLatestPubKeyResponse struct {
// contains filtered or unexported fields
}
func (*MsgOverrideLatestPubKeyResponse) Descriptor
deprecated
added in
v0.6.0
func (*MsgOverrideLatestPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgOverrideLatestPubKeyResponse.ProtoReflect.Descriptor instead.
func (*MsgOverrideLatestPubKeyResponse) ProtoMessage ¶ added in v0.6.0
func (*MsgOverrideLatestPubKeyResponse) ProtoMessage()
func (*MsgOverrideLatestPubKeyResponse) ProtoReflect ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKeyResponse) ProtoReflect() protoreflect.Message
func (*MsgOverrideLatestPubKeyResponse) Reset ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKeyResponse) Reset()
func (*MsgOverrideLatestPubKeyResponse) String ¶ added in v0.6.0
func (x *MsgOverrideLatestPubKeyResponse) String() string
type MsgRegisterValidator ¶
type MsgRegisterValidator struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgRegisterValidator) Descriptor
deprecated
func (*MsgRegisterValidator) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegisterValidator.ProtoReflect.Descriptor instead.
func (*MsgRegisterValidator) GetCreator ¶
func (x *MsgRegisterValidator) GetCreator() string
func (*MsgRegisterValidator) ProtoMessage ¶
func (*MsgRegisterValidator) ProtoMessage()
func (*MsgRegisterValidator) ProtoReflect ¶
func (x *MsgRegisterValidator) ProtoReflect() protoreflect.Message
func (*MsgRegisterValidator) Reset ¶
func (x *MsgRegisterValidator) Reset()
func (*MsgRegisterValidator) String ¶
func (x *MsgRegisterValidator) String() string
type MsgRegisterValidatorResponse ¶
type MsgRegisterValidatorResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgRegisterValidatorResponse) Descriptor
deprecated
func (*MsgRegisterValidatorResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgRegisterValidatorResponse.ProtoReflect.Descriptor instead.
func (*MsgRegisterValidatorResponse) GetCreator ¶
func (x *MsgRegisterValidatorResponse) GetCreator() string
func (*MsgRegisterValidatorResponse) ProtoMessage ¶
func (*MsgRegisterValidatorResponse) ProtoMessage()
func (*MsgRegisterValidatorResponse) ProtoReflect ¶
func (x *MsgRegisterValidatorResponse) ProtoReflect() protoreflect.Message
func (*MsgRegisterValidatorResponse) Reset ¶
func (x *MsgRegisterValidatorResponse) Reset()
func (*MsgRegisterValidatorResponse) String ¶
func (x *MsgRegisterValidatorResponse) String() string
type MsgSendKeyshare ¶
type MsgSendKeyshare struct { // contains filtered or unexported fields }
func (*MsgSendKeyshare) Descriptor
deprecated
func (*MsgSendKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use MsgSendKeyshare.ProtoReflect.Descriptor instead.
func (*MsgSendKeyshare) GetBlockHeight ¶
func (x *MsgSendKeyshare) GetBlockHeight() uint64
func (*MsgSendKeyshare) GetCreator ¶
func (x *MsgSendKeyshare) GetCreator() string
func (*MsgSendKeyshare) GetKeyShareIndex ¶
func (x *MsgSendKeyshare) GetKeyShareIndex() uint64
func (*MsgSendKeyshare) GetMessage ¶
func (x *MsgSendKeyshare) GetMessage() string
func (*MsgSendKeyshare) ProtoMessage ¶
func (*MsgSendKeyshare) ProtoMessage()
func (*MsgSendKeyshare) ProtoReflect ¶
func (x *MsgSendKeyshare) ProtoReflect() protoreflect.Message
func (*MsgSendKeyshare) Reset ¶
func (x *MsgSendKeyshare) Reset()
func (*MsgSendKeyshare) String ¶
func (x *MsgSendKeyshare) String() string
type MsgSendKeyshareResponse ¶
type MsgSendKeyshareResponse struct { // contains filtered or unexported fields }
func (*MsgSendKeyshareResponse) Descriptor
deprecated
func (*MsgSendKeyshareResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgSendKeyshareResponse.ProtoReflect.Descriptor instead.
func (*MsgSendKeyshareResponse) GetBlockHeight ¶
func (x *MsgSendKeyshareResponse) GetBlockHeight() uint64
func (*MsgSendKeyshareResponse) GetCreator ¶
func (x *MsgSendKeyshareResponse) GetCreator() string
func (*MsgSendKeyshareResponse) GetErrorMessage ¶
func (x *MsgSendKeyshareResponse) GetErrorMessage() string
func (*MsgSendKeyshareResponse) GetKeyshare ¶
func (x *MsgSendKeyshareResponse) GetKeyshare() string
func (*MsgSendKeyshareResponse) GetKeyshareIndex ¶
func (x *MsgSendKeyshareResponse) GetKeyshareIndex() uint64
func (*MsgSendKeyshareResponse) GetReceivedBlockHeight ¶
func (x *MsgSendKeyshareResponse) GetReceivedBlockHeight() uint64
func (*MsgSendKeyshareResponse) GetSuccess ¶
func (x *MsgSendKeyshareResponse) GetSuccess() bool
func (*MsgSendKeyshareResponse) ProtoMessage ¶
func (*MsgSendKeyshareResponse) ProtoMessage()
func (*MsgSendKeyshareResponse) ProtoReflect ¶
func (x *MsgSendKeyshareResponse) ProtoReflect() protoreflect.Message
func (*MsgSendKeyshareResponse) Reset ¶
func (x *MsgSendKeyshareResponse) Reset()
func (*MsgSendKeyshareResponse) String ¶
func (x *MsgSendKeyshareResponse) String() string
type MsgServer ¶
type MsgServer interface { // UpdateParams defines a (governance) operation for updating the module // parameters. The authority defaults to the x/gov module account. UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) RegisterValidator(context.Context, *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error) DeRegisterValidator(context.Context, *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error) // this line is used by starport scaffolding # proto/tx/rpc CreateLatestPubKey(context.Context, *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error) OverrideLatestPubKey(context.Context, *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error) CreateAuthorizedAddress(context.Context, *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error) UpdateAuthorizedAddress(context.Context, *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error) DeleteAuthorizedAddress(context.Context, *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error) // contains filtered or unexported methods }
MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility
type MsgUpdateAuthorizedAddress ¶
type MsgUpdateAuthorizedAddress struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` IsAuthorized bool `protobuf:"varint,2,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"` Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*MsgUpdateAuthorizedAddress) Descriptor
deprecated
func (*MsgUpdateAuthorizedAddress) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateAuthorizedAddress.ProtoReflect.Descriptor instead.
func (*MsgUpdateAuthorizedAddress) GetCreator ¶
func (x *MsgUpdateAuthorizedAddress) GetCreator() string
func (*MsgUpdateAuthorizedAddress) GetIsAuthorized ¶
func (x *MsgUpdateAuthorizedAddress) GetIsAuthorized() bool
func (*MsgUpdateAuthorizedAddress) GetTarget ¶
func (x *MsgUpdateAuthorizedAddress) GetTarget() string
func (*MsgUpdateAuthorizedAddress) ProtoMessage ¶
func (*MsgUpdateAuthorizedAddress) ProtoMessage()
func (*MsgUpdateAuthorizedAddress) ProtoReflect ¶
func (x *MsgUpdateAuthorizedAddress) ProtoReflect() protoreflect.Message
func (*MsgUpdateAuthorizedAddress) Reset ¶
func (x *MsgUpdateAuthorizedAddress) Reset()
func (*MsgUpdateAuthorizedAddress) String ¶
func (x *MsgUpdateAuthorizedAddress) String() string
type MsgUpdateAuthorizedAddressResponse ¶
type MsgUpdateAuthorizedAddressResponse struct {
// contains filtered or unexported fields
}
func (*MsgUpdateAuthorizedAddressResponse) Descriptor
deprecated
func (*MsgUpdateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateAuthorizedAddressResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage()
func (*MsgUpdateAuthorizedAddressResponse) ProtoReflect ¶
func (x *MsgUpdateAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateAuthorizedAddressResponse) Reset ¶
func (x *MsgUpdateAuthorizedAddressResponse) Reset()
func (*MsgUpdateAuthorizedAddressResponse) String ¶
func (x *MsgUpdateAuthorizedAddressResponse) String() string
type MsgUpdateParams ¶ added in v0.7.0
type MsgUpdateParams struct { // authority is the address that controls the module (defaults to x/gov unless overwritten). Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` // NOTE: All parameters must be supplied. Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
MsgUpdateParams is the Msg/UpdateParams request type.
func (*MsgUpdateParams) Descriptor
deprecated
added in
v0.7.0
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) GetAuthority ¶ added in v0.7.0
func (x *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶ added in v0.7.0
func (x *MsgUpdateParams) GetParams() *Params
func (*MsgUpdateParams) ProtoMessage ¶ added in v0.7.0
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) ProtoReflect ¶ added in v0.7.0
func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
func (*MsgUpdateParams) Reset ¶ added in v0.7.0
func (x *MsgUpdateParams) Reset()
func (*MsgUpdateParams) String ¶ added in v0.7.0
func (x *MsgUpdateParams) String() string
type MsgUpdateParamsResponse ¶ added in v0.7.0
type MsgUpdateParamsResponse struct {
// contains filtered or unexported fields
}
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
func (*MsgUpdateParamsResponse) Descriptor
deprecated
added in
v0.7.0
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) ProtoMessage ¶ added in v0.7.0
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) ProtoReflect ¶ added in v0.7.0
func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateParamsResponse) Reset ¶ added in v0.7.0
func (x *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) String ¶ added in v0.7.0
func (x *MsgUpdateParamsResponse) String() string
type NoData ¶
type NoData struct {
// contains filtered or unexported fields
}
func (*NoData) Descriptor
deprecated
func (*NoData) ProtoMessage ¶
func (*NoData) ProtoMessage()
func (*NoData) ProtoReflect ¶
func (x *NoData) ProtoReflect() protoreflect.Message
type Params ¶
type Params struct { KeyExpiry uint64 `protobuf:"varint,1,opt,name=key_expiry,json=keyExpiry,proto3" json:"key_expiry,omitempty"` MinimumBonded uint64 `protobuf:"varint,2,opt,name=minimum_bonded,json=minimumBonded,proto3" json:"minimum_bonded,omitempty"` MaxIdledBlock uint64 `protobuf:"varint,3,opt,name=max_idled_block,json=maxIdledBlock,proto3" json:"max_idled_block,omitempty"` TrustedAddresses []string `protobuf:"bytes,4,rep,name=trusted_addresses,json=trustedAddresses,proto3" json:"trusted_addresses,omitempty"` // contains filtered or unexported fields }
Params defines the parameters for the module.
func (*Params) Descriptor
deprecated
func (*Params) GetKeyExpiry ¶
func (*Params) GetMaxIdledBlock ¶
func (*Params) GetMinimumBonded ¶
func (*Params) GetSlashFractionNoKeyshare ¶
func (*Params) GetSlashFractionWrongKeyshare ¶
func (*Params) GetTrustedAddresses ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
type QueryAllAggregatedKeyShareRequest ¶
type QueryAllAggregatedKeyShareRequest struct { // contains filtered or unexported fields }
func (*QueryAllAggregatedKeyShareRequest) Descriptor
deprecated
func (*QueryAllAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllAggregatedKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryAllAggregatedKeyShareRequest) GetPagination ¶
func (x *QueryAllAggregatedKeyShareRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllAggregatedKeyShareRequest) ProtoMessage ¶
func (*QueryAllAggregatedKeyShareRequest) ProtoMessage()
func (*QueryAllAggregatedKeyShareRequest) ProtoReflect ¶
func (x *QueryAllAggregatedKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryAllAggregatedKeyShareRequest) Reset ¶
func (x *QueryAllAggregatedKeyShareRequest) Reset()
func (*QueryAllAggregatedKeyShareRequest) String ¶
func (x *QueryAllAggregatedKeyShareRequest) String() string
type QueryAllAggregatedKeyShareResponse ¶
type QueryAllAggregatedKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryAllAggregatedKeyShareResponse) Descriptor
deprecated
func (*QueryAllAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllAggregatedKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare ¶
func (x *QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare() []*AggregatedKeyShare
func (*QueryAllAggregatedKeyShareResponse) GetPagination ¶
func (x *QueryAllAggregatedKeyShareResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllAggregatedKeyShareResponse) ProtoMessage ¶
func (*QueryAllAggregatedKeyShareResponse) ProtoMessage()
func (*QueryAllAggregatedKeyShareResponse) ProtoReflect ¶
func (x *QueryAllAggregatedKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryAllAggregatedKeyShareResponse) Reset ¶
func (x *QueryAllAggregatedKeyShareResponse) Reset()
func (*QueryAllAggregatedKeyShareResponse) String ¶
func (x *QueryAllAggregatedKeyShareResponse) String() string
type QueryAllAuthorizedAddressRequest ¶
type QueryAllAuthorizedAddressRequest struct { Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryAllAuthorizedAddressRequest) Descriptor
deprecated
func (*QueryAllAuthorizedAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllAuthorizedAddressRequest.ProtoReflect.Descriptor instead.
func (*QueryAllAuthorizedAddressRequest) GetPagination ¶
func (x *QueryAllAuthorizedAddressRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllAuthorizedAddressRequest) ProtoMessage ¶
func (*QueryAllAuthorizedAddressRequest) ProtoMessage()
func (*QueryAllAuthorizedAddressRequest) ProtoReflect ¶
func (x *QueryAllAuthorizedAddressRequest) ProtoReflect() protoreflect.Message
func (*QueryAllAuthorizedAddressRequest) Reset ¶
func (x *QueryAllAuthorizedAddressRequest) Reset()
func (*QueryAllAuthorizedAddressRequest) String ¶
func (x *QueryAllAuthorizedAddressRequest) String() string
type QueryAllAuthorizedAddressResponse ¶
type QueryAllAuthorizedAddressResponse struct { AuthorizedAddress []*AuthorizedAddress `protobuf:"bytes,1,rep,name=authorizedAddress,proto3" json:"authorizedAddress,omitempty"` Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryAllAuthorizedAddressResponse) Descriptor
deprecated
func (*QueryAllAuthorizedAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllAuthorizedAddressResponse.ProtoReflect.Descriptor instead.
func (*QueryAllAuthorizedAddressResponse) GetAuthorizedAddress ¶
func (x *QueryAllAuthorizedAddressResponse) GetAuthorizedAddress() []*AuthorizedAddress
func (*QueryAllAuthorizedAddressResponse) GetPagination ¶
func (x *QueryAllAuthorizedAddressResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllAuthorizedAddressResponse) ProtoMessage ¶
func (*QueryAllAuthorizedAddressResponse) ProtoMessage()
func (*QueryAllAuthorizedAddressResponse) ProtoReflect ¶
func (x *QueryAllAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
func (*QueryAllAuthorizedAddressResponse) Reset ¶
func (x *QueryAllAuthorizedAddressResponse) Reset()
func (*QueryAllAuthorizedAddressResponse) String ¶
func (x *QueryAllAuthorizedAddressResponse) String() string
type QueryAllGeneralKeyShareRequest ¶
type QueryAllGeneralKeyShareRequest struct { // contains filtered or unexported fields }
func (*QueryAllGeneralKeyShareRequest) Descriptor
deprecated
func (*QueryAllGeneralKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllGeneralKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryAllGeneralKeyShareRequest) GetPagination ¶
func (x *QueryAllGeneralKeyShareRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllGeneralKeyShareRequest) ProtoMessage ¶
func (*QueryAllGeneralKeyShareRequest) ProtoMessage()
func (*QueryAllGeneralKeyShareRequest) ProtoReflect ¶
func (x *QueryAllGeneralKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryAllGeneralKeyShareRequest) Reset ¶
func (x *QueryAllGeneralKeyShareRequest) Reset()
func (*QueryAllGeneralKeyShareRequest) String ¶
func (x *QueryAllGeneralKeyShareRequest) String() string
type QueryAllGeneralKeyShareResponse ¶
type QueryAllGeneralKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryAllGeneralKeyShareResponse) Descriptor
deprecated
func (*QueryAllGeneralKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllGeneralKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryAllGeneralKeyShareResponse) GetGeneralKeyShare ¶
func (x *QueryAllGeneralKeyShareResponse) GetGeneralKeyShare() []*GeneralKeyShare
func (*QueryAllGeneralKeyShareResponse) GetPagination ¶
func (x *QueryAllGeneralKeyShareResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllGeneralKeyShareResponse) ProtoMessage ¶
func (*QueryAllGeneralKeyShareResponse) ProtoMessage()
func (*QueryAllGeneralKeyShareResponse) ProtoReflect ¶
func (x *QueryAllGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryAllGeneralKeyShareResponse) Reset ¶
func (x *QueryAllGeneralKeyShareResponse) Reset()
func (*QueryAllGeneralKeyShareResponse) String ¶
func (x *QueryAllGeneralKeyShareResponse) String() string
type QueryAllKeyShareRequest ¶
type QueryAllKeyShareRequest struct { // contains filtered or unexported fields }
func (*QueryAllKeyShareRequest) Descriptor
deprecated
func (*QueryAllKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryAllKeyShareRequest) GetPagination ¶
func (x *QueryAllKeyShareRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllKeyShareRequest) ProtoMessage ¶
func (*QueryAllKeyShareRequest) ProtoMessage()
func (*QueryAllKeyShareRequest) ProtoReflect ¶
func (x *QueryAllKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryAllKeyShareRequest) Reset ¶
func (x *QueryAllKeyShareRequest) Reset()
func (*QueryAllKeyShareRequest) String ¶
func (x *QueryAllKeyShareRequest) String() string
type QueryAllKeyShareResponse ¶
type QueryAllKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryAllKeyShareResponse) Descriptor
deprecated
func (*QueryAllKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryAllKeyShareResponse) GetKeyShare ¶
func (x *QueryAllKeyShareResponse) GetKeyShare() []*KeyShare
func (*QueryAllKeyShareResponse) GetPagination ¶
func (x *QueryAllKeyShareResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllKeyShareResponse) ProtoMessage ¶
func (*QueryAllKeyShareResponse) ProtoMessage()
func (*QueryAllKeyShareResponse) ProtoReflect ¶
func (x *QueryAllKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryAllKeyShareResponse) Reset ¶
func (x *QueryAllKeyShareResponse) Reset()
func (*QueryAllKeyShareResponse) String ¶
func (x *QueryAllKeyShareResponse) String() string
type QueryAllValidatorSetRequest ¶
type QueryAllValidatorSetRequest struct { Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryAllValidatorSetRequest) Descriptor
deprecated
func (*QueryAllValidatorSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllValidatorSetRequest.ProtoReflect.Descriptor instead.
func (*QueryAllValidatorSetRequest) GetPagination ¶
func (x *QueryAllValidatorSetRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllValidatorSetRequest) ProtoMessage ¶
func (*QueryAllValidatorSetRequest) ProtoMessage()
func (*QueryAllValidatorSetRequest) ProtoReflect ¶
func (x *QueryAllValidatorSetRequest) ProtoReflect() protoreflect.Message
func (*QueryAllValidatorSetRequest) Reset ¶
func (x *QueryAllValidatorSetRequest) Reset()
func (*QueryAllValidatorSetRequest) String ¶
func (x *QueryAllValidatorSetRequest) String() string
type QueryAllValidatorSetResponse ¶
type QueryAllValidatorSetResponse struct { ValidatorSet []*ValidatorSet `protobuf:"bytes,1,rep,name=validatorSet,proto3" json:"validatorSet,omitempty"` Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*QueryAllValidatorSetResponse) Descriptor
deprecated
func (*QueryAllValidatorSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllValidatorSetResponse.ProtoReflect.Descriptor instead.
func (*QueryAllValidatorSetResponse) GetPagination ¶
func (x *QueryAllValidatorSetResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllValidatorSetResponse) GetValidatorSet ¶
func (x *QueryAllValidatorSetResponse) GetValidatorSet() []*ValidatorSet
func (*QueryAllValidatorSetResponse) ProtoMessage ¶
func (*QueryAllValidatorSetResponse) ProtoMessage()
func (*QueryAllValidatorSetResponse) ProtoReflect ¶
func (x *QueryAllValidatorSetResponse) ProtoReflect() protoreflect.Message
func (*QueryAllValidatorSetResponse) Reset ¶
func (x *QueryAllValidatorSetResponse) Reset()
func (*QueryAllValidatorSetResponse) String ¶
func (x *QueryAllValidatorSetResponse) String() string
type QueryClient ¶
type QueryClient interface { // Parameters queries the parameters of the module. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) Commitments(ctx context.Context, in *QueryCommitmentsRequest, opts ...grpc.CallOption) (*QueryCommitmentsResponse, error) // Queries a ValidatorSet by index. ValidatorSet(ctx context.Context, in *QueryGetValidatorSetRequest, opts ...grpc.CallOption) (*QueryGetValidatorSetResponse, error) // Queries a list of ValidatorSet items. ValidatorSetAll(ctx context.Context, in *QueryAllValidatorSetRequest, opts ...grpc.CallOption) (*QueryAllValidatorSetResponse, error) KeyShare(ctx context.Context, in *QueryGetKeyShareRequest, opts ...grpc.CallOption) (*QueryGetKeyShareResponse, error) KeyShareAll(ctx context.Context, in *QueryAllKeyShareRequest, opts ...grpc.CallOption) (*QueryAllKeyShareResponse, error) // Queries a list of AggregatedKeyShare items. // Queries the public keys PubKey(ctx context.Context, in *QueryPubKeyRequest, opts ...grpc.CallOption) (*QueryPubKeyResponse, error) // Queries a list of AuthorizedAddress items. AuthorizedAddress(ctx context.Context, in *QueryGetAuthorizedAddressRequest, opts ...grpc.CallOption) (*QueryGetAuthorizedAddressResponse, error) AuthorizedAddressAll(ctx context.Context, in *QueryAllAuthorizedAddressRequest, opts ...grpc.CallOption) (*QueryAllAuthorizedAddressResponse, error) // Queries a list of GeneralKeyShare items. VerifiableRandomness(ctx context.Context, in *QueryVerifiableRandomnessQuery, opts ...grpc.CallOption) (*QueryVerifiableRandomnessResponse, 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 QueryCommitmentsRequest ¶
type QueryCommitmentsRequest struct {
// contains filtered or unexported fields
}
func (*QueryCommitmentsRequest) Descriptor
deprecated
func (*QueryCommitmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryCommitmentsRequest.ProtoReflect.Descriptor instead.
func (*QueryCommitmentsRequest) ProtoMessage ¶
func (*QueryCommitmentsRequest) ProtoMessage()
func (*QueryCommitmentsRequest) ProtoReflect ¶
func (x *QueryCommitmentsRequest) ProtoReflect() protoreflect.Message
func (*QueryCommitmentsRequest) Reset ¶
func (x *QueryCommitmentsRequest) Reset()
func (*QueryCommitmentsRequest) String ¶
func (x *QueryCommitmentsRequest) String() string
type QueryCommitmentsResponse ¶
type QueryCommitmentsResponse struct { ActiveCommitments *Commitments `protobuf:"bytes,1,opt,name=activeCommitments,proto3" json:"activeCommitments,omitempty"` QueuedCommitments *Commitments `protobuf:"bytes,2,opt,name=queuedCommitments,proto3" json:"queuedCommitments,omitempty"` // contains filtered or unexported fields }
func (*QueryCommitmentsResponse) Descriptor
deprecated
func (*QueryCommitmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryCommitmentsResponse.ProtoReflect.Descriptor instead.
func (*QueryCommitmentsResponse) GetActiveCommitments ¶
func (x *QueryCommitmentsResponse) GetActiveCommitments() *Commitments
func (*QueryCommitmentsResponse) GetQueuedCommitments ¶
func (x *QueryCommitmentsResponse) GetQueuedCommitments() *Commitments
func (*QueryCommitmentsResponse) ProtoMessage ¶
func (*QueryCommitmentsResponse) ProtoMessage()
func (*QueryCommitmentsResponse) ProtoReflect ¶
func (x *QueryCommitmentsResponse) ProtoReflect() protoreflect.Message
func (*QueryCommitmentsResponse) Reset ¶
func (x *QueryCommitmentsResponse) Reset()
func (*QueryCommitmentsResponse) String ¶
func (x *QueryCommitmentsResponse) String() string
type QueryGetAggregatedKeyShareRequest ¶
type QueryGetAggregatedKeyShareRequest struct { // contains filtered or unexported fields }
this line is used by starport scaffolding # 3
func (*QueryGetAggregatedKeyShareRequest) Descriptor
deprecated
func (*QueryGetAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetAggregatedKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryGetAggregatedKeyShareRequest) GetHeight ¶
func (x *QueryGetAggregatedKeyShareRequest) GetHeight() uint64
func (*QueryGetAggregatedKeyShareRequest) ProtoMessage ¶
func (*QueryGetAggregatedKeyShareRequest) ProtoMessage()
func (*QueryGetAggregatedKeyShareRequest) ProtoReflect ¶
func (x *QueryGetAggregatedKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryGetAggregatedKeyShareRequest) Reset ¶
func (x *QueryGetAggregatedKeyShareRequest) Reset()
func (*QueryGetAggregatedKeyShareRequest) String ¶
func (x *QueryGetAggregatedKeyShareRequest) String() string
type QueryGetAggregatedKeyShareResponse ¶
type QueryGetAggregatedKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryGetAggregatedKeyShareResponse) Descriptor
deprecated
func (*QueryGetAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetAggregatedKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare ¶
func (x *QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare() *AggregatedKeyShare
func (*QueryGetAggregatedKeyShareResponse) ProtoMessage ¶
func (*QueryGetAggregatedKeyShareResponse) ProtoMessage()
func (*QueryGetAggregatedKeyShareResponse) ProtoReflect ¶
func (x *QueryGetAggregatedKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryGetAggregatedKeyShareResponse) Reset ¶
func (x *QueryGetAggregatedKeyShareResponse) Reset()
func (*QueryGetAggregatedKeyShareResponse) String ¶
func (x *QueryGetAggregatedKeyShareResponse) String() string
type QueryGetAuthorizedAddressRequest ¶
type QueryGetAuthorizedAddressRequest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*QueryGetAuthorizedAddressRequest) Descriptor
deprecated
func (*QueryGetAuthorizedAddressRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetAuthorizedAddressRequest.ProtoReflect.Descriptor instead.
func (*QueryGetAuthorizedAddressRequest) GetTarget ¶
func (x *QueryGetAuthorizedAddressRequest) GetTarget() string
func (*QueryGetAuthorizedAddressRequest) ProtoMessage ¶
func (*QueryGetAuthorizedAddressRequest) ProtoMessage()
func (*QueryGetAuthorizedAddressRequest) ProtoReflect ¶
func (x *QueryGetAuthorizedAddressRequest) ProtoReflect() protoreflect.Message
func (*QueryGetAuthorizedAddressRequest) Reset ¶
func (x *QueryGetAuthorizedAddressRequest) Reset()
func (*QueryGetAuthorizedAddressRequest) String ¶
func (x *QueryGetAuthorizedAddressRequest) String() string
type QueryGetAuthorizedAddressResponse ¶
type QueryGetAuthorizedAddressResponse struct { AuthorizedAddress *AuthorizedAddress `protobuf:"bytes,1,opt,name=authorizedAddress,proto3" json:"authorizedAddress,omitempty"` // contains filtered or unexported fields }
func (*QueryGetAuthorizedAddressResponse) Descriptor
deprecated
func (*QueryGetAuthorizedAddressResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetAuthorizedAddressResponse.ProtoReflect.Descriptor instead.
func (*QueryGetAuthorizedAddressResponse) GetAuthorizedAddress ¶
func (x *QueryGetAuthorizedAddressResponse) GetAuthorizedAddress() *AuthorizedAddress
func (*QueryGetAuthorizedAddressResponse) ProtoMessage ¶
func (*QueryGetAuthorizedAddressResponse) ProtoMessage()
func (*QueryGetAuthorizedAddressResponse) ProtoReflect ¶
func (x *QueryGetAuthorizedAddressResponse) ProtoReflect() protoreflect.Message
func (*QueryGetAuthorizedAddressResponse) Reset ¶
func (x *QueryGetAuthorizedAddressResponse) Reset()
func (*QueryGetAuthorizedAddressResponse) String ¶
func (x *QueryGetAuthorizedAddressResponse) String() string
type QueryGetGeneralKeyShareRequest ¶
type QueryGetGeneralKeyShareRequest struct { // contains filtered or unexported fields }
func (*QueryGetGeneralKeyShareRequest) Descriptor
deprecated
func (*QueryGetGeneralKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetGeneralKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryGetGeneralKeyShareRequest) GetIdType ¶
func (x *QueryGetGeneralKeyShareRequest) GetIdType() string
func (*QueryGetGeneralKeyShareRequest) GetIdValue ¶
func (x *QueryGetGeneralKeyShareRequest) GetIdValue() string
func (*QueryGetGeneralKeyShareRequest) GetValidator ¶
func (x *QueryGetGeneralKeyShareRequest) GetValidator() string
func (*QueryGetGeneralKeyShareRequest) ProtoMessage ¶
func (*QueryGetGeneralKeyShareRequest) ProtoMessage()
func (*QueryGetGeneralKeyShareRequest) ProtoReflect ¶
func (x *QueryGetGeneralKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryGetGeneralKeyShareRequest) Reset ¶
func (x *QueryGetGeneralKeyShareRequest) Reset()
func (*QueryGetGeneralKeyShareRequest) String ¶
func (x *QueryGetGeneralKeyShareRequest) String() string
type QueryGetGeneralKeyShareResponse ¶
type QueryGetGeneralKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryGetGeneralKeyShareResponse) Descriptor
deprecated
func (*QueryGetGeneralKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetGeneralKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryGetGeneralKeyShareResponse) GetGeneralKeyShare ¶
func (x *QueryGetGeneralKeyShareResponse) GetGeneralKeyShare() *GeneralKeyShare
func (*QueryGetGeneralKeyShareResponse) ProtoMessage ¶
func (*QueryGetGeneralKeyShareResponse) ProtoMessage()
func (*QueryGetGeneralKeyShareResponse) ProtoReflect ¶
func (x *QueryGetGeneralKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryGetGeneralKeyShareResponse) Reset ¶
func (x *QueryGetGeneralKeyShareResponse) Reset()
func (*QueryGetGeneralKeyShareResponse) String ¶
func (x *QueryGetGeneralKeyShareResponse) String() string
type QueryGetKeyShareRequest ¶
type QueryGetKeyShareRequest struct { // contains filtered or unexported fields }
func (*QueryGetKeyShareRequest) Descriptor
deprecated
func (*QueryGetKeyShareRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetKeyShareRequest.ProtoReflect.Descriptor instead.
func (*QueryGetKeyShareRequest) GetBlockHeight ¶
func (x *QueryGetKeyShareRequest) GetBlockHeight() uint64
func (*QueryGetKeyShareRequest) GetValidator ¶
func (x *QueryGetKeyShareRequest) GetValidator() string
func (*QueryGetKeyShareRequest) ProtoMessage ¶
func (*QueryGetKeyShareRequest) ProtoMessage()
func (*QueryGetKeyShareRequest) ProtoReflect ¶
func (x *QueryGetKeyShareRequest) ProtoReflect() protoreflect.Message
func (*QueryGetKeyShareRequest) Reset ¶
func (x *QueryGetKeyShareRequest) Reset()
func (*QueryGetKeyShareRequest) String ¶
func (x *QueryGetKeyShareRequest) String() string
type QueryGetKeyShareResponse ¶
type QueryGetKeyShareResponse struct { // contains filtered or unexported fields }
func (*QueryGetKeyShareResponse) Descriptor
deprecated
func (*QueryGetKeyShareResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetKeyShareResponse.ProtoReflect.Descriptor instead.
func (*QueryGetKeyShareResponse) GetKeyShare ¶
func (x *QueryGetKeyShareResponse) GetKeyShare() *KeyShare
func (*QueryGetKeyShareResponse) ProtoMessage ¶
func (*QueryGetKeyShareResponse) ProtoMessage()
func (*QueryGetKeyShareResponse) ProtoReflect ¶
func (x *QueryGetKeyShareResponse) ProtoReflect() protoreflect.Message
func (*QueryGetKeyShareResponse) Reset ¶
func (x *QueryGetKeyShareResponse) Reset()
func (*QueryGetKeyShareResponse) String ¶
func (x *QueryGetKeyShareResponse) String() string
type QueryGetValidatorSetRequest ¶
type QueryGetValidatorSetRequest struct { Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*QueryGetValidatorSetRequest) Descriptor
deprecated
func (*QueryGetValidatorSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetValidatorSetRequest.ProtoReflect.Descriptor instead.
func (*QueryGetValidatorSetRequest) GetIndex ¶
func (x *QueryGetValidatorSetRequest) GetIndex() string
func (*QueryGetValidatorSetRequest) ProtoMessage ¶
func (*QueryGetValidatorSetRequest) ProtoMessage()
func (*QueryGetValidatorSetRequest) ProtoReflect ¶
func (x *QueryGetValidatorSetRequest) ProtoReflect() protoreflect.Message
func (*QueryGetValidatorSetRequest) Reset ¶
func (x *QueryGetValidatorSetRequest) Reset()
func (*QueryGetValidatorSetRequest) String ¶
func (x *QueryGetValidatorSetRequest) String() string
type QueryGetValidatorSetResponse ¶
type QueryGetValidatorSetResponse struct { ValidatorSet *ValidatorSet `protobuf:"bytes,1,opt,name=validatorSet,proto3" json:"validatorSet,omitempty"` // contains filtered or unexported fields }
func (*QueryGetValidatorSetResponse) Descriptor
deprecated
func (*QueryGetValidatorSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetValidatorSetResponse.ProtoReflect.Descriptor instead.
func (*QueryGetValidatorSetResponse) GetValidatorSet ¶
func (x *QueryGetValidatorSetResponse) GetValidatorSet() *ValidatorSet
func (*QueryGetValidatorSetResponse) ProtoMessage ¶
func (*QueryGetValidatorSetResponse) ProtoMessage()
func (*QueryGetValidatorSetResponse) ProtoReflect ¶
func (x *QueryGetValidatorSetResponse) ProtoReflect() protoreflect.Message
func (*QueryGetValidatorSetResponse) Reset ¶
func (x *QueryGetValidatorSetResponse) Reset()
func (*QueryGetValidatorSetResponse) String ¶
func (x *QueryGetValidatorSetResponse) String() string
type QueryParamsRequest ¶
type QueryParamsRequest struct {
// contains filtered or unexported fields
}
QueryParamsRequest is request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor
deprecated
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) ProtoReflect ¶
func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message
func (*QueryParamsRequest) Reset ¶
func (x *QueryParamsRequest) Reset()
func (*QueryParamsRequest) String ¶
func (x *QueryParamsRequest) String() string
type QueryParamsResponse ¶
type QueryParamsResponse struct { // params holds all the parameters of this module. Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
QueryParamsResponse is response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor
deprecated
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.
func (*QueryParamsResponse) GetParams ¶
func (x *QueryParamsResponse) GetParams() *Params
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) ProtoReflect ¶
func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
func (*QueryParamsResponse) Reset ¶
func (x *QueryParamsResponse) Reset()
func (*QueryParamsResponse) String ¶
func (x *QueryParamsResponse) String() string
type QueryPubKeyRequest ¶
type QueryPubKeyRequest struct {
// contains filtered or unexported fields
}
func (*QueryPubKeyRequest) Descriptor
deprecated
func (*QueryPubKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryPubKeyRequest.ProtoReflect.Descriptor instead.
func (*QueryPubKeyRequest) ProtoMessage ¶
func (*QueryPubKeyRequest) ProtoMessage()
func (*QueryPubKeyRequest) ProtoReflect ¶
func (x *QueryPubKeyRequest) ProtoReflect() protoreflect.Message
func (*QueryPubKeyRequest) Reset ¶
func (x *QueryPubKeyRequest) Reset()
func (*QueryPubKeyRequest) String ¶
func (x *QueryPubKeyRequest) String() string
type QueryPubKeyResponse ¶
type QueryPubKeyResponse struct { ActivePubKey *ActivePubKey `protobuf:"bytes,1,opt,name=activePubKey,proto3" json:"activePubKey,omitempty"` QueuedPubKey *QueuedPubKey `protobuf:"bytes,2,opt,name=queuedPubKey,proto3" json:"queuedPubKey,omitempty"` // contains filtered or unexported fields }
func (*QueryPubKeyResponse) Descriptor
deprecated
func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryPubKeyResponse.ProtoReflect.Descriptor instead.
func (*QueryPubKeyResponse) GetActivePubKey ¶
func (x *QueryPubKeyResponse) GetActivePubKey() *ActivePubKey
func (*QueryPubKeyResponse) GetQueuedPubKey ¶
func (x *QueryPubKeyResponse) GetQueuedPubKey() *QueuedPubKey
func (*QueryPubKeyResponse) ProtoMessage ¶
func (*QueryPubKeyResponse) ProtoMessage()
func (*QueryPubKeyResponse) ProtoReflect ¶
func (x *QueryPubKeyResponse) ProtoReflect() protoreflect.Message
func (*QueryPubKeyResponse) Reset ¶
func (x *QueryPubKeyResponse) Reset()
func (*QueryPubKeyResponse) String ¶
func (x *QueryPubKeyResponse) String() string
type QueryServer ¶
type QueryServer interface { // Parameters queries the parameters of the module. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) Commitments(context.Context, *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error) // Queries a ValidatorSet by index. ValidatorSet(context.Context, *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error) // Queries a list of ValidatorSet items. ValidatorSetAll(context.Context, *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error) KeyShare(context.Context, *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error) KeyShareAll(context.Context, *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error) // Queries a list of AggregatedKeyShare items. // Queries the public keys PubKey(context.Context, *QueryPubKeyRequest) (*QueryPubKeyResponse, error) // Queries a list of AuthorizedAddress items. AuthorizedAddress(context.Context, *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error) AuthorizedAddressAll(context.Context, *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error) // Queries a list of GeneralKeyShare items. VerifiableRandomness(context.Context, *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, error) // contains filtered or unexported methods }
QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility
type QueryVerifiableRandomnessQuery ¶ added in v0.7.0
type QueryVerifiableRandomnessQuery struct {
// contains filtered or unexported fields
}
func (*QueryVerifiableRandomnessQuery) Descriptor
deprecated
added in
v0.7.0
func (*QueryVerifiableRandomnessQuery) Descriptor() ([]byte, []int)
Deprecated: Use QueryVerifiableRandomnessQuery.ProtoReflect.Descriptor instead.
func (*QueryVerifiableRandomnessQuery) ProtoMessage ¶ added in v0.7.0
func (*QueryVerifiableRandomnessQuery) ProtoMessage()
func (*QueryVerifiableRandomnessQuery) ProtoReflect ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessQuery) ProtoReflect() protoreflect.Message
func (*QueryVerifiableRandomnessQuery) Reset ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessQuery) Reset()
func (*QueryVerifiableRandomnessQuery) String ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessQuery) String() string
type QueryVerifiableRandomnessResponse ¶ added in v0.7.0
type QueryVerifiableRandomnessResponse struct { Randomness string `protobuf:"bytes,1,opt,name=randomness,proto3" json:"randomness,omitempty"` Round uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"` // contains filtered or unexported fields }
func (*QueryVerifiableRandomnessResponse) Descriptor
deprecated
added in
v0.7.0
func (*QueryVerifiableRandomnessResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryVerifiableRandomnessResponse.ProtoReflect.Descriptor instead.
func (*QueryVerifiableRandomnessResponse) GetRandomness ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessResponse) GetRandomness() string
func (*QueryVerifiableRandomnessResponse) GetRound ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessResponse) GetRound() uint64
func (*QueryVerifiableRandomnessResponse) ProtoMessage ¶ added in v0.7.0
func (*QueryVerifiableRandomnessResponse) ProtoMessage()
func (*QueryVerifiableRandomnessResponse) ProtoReflect ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessResponse) ProtoReflect() protoreflect.Message
func (*QueryVerifiableRandomnessResponse) Reset ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessResponse) Reset()
func (*QueryVerifiableRandomnessResponse) String ¶ added in v0.7.0
func (x *QueryVerifiableRandomnessResponse) String() string
type QueuedPubKey ¶
type QueuedPubKey struct { PublicKey string `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"` Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` Expiry uint64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"` NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"` // contains filtered or unexported fields }
func (*QueuedPubKey) Descriptor
deprecated
func (*QueuedPubKey) Descriptor() ([]byte, []int)
Deprecated: Use QueuedPubKey.ProtoReflect.Descriptor instead.
func (*QueuedPubKey) GetCreator ¶
func (x *QueuedPubKey) GetCreator() string
func (*QueuedPubKey) GetEncryptedKeyShares ¶ added in v0.6.0
func (x *QueuedPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*QueuedPubKey) GetExpiry ¶
func (x *QueuedPubKey) GetExpiry() uint64
func (*QueuedPubKey) GetNumberOfValidators ¶ added in v0.5.0
func (x *QueuedPubKey) GetNumberOfValidators() uint64
func (*QueuedPubKey) GetPublicKey ¶
func (x *QueuedPubKey) GetPublicKey() string
func (*QueuedPubKey) ProtoMessage ¶
func (*QueuedPubKey) ProtoMessage()
func (*QueuedPubKey) ProtoReflect ¶
func (x *QueuedPubKey) ProtoReflect() protoreflect.Message
func (*QueuedPubKey) Reset ¶
func (x *QueuedPubKey) Reset()
func (*QueuedPubKey) String ¶
func (x *QueuedPubKey) String() string
type RequestAggrKeysharePacketAck ¶
type RequestAggrKeysharePacketAck struct { // contains filtered or unexported fields }
RequestAggrKeysharePacketAck defines a struct for the packet acknowledgment
func (*RequestAggrKeysharePacketAck) Descriptor
deprecated
func (*RequestAggrKeysharePacketAck) Descriptor() ([]byte, []int)
Deprecated: Use RequestAggrKeysharePacketAck.ProtoReflect.Descriptor instead.
func (*RequestAggrKeysharePacketAck) GetIdentity ¶
func (x *RequestAggrKeysharePacketAck) GetIdentity() string
func (*RequestAggrKeysharePacketAck) GetPubkey ¶
func (x *RequestAggrKeysharePacketAck) GetPubkey() string
func (*RequestAggrKeysharePacketAck) ProtoMessage ¶
func (*RequestAggrKeysharePacketAck) ProtoMessage()
func (*RequestAggrKeysharePacketAck) ProtoReflect ¶
func (x *RequestAggrKeysharePacketAck) ProtoReflect() protoreflect.Message
func (*RequestAggrKeysharePacketAck) Reset ¶
func (x *RequestAggrKeysharePacketAck) Reset()
func (*RequestAggrKeysharePacketAck) String ¶
func (x *RequestAggrKeysharePacketAck) String() string
type RequestAggrKeysharePacketData ¶
type RequestAggrKeysharePacketData struct { // Types that are assignable to Id: // // *RequestAggrKeysharePacketData_ProposalId // *RequestAggrKeysharePacketData_RequestId // contains filtered or unexported fields }
RequestAggrKeysharePacketData defines a struct for the packet payload
func (*RequestAggrKeysharePacketData) Descriptor
deprecated
func (*RequestAggrKeysharePacketData) Descriptor() ([]byte, []int)
Deprecated: Use RequestAggrKeysharePacketData.ProtoReflect.Descriptor instead.
func (*RequestAggrKeysharePacketData) GetEstimatedDelay ¶ added in v0.7.0
func (x *RequestAggrKeysharePacketData) GetEstimatedDelay() *durationpb.Duration
func (*RequestAggrKeysharePacketData) GetId ¶
func (x *RequestAggrKeysharePacketData) GetId() isRequestAggrKeysharePacketData_Id
func (*RequestAggrKeysharePacketData) GetProposalId ¶
func (x *RequestAggrKeysharePacketData) GetProposalId() string
func (*RequestAggrKeysharePacketData) GetRequestId ¶
func (x *RequestAggrKeysharePacketData) GetRequestId() string
func (*RequestAggrKeysharePacketData) GetRequester ¶ added in v0.6.0
func (x *RequestAggrKeysharePacketData) GetRequester() string
func (*RequestAggrKeysharePacketData) ProtoMessage ¶
func (*RequestAggrKeysharePacketData) ProtoMessage()
func (*RequestAggrKeysharePacketData) ProtoReflect ¶
func (x *RequestAggrKeysharePacketData) ProtoReflect() protoreflect.Message
func (*RequestAggrKeysharePacketData) Reset ¶
func (x *RequestAggrKeysharePacketData) Reset()
func (*RequestAggrKeysharePacketData) String ¶
func (x *RequestAggrKeysharePacketData) String() string
type RequestAggrKeysharePacketData_ProposalId ¶
type RequestAggrKeysharePacketData_ProposalId struct {
}type RequestAggrKeysharePacketData_RequestId ¶
type RequestAggrKeysharePacketData_RequestId struct {
}type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer must be embedded to have forward compatible implementations.
func (UnimplementedMsgServer) CreateAuthorizedAddress ¶
func (UnimplementedMsgServer) CreateAuthorizedAddress(context.Context, *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error)
func (UnimplementedMsgServer) CreateGeneralKeyShare ¶
func (UnimplementedMsgServer) CreateGeneralKeyShare(context.Context, *MsgCreateGeneralKeyShare) (*MsgCreateGeneralKeyShareResponse, error)
func (UnimplementedMsgServer) CreateLatestPubKey ¶
func (UnimplementedMsgServer) CreateLatestPubKey(context.Context, *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error)
func (UnimplementedMsgServer) DeRegisterValidator ¶ added in v0.6.0
func (UnimplementedMsgServer) DeRegisterValidator(context.Context, *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error)
func (UnimplementedMsgServer) DeleteAuthorizedAddress ¶
func (UnimplementedMsgServer) DeleteAuthorizedAddress(context.Context, *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error)
func (UnimplementedMsgServer) OverrideLatestPubKey ¶ added in v0.6.0
func (UnimplementedMsgServer) OverrideLatestPubKey(context.Context, *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error)
func (UnimplementedMsgServer) RegisterValidator ¶
func (UnimplementedMsgServer) RegisterValidator(context.Context, *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error)
func (UnimplementedMsgServer) SendKeyshare ¶
func (UnimplementedMsgServer) SendKeyshare(context.Context, *MsgSendKeyshare) (*MsgSendKeyshareResponse, error)
func (UnimplementedMsgServer) UpdateAuthorizedAddress ¶
func (UnimplementedMsgServer) UpdateAuthorizedAddress(context.Context, *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error)
func (UnimplementedMsgServer) UpdateParams ¶ added in v0.7.0
func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryServer) AggregatedKeyShare ¶
func (UnimplementedQueryServer) AggregatedKeyShare(context.Context, *QueryGetAggregatedKeyShareRequest) (*QueryGetAggregatedKeyShareResponse, error)
func (UnimplementedQueryServer) AggregatedKeyShareAll ¶
func (UnimplementedQueryServer) AggregatedKeyShareAll(context.Context, *QueryAllAggregatedKeyShareRequest) (*QueryAllAggregatedKeyShareResponse, error)
func (UnimplementedQueryServer) AuthorizedAddress ¶
func (UnimplementedQueryServer) AuthorizedAddress(context.Context, *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error)
func (UnimplementedQueryServer) AuthorizedAddressAll ¶
func (UnimplementedQueryServer) AuthorizedAddressAll(context.Context, *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error)
func (UnimplementedQueryServer) Commitments ¶
func (UnimplementedQueryServer) Commitments(context.Context, *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error)
func (UnimplementedQueryServer) GeneralKeyShare ¶
func (UnimplementedQueryServer) GeneralKeyShare(context.Context, *QueryGetGeneralKeyShareRequest) (*QueryGetGeneralKeyShareResponse, error)
func (UnimplementedQueryServer) GeneralKeyShareAll ¶
func (UnimplementedQueryServer) GeneralKeyShareAll(context.Context, *QueryAllGeneralKeyShareRequest) (*QueryAllGeneralKeyShareResponse, error)
func (UnimplementedQueryServer) KeyShare ¶
func (UnimplementedQueryServer) KeyShare(context.Context, *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error)
func (UnimplementedQueryServer) KeyShareAll ¶
func (UnimplementedQueryServer) KeyShareAll(context.Context, *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error)
func (UnimplementedQueryServer) Params ¶
func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
func (UnimplementedQueryServer) PubKey ¶
func (UnimplementedQueryServer) PubKey(context.Context, *QueryPubKeyRequest) (*QueryPubKeyResponse, error)
func (UnimplementedQueryServer) ValidatorSet ¶
func (UnimplementedQueryServer) ValidatorSet(context.Context, *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error)
func (UnimplementedQueryServer) ValidatorSetAll ¶
func (UnimplementedQueryServer) ValidatorSetAll(context.Context, *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error)
func (UnimplementedQueryServer) VerifiableRandomness ¶ added in v0.7.0
func (UnimplementedQueryServer) VerifiableRandomness(context.Context, *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, 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 ValidatorSet ¶
type ValidatorSet struct { Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"` Validator string `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"` ConsAddr string `protobuf:"bytes,3,opt,name=consAddr,proto3" json:"consAddr,omitempty"` IsActive bool `protobuf:"varint,4,opt,name=isActive,proto3" json:"isActive,omitempty"` // contains filtered or unexported fields }
func (*ValidatorSet) Descriptor
deprecated
func (*ValidatorSet) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorSet.ProtoReflect.Descriptor instead.
func (*ValidatorSet) GetConsAddr ¶
func (x *ValidatorSet) GetConsAddr() string
func (*ValidatorSet) GetIndex ¶
func (x *ValidatorSet) GetIndex() string
func (*ValidatorSet) GetIsActive ¶
func (x *ValidatorSet) GetIsActive() bool
func (*ValidatorSet) GetValidator ¶
func (x *ValidatorSet) GetValidator() string
func (*ValidatorSet) ProtoMessage ¶
func (*ValidatorSet) ProtoMessage()
func (*ValidatorSet) ProtoReflect ¶
func (x *ValidatorSet) ProtoReflect() protoreflect.Message
func (*ValidatorSet) Reset ¶
func (x *ValidatorSet) Reset()
func (*ValidatorSet) String ¶
func (x *ValidatorSet) String() string
Source Files ¶
- aggregated_key_share.pulsar.go
- authorized_address.pulsar.go
- commitments.pulsar.go
- general_key_share.pulsar.go
- genesis.pulsar.go
- key_share.pulsar.go
- packet.pulsar.go
- params.pulsar.go
- pub_key.pulsar.go
- query.pulsar.go
- query_grpc.pb.go
- requested_keyshare.pulsar.go
- tx.pulsar.go
- tx_grpc.pb.go
- validator_set.pulsar.go