common

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 8 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 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 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"`
	// 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) 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"`
}

Jump to

Keyboard shortcuts

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