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 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 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
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 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 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 {
} Click to show internal directories.
Click to hide internal directories.