Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type ActivePublicKey
- func (*ActivePublicKey) Descriptor() ([]byte, []int)deprecated
- func (x *ActivePublicKey) GetCreator() string
- func (x *ActivePublicKey) GetExpiry() uint64
- func (x *ActivePublicKey) GetPublicKey() string
- func (*ActivePublicKey) ProtoMessage()
- func (x *ActivePublicKey) ProtoReflect() protoreflect.Message
- func (x *ActivePublicKey) Reset()
- func (x *ActivePublicKey) String() string
- type EncryptedKeyshare
- func (*EncryptedKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *EncryptedKeyshare) GetPrivateKeyshares() []*IndexedEncryptedKeyshare
- func (x *EncryptedKeyshare) GetRequester() string
- func (*EncryptedKeyshare) ProtoMessage()
- func (x *EncryptedKeyshare) ProtoReflect() protoreflect.Message
- func (x *EncryptedKeyshare) Reset()
- func (x *EncryptedKeyshare) String() string
- type GetAggrKeyshare
- func (*GetAggrKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *GetAggrKeyshare) GetId() isGetAggrKeyshare_Id
- func (x *GetAggrKeyshare) GetIdentity() string
- func (x *GetAggrKeyshare) GetProposalId() string
- func (x *GetAggrKeyshare) GetRequestId() string
- func (*GetAggrKeyshare) ProtoMessage()
- func (x *GetAggrKeyshare) ProtoReflect() protoreflect.Message
- func (x *GetAggrKeyshare) Reset()
- func (x *GetAggrKeyshare) String() string
- type GetAggrKeyshareResponse
- type GetAggrKeyshare_ProposalId
- type GetAggrKeyshare_RequestId
- type GetPrivateKeyshare
- func (*GetPrivateKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *GetPrivateKeyshare) GetIdentity() string
- func (x *GetPrivateKeyshare) GetRequestId() string
- func (x *GetPrivateKeyshare) GetRequester() string
- func (x *GetPrivateKeyshare) GetSecpPubkey() string
- func (*GetPrivateKeyshare) ProtoMessage()
- func (x *GetPrivateKeyshare) ProtoReflect() protoreflect.Message
- func (x *GetPrivateKeyshare) Reset()
- func (x *GetPrivateKeyshare) String() string
- type GetPrivateKeyshareResponse
- func (*GetPrivateKeyshareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPrivateKeyshareResponse) GetPubkey() string
- func (*GetPrivateKeyshareResponse) ProtoMessage()
- func (x *GetPrivateKeyshareResponse) ProtoReflect() protoreflect.Message
- func (x *GetPrivateKeyshareResponse) Reset()
- func (x *GetPrivateKeyshareResponse) String() string
- type IndexedEncryptedKeyshare
- func (*IndexedEncryptedKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *IndexedEncryptedKeyshare) GetEncryptedKeyshareIndex() uint64
- func (x *IndexedEncryptedKeyshare) GetEncryptedKeyshareValue() string
- func (*IndexedEncryptedKeyshare) ProtoMessage()
- func (x *IndexedEncryptedKeyshare) ProtoReflect() protoreflect.Message
- func (x *IndexedEncryptedKeyshare) Reset()
- func (x *IndexedEncryptedKeyshare) String() string
- type QueuedPublicKey
- func (*QueuedPublicKey) Descriptor() ([]byte, []int)deprecated
- func (x *QueuedPublicKey) GetCreator() string
- func (x *QueuedPublicKey) GetExpiry() uint64
- func (x *QueuedPublicKey) GetPublicKey() string
- func (*QueuedPublicKey) ProtoMessage()
- func (x *QueuedPublicKey) ProtoReflect() protoreflect.Message
- func (x *QueuedPublicKey) Reset()
- func (x *QueuedPublicKey) String() string
- type RequestAggrKeyshare
- func (*RequestAggrKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *RequestAggrKeyshare) GetCreator() string
- func (x *RequestAggrKeyshare) GetEstimatedDelay() *durationpb.Duration
- func (x *RequestAggrKeyshare) GetId() isRequestAggrKeyshare_Id
- func (x *RequestAggrKeyshare) GetProposalId() string
- func (x *RequestAggrKeyshare) GetRequestId() string
- func (*RequestAggrKeyshare) ProtoMessage()
- func (x *RequestAggrKeyshare) ProtoReflect() protoreflect.Message
- func (x *RequestAggrKeyshare) Reset()
- func (x *RequestAggrKeyshare) String() string
- type RequestAggrKeyshareResponse
- func (*RequestAggrKeyshareResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RequestAggrKeyshareResponse) GetIdentity() string
- func (x *RequestAggrKeyshareResponse) GetPubkey() string
- func (*RequestAggrKeyshareResponse) ProtoMessage()
- func (x *RequestAggrKeyshareResponse) ProtoReflect() protoreflect.Message
- func (x *RequestAggrKeyshareResponse) Reset()
- func (x *RequestAggrKeyshareResponse) String() string
- type RequestAggrKeyshare_ProposalId
- type RequestAggrKeyshare_RequestId
- type RequestPrivateKeyshare
- func (*RequestPrivateKeyshare) Descriptor() ([]byte, []int)deprecated
- func (x *RequestPrivateKeyshare) GetCreator() string
- func (x *RequestPrivateKeyshare) GetRequestId() string
- func (*RequestPrivateKeyshare) ProtoMessage()
- func (x *RequestPrivateKeyshare) ProtoReflect() protoreflect.Message
- func (x *RequestPrivateKeyshare) Reset()
- func (x *RequestPrivateKeyshare) String() string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ActivePublicKey ¶ added in v0.6.0
type ActivePublicKey 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"`
// contains filtered or unexported fields
}
func (*ActivePublicKey) Descriptor
deprecated
added in
v0.6.0
func (*ActivePublicKey) Descriptor() ([]byte, []int)
Deprecated: Use ActivePublicKey.ProtoReflect.Descriptor instead.
func (*ActivePublicKey) GetCreator ¶ added in v0.6.0
func (x *ActivePublicKey) GetCreator() string
func (*ActivePublicKey) GetExpiry ¶ added in v0.6.0
func (x *ActivePublicKey) GetExpiry() uint64
func (*ActivePublicKey) GetPublicKey ¶ added in v0.6.0
func (x *ActivePublicKey) GetPublicKey() string
func (*ActivePublicKey) ProtoMessage ¶ added in v0.6.0
func (*ActivePublicKey) ProtoMessage()
func (*ActivePublicKey) ProtoReflect ¶ added in v0.6.0
func (x *ActivePublicKey) ProtoReflect() protoreflect.Message
func (*ActivePublicKey) Reset ¶ added in v0.6.0
func (x *ActivePublicKey) Reset()
func (*ActivePublicKey) String ¶ added in v0.6.0
func (x *ActivePublicKey) String() string
type EncryptedKeyshare ¶ added in v0.9.0
type EncryptedKeyshare struct {
// contains filtered or unexported fields
}
func (*EncryptedKeyshare) Descriptor
deprecated
added in
v0.9.0
func (*EncryptedKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use EncryptedKeyshare.ProtoReflect.Descriptor instead.
func (*EncryptedKeyshare) GetPrivateKeyshares ¶ added in v0.9.0
func (x *EncryptedKeyshare) GetPrivateKeyshares() []*IndexedEncryptedKeyshare
func (*EncryptedKeyshare) GetRequester ¶ added in v0.9.0
func (x *EncryptedKeyshare) GetRequester() string
func (*EncryptedKeyshare) ProtoMessage ¶ added in v0.9.0
func (*EncryptedKeyshare) ProtoMessage()
func (*EncryptedKeyshare) ProtoReflect ¶ added in v0.9.0
func (x *EncryptedKeyshare) ProtoReflect() protoreflect.Message
func (*EncryptedKeyshare) Reset ¶ added in v0.9.0
func (x *EncryptedKeyshare) Reset()
func (*EncryptedKeyshare) String ¶ added in v0.9.0
func (x *EncryptedKeyshare) String() string
type GetAggrKeyshare ¶ added in v0.6.0
type GetAggrKeyshare struct {
// Types that are assignable to Id:
//
// *GetAggrKeyshare_ProposalId
// *GetAggrKeyshare_RequestId
// contains filtered or unexported fields
}
GetAggrKeyshare defines a struct for the data payload
func (*GetAggrKeyshare) Descriptor
deprecated
added in
v0.6.0
func (*GetAggrKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use GetAggrKeyshare.ProtoReflect.Descriptor instead.
func (*GetAggrKeyshare) GetId ¶ added in v0.6.0
func (x *GetAggrKeyshare) GetId() isGetAggrKeyshare_Id
func (*GetAggrKeyshare) GetIdentity ¶ added in v0.6.0
func (x *GetAggrKeyshare) GetIdentity() string
func (*GetAggrKeyshare) GetProposalId ¶ added in v0.6.0
func (x *GetAggrKeyshare) GetProposalId() string
func (*GetAggrKeyshare) GetRequestId ¶ added in v0.6.0
func (x *GetAggrKeyshare) GetRequestId() string
func (*GetAggrKeyshare) ProtoMessage ¶ added in v0.6.0
func (*GetAggrKeyshare) ProtoMessage()
func (*GetAggrKeyshare) ProtoReflect ¶ added in v0.6.0
func (x *GetAggrKeyshare) ProtoReflect() protoreflect.Message
func (*GetAggrKeyshare) Reset ¶ added in v0.6.0
func (x *GetAggrKeyshare) Reset()
func (*GetAggrKeyshare) String ¶ added in v0.6.0
func (x *GetAggrKeyshare) String() string
type GetAggrKeyshareResponse ¶ added in v0.6.0
type GetAggrKeyshareResponse struct {
// contains filtered or unexported fields
}
func (*GetAggrKeyshareResponse) Descriptor
deprecated
added in
v0.6.0
func (*GetAggrKeyshareResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAggrKeyshareResponse.ProtoReflect.Descriptor instead.
func (*GetAggrKeyshareResponse) ProtoMessage ¶ added in v0.6.0
func (*GetAggrKeyshareResponse) ProtoMessage()
func (*GetAggrKeyshareResponse) ProtoReflect ¶ added in v0.6.0
func (x *GetAggrKeyshareResponse) ProtoReflect() protoreflect.Message
func (*GetAggrKeyshareResponse) Reset ¶ added in v0.6.0
func (x *GetAggrKeyshareResponse) Reset()
func (*GetAggrKeyshareResponse) String ¶ added in v0.6.0
func (x *GetAggrKeyshareResponse) String() string
type GetAggrKeyshare_ProposalId ¶ added in v0.6.0
type GetAggrKeyshare_ProposalId struct {
}
type GetAggrKeyshare_RequestId ¶ added in v0.6.0
type GetAggrKeyshare_RequestId struct {
}
type GetPrivateKeyshare ¶ added in v0.9.0
type GetPrivateKeyshare struct {
// contains filtered or unexported fields
}
GetPrivateKeyshare defines a struct for the data payload
func (*GetPrivateKeyshare) Descriptor
deprecated
added in
v0.9.0
func (*GetPrivateKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use GetPrivateKeyshare.ProtoReflect.Descriptor instead.
func (*GetPrivateKeyshare) GetIdentity ¶ added in v0.9.0
func (x *GetPrivateKeyshare) GetIdentity() string
func (*GetPrivateKeyshare) GetRequestId ¶ added in v0.9.0
func (x *GetPrivateKeyshare) GetRequestId() string
func (*GetPrivateKeyshare) GetRequester ¶ added in v0.9.0
func (x *GetPrivateKeyshare) GetRequester() string
func (*GetPrivateKeyshare) GetSecpPubkey ¶ added in v0.9.0
func (x *GetPrivateKeyshare) GetSecpPubkey() string
func (*GetPrivateKeyshare) ProtoMessage ¶ added in v0.9.0
func (*GetPrivateKeyshare) ProtoMessage()
func (*GetPrivateKeyshare) ProtoReflect ¶ added in v0.9.0
func (x *GetPrivateKeyshare) ProtoReflect() protoreflect.Message
func (*GetPrivateKeyshare) Reset ¶ added in v0.9.0
func (x *GetPrivateKeyshare) Reset()
func (*GetPrivateKeyshare) String ¶ added in v0.9.0
func (x *GetPrivateKeyshare) String() string
type GetPrivateKeyshareResponse ¶ added in v0.9.0
type GetPrivateKeyshareResponse struct {
// contains filtered or unexported fields
}
func (*GetPrivateKeyshareResponse) Descriptor
deprecated
added in
v0.9.0
func (*GetPrivateKeyshareResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPrivateKeyshareResponse.ProtoReflect.Descriptor instead.
func (*GetPrivateKeyshareResponse) GetPubkey ¶ added in v0.9.0
func (x *GetPrivateKeyshareResponse) GetPubkey() string
func (*GetPrivateKeyshareResponse) ProtoMessage ¶ added in v0.9.0
func (*GetPrivateKeyshareResponse) ProtoMessage()
func (*GetPrivateKeyshareResponse) ProtoReflect ¶ added in v0.9.0
func (x *GetPrivateKeyshareResponse) ProtoReflect() protoreflect.Message
func (*GetPrivateKeyshareResponse) Reset ¶ added in v0.9.0
func (x *GetPrivateKeyshareResponse) Reset()
func (*GetPrivateKeyshareResponse) String ¶ added in v0.9.0
func (x *GetPrivateKeyshareResponse) String() string
type IndexedEncryptedKeyshare ¶ added in v0.9.0
type IndexedEncryptedKeyshare struct {
// contains filtered or unexported fields
}
func (*IndexedEncryptedKeyshare) Descriptor
deprecated
added in
v0.9.0
func (*IndexedEncryptedKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use IndexedEncryptedKeyshare.ProtoReflect.Descriptor instead.
func (*IndexedEncryptedKeyshare) GetEncryptedKeyshareIndex ¶ added in v0.9.0
func (x *IndexedEncryptedKeyshare) GetEncryptedKeyshareIndex() uint64
func (*IndexedEncryptedKeyshare) GetEncryptedKeyshareValue ¶ added in v0.9.0
func (x *IndexedEncryptedKeyshare) GetEncryptedKeyshareValue() string
func (*IndexedEncryptedKeyshare) ProtoMessage ¶ added in v0.9.0
func (*IndexedEncryptedKeyshare) ProtoMessage()
func (*IndexedEncryptedKeyshare) ProtoReflect ¶ added in v0.9.0
func (x *IndexedEncryptedKeyshare) ProtoReflect() protoreflect.Message
func (*IndexedEncryptedKeyshare) Reset ¶ added in v0.9.0
func (x *IndexedEncryptedKeyshare) Reset()
func (*IndexedEncryptedKeyshare) String ¶ added in v0.9.0
func (x *IndexedEncryptedKeyshare) String() string
type QueuedPublicKey ¶ added in v0.6.0
type QueuedPublicKey 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"`
// contains filtered or unexported fields
}
func (*QueuedPublicKey) Descriptor
deprecated
added in
v0.6.0
func (*QueuedPublicKey) Descriptor() ([]byte, []int)
Deprecated: Use QueuedPublicKey.ProtoReflect.Descriptor instead.
func (*QueuedPublicKey) GetCreator ¶ added in v0.6.0
func (x *QueuedPublicKey) GetCreator() string
func (*QueuedPublicKey) GetExpiry ¶ added in v0.6.0
func (x *QueuedPublicKey) GetExpiry() uint64
func (*QueuedPublicKey) GetPublicKey ¶ added in v0.6.0
func (x *QueuedPublicKey) GetPublicKey() string
func (*QueuedPublicKey) ProtoMessage ¶ added in v0.6.0
func (*QueuedPublicKey) ProtoMessage()
func (*QueuedPublicKey) ProtoReflect ¶ added in v0.6.0
func (x *QueuedPublicKey) ProtoReflect() protoreflect.Message
func (*QueuedPublicKey) Reset ¶ added in v0.6.0
func (x *QueuedPublicKey) Reset()
func (*QueuedPublicKey) String ¶ added in v0.6.0
func (x *QueuedPublicKey) String() string
type RequestAggrKeyshare ¶ added in v0.6.0
type RequestAggrKeyshare struct {
// Types that are assignable to Id:
//
// *RequestAggrKeyshare_ProposalId
// *RequestAggrKeyshare_RequestId
// contains filtered or unexported fields
}
RequestAggrKeyshare defines a struct for the data payload
func (*RequestAggrKeyshare) Descriptor
deprecated
added in
v0.6.0
func (*RequestAggrKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use RequestAggrKeyshare.ProtoReflect.Descriptor instead.
func (*RequestAggrKeyshare) GetCreator ¶ added in v0.6.0
func (x *RequestAggrKeyshare) GetCreator() string
func (*RequestAggrKeyshare) GetEstimatedDelay ¶ added in v0.7.0
func (x *RequestAggrKeyshare) GetEstimatedDelay() *durationpb.Duration
func (*RequestAggrKeyshare) GetId ¶ added in v0.6.0
func (x *RequestAggrKeyshare) GetId() isRequestAggrKeyshare_Id
func (*RequestAggrKeyshare) GetProposalId ¶ added in v0.6.0
func (x *RequestAggrKeyshare) GetProposalId() string
func (*RequestAggrKeyshare) GetRequestId ¶ added in v0.6.0
func (x *RequestAggrKeyshare) GetRequestId() string
func (*RequestAggrKeyshare) ProtoMessage ¶ added in v0.6.0
func (*RequestAggrKeyshare) ProtoMessage()
func (*RequestAggrKeyshare) ProtoReflect ¶ added in v0.6.0
func (x *RequestAggrKeyshare) ProtoReflect() protoreflect.Message
func (*RequestAggrKeyshare) Reset ¶ added in v0.6.0
func (x *RequestAggrKeyshare) Reset()
func (*RequestAggrKeyshare) String ¶ added in v0.6.0
func (x *RequestAggrKeyshare) String() string
type RequestAggrKeyshareResponse ¶ added in v0.6.0
type RequestAggrKeyshareResponse struct {
// contains filtered or unexported fields
}
func (*RequestAggrKeyshareResponse) Descriptor
deprecated
added in
v0.6.0
func (*RequestAggrKeyshareResponse) Descriptor() ([]byte, []int)
Deprecated: Use RequestAggrKeyshareResponse.ProtoReflect.Descriptor instead.
func (*RequestAggrKeyshareResponse) GetIdentity ¶ added in v0.6.0
func (x *RequestAggrKeyshareResponse) GetIdentity() string
func (*RequestAggrKeyshareResponse) GetPubkey ¶ added in v0.6.0
func (x *RequestAggrKeyshareResponse) GetPubkey() string
func (*RequestAggrKeyshareResponse) ProtoMessage ¶ added in v0.6.0
func (*RequestAggrKeyshareResponse) ProtoMessage()
func (*RequestAggrKeyshareResponse) ProtoReflect ¶ added in v0.6.0
func (x *RequestAggrKeyshareResponse) ProtoReflect() protoreflect.Message
func (*RequestAggrKeyshareResponse) Reset ¶ added in v0.6.0
func (x *RequestAggrKeyshareResponse) Reset()
func (*RequestAggrKeyshareResponse) String ¶ added in v0.6.0
func (x *RequestAggrKeyshareResponse) String() string
type RequestAggrKeyshare_ProposalId ¶ added in v0.6.0
type RequestAggrKeyshare_ProposalId struct {
}
type RequestAggrKeyshare_RequestId ¶ added in v0.6.0
type RequestAggrKeyshare_RequestId struct {
}
type RequestPrivateKeyshare ¶ added in v0.9.0
type RequestPrivateKeyshare struct {
// contains filtered or unexported fields
}
func (*RequestPrivateKeyshare) Descriptor
deprecated
added in
v0.9.0
func (*RequestPrivateKeyshare) Descriptor() ([]byte, []int)
Deprecated: Use RequestPrivateKeyshare.ProtoReflect.Descriptor instead.
func (*RequestPrivateKeyshare) GetCreator ¶ added in v0.9.0
func (x *RequestPrivateKeyshare) GetCreator() string
func (*RequestPrivateKeyshare) GetRequestId ¶ added in v0.9.0
func (x *RequestPrivateKeyshare) GetRequestId() string
func (*RequestPrivateKeyshare) ProtoMessage ¶ added in v0.9.0
func (*RequestPrivateKeyshare) ProtoMessage()
func (*RequestPrivateKeyshare) ProtoReflect ¶ added in v0.9.0
func (x *RequestPrivateKeyshare) ProtoReflect() protoreflect.Message
func (*RequestPrivateKeyshare) Reset ¶ added in v0.9.0
func (x *RequestPrivateKeyshare) Reset()
func (*RequestPrivateKeyshare) String ¶ added in v0.9.0
func (x *RequestPrivateKeyshare) String() string