common

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_fairyring_common_shared_types_proto protoreflect.FileDescriptor

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 {
	Requester        string                      `protobuf:"bytes,1,opt,name=requester,proto3" json:"requester,omitempty"`
	PrivateKeyshares []*IndexedEncryptedKeyshare `protobuf:"bytes,2,rep,name=private_keyshares,json=privateKeyshares,proto3" json:"private_keyshares,omitempty"`
	// 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
	Id       isGetAggrKeyshare_Id `protobuf_oneof:"id"`
	Identity string               `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// 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 {
	ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3,oneof"`
}

type GetAggrKeyshare_RequestId added in v0.6.0

type GetAggrKeyshare_RequestId struct {
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3,oneof"`
}

type GetPrivateKeyshare added in v0.9.0

type GetPrivateKeyshare struct {
	RequestId  string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Identity   string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	Requester  string `protobuf:"bytes,3,opt,name=requester,proto3" json:"requester,omitempty"`
	SecpPubkey string `protobuf:"bytes,4,opt,name=secp_pubkey,json=secpPubkey,proto3" json:"secp_pubkey,omitempty"`
	// 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 {
	Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// 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 (*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 {
	EncryptedKeyshareValue string `` /* 129-byte string literal not displayed */
	EncryptedKeyshareIndex uint64 `` /* 130-byte string literal not displayed */
	// 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 {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// Types that are assignable to Id:
	//
	//	*RequestAggrKeyshare_ProposalId
	//	*RequestAggrKeyshare_RequestId
	Id             isRequestAggrKeyshare_Id `protobuf_oneof:"id"`
	EstimatedDelay *durationpb.Duration     `protobuf:"bytes,4,opt,name=estimated_delay,json=estimatedDelay,proto3" json:"estimated_delay,omitempty"`
	// 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 {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Pubkey   string `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// 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 (*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 {
	ProposalId string `protobuf:"bytes,2,opt,name=proposal_id,json=proposalId,proto3,oneof"`
}

type RequestAggrKeyshare_RequestId added in v0.6.0

type RequestAggrKeyshare_RequestId struct {
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3,oneof"`
}

type RequestPrivateKeyshare added in v0.9.0

type RequestPrivateKeyshare struct {
	Creator   string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL