protobuf

package
v0.0.0-...-09d2262 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_Message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Pi []*PiContent `protobuf:"bytes,1,rep,name=Pi,json=pi,proto3" json:"Pi,omitempty"`
	// contains filtered or unexported fields
}

func (*Commit) Descriptor deprecated

func (*Commit) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetPi

func (x *Commit) GetPi() []*PiContent

func (*Commit) ProtoMessage

func (*Commit) ProtoMessage()

func (*Commit) ProtoReflect

func (x *Commit) ProtoReflect() protoreflect.Message

func (*Commit) Reset

func (x *Commit) Reset()

func (*Commit) String

func (x *Commit) String() string

type Done

type Done struct {
	CoinShare []byte `protobuf:"bytes,1,opt,name=coinShare,proto3" json:"coinShare,omitempty"`
	// contains filtered or unexported fields
}

func (*Done) Descriptor deprecated

func (*Done) Descriptor() ([]byte, []int)

Deprecated: Use Done.ProtoReflect.Descriptor instead.

func (*Done) GetCoinShare

func (x *Done) GetCoinShare() []byte

func (*Done) ProtoMessage

func (*Done) ProtoMessage()

func (*Done) ProtoReflect

func (x *Done) ProtoReflect() protoreflect.Message

func (*Done) Reset

func (x *Done) Reset()

func (*Done) String

func (x *Done) String() string

type Echo

type Echo struct {
	Sigshare []byte `protobuf:"bytes,1,opt,name=sigshare,proto3" json:"sigshare,omitempty"`
	// contains filtered or unexported fields
}

func (*Echo) Descriptor deprecated

func (*Echo) Descriptor() ([]byte, []int)

Deprecated: Use Echo.ProtoReflect.Descriptor instead.

func (*Echo) GetSigshare

func (x *Echo) GetSigshare() []byte

func (*Echo) ProtoMessage

func (*Echo) ProtoMessage()

func (*Echo) ProtoReflect

func (x *Echo) ProtoReflect() protoreflect.Message

func (*Echo) Reset

func (x *Echo) Reset()

func (*Echo) String

func (x *Echo) String() string

type Finish

type Finish struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Sig   []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*Finish) Descriptor deprecated

func (*Finish) Descriptor() ([]byte, []int)

Deprecated: Use Finish.ProtoReflect.Descriptor instead.

func (*Finish) GetSig

func (x *Finish) GetSig() []byte

func (*Finish) GetValue

func (x *Finish) GetValue() []byte

func (*Finish) ProtoMessage

func (*Finish) ProtoMessage()

func (*Finish) ProtoReflect

func (x *Finish) ProtoReflect() protoreflect.Message

func (*Finish) Reset

func (x *Finish) Reset()

func (*Finish) String

func (x *Finish) String() string

type Halt

type Halt struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Sig   []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*Halt) Descriptor deprecated

func (*Halt) Descriptor() ([]byte, []int)

Deprecated: Use Halt.ProtoReflect.Descriptor instead.

func (*Halt) GetSig

func (x *Halt) GetSig() []byte

func (*Halt) GetValue

func (x *Halt) GetValue() []byte

func (*Halt) ProtoMessage

func (*Halt) ProtoMessage()

func (*Halt) ProtoReflect

func (x *Halt) ProtoReflect() protoreflect.Message

func (*Halt) Reset

func (x *Halt) Reset()

func (*Halt) String

func (x *Halt) String() string

type Lock

type Lock struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Sig   []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

smvba

func (*Lock) Descriptor deprecated

func (*Lock) Descriptor() ([]byte, []int)

Deprecated: Use Lock.ProtoReflect.Descriptor instead.

func (*Lock) GetSig

func (x *Lock) GetSig() []byte

func (*Lock) GetValue

func (x *Lock) GetValue() []byte

func (*Lock) ProtoMessage

func (*Lock) ProtoMessage()

func (*Lock) ProtoReflect

func (x *Lock) ProtoReflect() protoreflect.Message

func (*Lock) Reset

func (x *Lock) Reset()

func (*Lock) String

func (x *Lock) String() string

type MVBAIN

type MVBAIN struct {
	Sig [][]byte `protobuf:"bytes,1,rep,name=sig,proto3" json:"sig,omitempty"`
	J   []uint32 `protobuf:"varint,2,rep,packed,name=j,proto3" json:"j,omitempty"`
	// contains filtered or unexported fields
}

func (*MVBAIN) Descriptor deprecated

func (*MVBAIN) Descriptor() ([]byte, []int)

Deprecated: Use MVBAIN.ProtoReflect.Descriptor instead.

func (*MVBAIN) GetJ

func (x *MVBAIN) GetJ() []uint32

func (*MVBAIN) GetSig

func (x *MVBAIN) GetSig() [][]byte

func (*MVBAIN) ProtoMessage

func (*MVBAIN) ProtoMessage()

func (*MVBAIN) ProtoReflect

func (x *MVBAIN) ProtoReflect() protoreflect.Message

func (*MVBAIN) Reset

func (x *MVBAIN) Reset()

func (*MVBAIN) String

func (x *MVBAIN) String() string

type Message

type Message struct {
	Type   string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // instance id
	Id     []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Sender uint32 `protobuf:"varint,3,opt,name=sender,proto3" json:"sender,omitempty"`
	Data   []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

func (*Message) Descriptor() ([]byte, []int)

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetData

func (x *Message) GetData() []byte

func (*Message) GetId

func (x *Message) GetId() []byte

func (*Message) GetSender

func (x *Message) GetSender() uint32

func (*Message) GetType

func (x *Message) GetType() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

func (x *Message) ProtoReflect() protoreflect.Message

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type NewCommit

type NewCommit struct {
	CB []byte `protobuf:"bytes,1,opt,name=CB,json=cB,proto3" json:"CB,omitempty"`
	// contains filtered or unexported fields
}

func (*NewCommit) Descriptor deprecated

func (*NewCommit) Descriptor() ([]byte, []int)

Deprecated: Use NewCommit.ProtoReflect.Descriptor instead.

func (*NewCommit) GetCB

func (x *NewCommit) GetCB() []byte

func (*NewCommit) ProtoMessage

func (*NewCommit) ProtoMessage()

func (*NewCommit) ProtoReflect

func (x *NewCommit) ProtoReflect() protoreflect.Message

func (*NewCommit) Reset

func (x *NewCommit) Reset()

func (*NewCommit) String

func (x *NewCommit) String() string

type Pi

type Pi struct {
	Gs         []byte       `protobuf:"bytes,1,opt,name=gs,proto3" json:"gs,omitempty"`
	PiContents []*PiContent `protobuf:"bytes,2,rep,name=piContents,proto3" json:"piContents,omitempty"`
	// contains filtered or unexported fields
}

func (*Pi) Descriptor deprecated

func (*Pi) Descriptor() ([]byte, []int)

Deprecated: Use Pi.ProtoReflect.Descriptor instead.

func (*Pi) GetGs

func (x *Pi) GetGs() []byte

func (*Pi) GetPiContents

func (x *Pi) GetPiContents() []*PiContent

func (*Pi) ProtoMessage

func (*Pi) ProtoMessage()

func (*Pi) ProtoReflect

func (x *Pi) ProtoReflect() protoreflect.Message

func (*Pi) Reset

func (x *Pi) Reset()

func (*Pi) String

func (x *Pi) String() string

type PiContent

type PiContent struct {
	J   uint32 `protobuf:"varint,1,opt,name=j,proto3" json:"j,omitempty"`
	CBj []byte `protobuf:"bytes,2,opt,name=CBj,json=cBj,proto3" json:"CBj,omitempty"`
	CZj []byte `protobuf:"bytes,3,opt,name=CZj,json=cZj,proto3" json:"CZj,omitempty"`
	WZ0 []byte `protobuf:"bytes,4,opt,name=WZ0,json=wZ0,proto3" json:"WZ0,omitempty"`
	GFj []byte `protobuf:"bytes,5,opt,name=gFj,proto3" json:"gFj,omitempty"`
	// contains filtered or unexported fields
}

func (*PiContent) Descriptor deprecated

func (*PiContent) Descriptor() ([]byte, []int)

Deprecated: Use PiContent.ProtoReflect.Descriptor instead.

func (*PiContent) GetCBj

func (x *PiContent) GetCBj() []byte

func (*PiContent) GetCZj

func (x *PiContent) GetCZj() []byte

func (*PiContent) GetGFj

func (x *PiContent) GetGFj() []byte

func (*PiContent) GetJ

func (x *PiContent) GetJ() uint32

func (*PiContent) GetWZ0

func (x *PiContent) GetWZ0() []byte

func (*PiContent) ProtoMessage

func (*PiContent) ProtoMessage()

func (*PiContent) ProtoReflect

func (x *PiContent) ProtoReflect() protoreflect.Message

func (*PiContent) Reset

func (x *PiContent) Reset()

func (*PiContent) String

func (x *PiContent) String() string

type PreVote

type PreVote struct {
	Vote  bool   `protobuf:"varint,1,opt,name=vote,proto3" json:"vote,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Sig   []byte `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*PreVote) Descriptor deprecated

func (*PreVote) Descriptor() ([]byte, []int)

Deprecated: Use PreVote.ProtoReflect.Descriptor instead.

func (*PreVote) GetSig

func (x *PreVote) GetSig() []byte

func (*PreVote) GetValue

func (x *PreVote) GetValue() []byte

func (*PreVote) GetVote

func (x *PreVote) GetVote() bool

func (*PreVote) ProtoMessage

func (*PreVote) ProtoMessage()

func (*PreVote) ProtoReflect

func (x *PreVote) ProtoReflect() protoreflect.Message

func (*PreVote) Reset

func (x *PreVote) Reset()

func (*PreVote) String

func (x *PreVote) String() string

type Prepare

type Prepare struct {
	Commitments [][]byte `protobuf:"bytes,1,rep,name=Commitments,json=commitments,proto3" json:"Commitments,omitempty"`
	// contains filtered or unexported fields
}

func (*Prepare) Descriptor deprecated

func (*Prepare) Descriptor() ([]byte, []int)

Deprecated: Use Prepare.ProtoReflect.Descriptor instead.

func (*Prepare) GetCommitments

func (x *Prepare) GetCommitments() [][]byte

func (*Prepare) ProtoMessage

func (*Prepare) ProtoMessage()

func (*Prepare) ProtoReflect

func (x *Prepare) ProtoReflect() protoreflect.Message

func (*Prepare) Reset

func (x *Prepare) Reset()

func (*Prepare) String

func (x *Prepare) String() string

type RBCEcho

type RBCEcho struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	M    []byte `protobuf:"bytes,2,opt,name=m,proto3" json:"m,omitempty"`
	// contains filtered or unexported fields
}

func (*RBCEcho) Descriptor deprecated

func (*RBCEcho) Descriptor() ([]byte, []int)

Deprecated: Use RBCEcho.ProtoReflect.Descriptor instead.

func (*RBCEcho) GetHash

func (x *RBCEcho) GetHash() []byte

func (*RBCEcho) GetM

func (x *RBCEcho) GetM() []byte

func (*RBCEcho) ProtoMessage

func (*RBCEcho) ProtoMessage()

func (*RBCEcho) ProtoReflect

func (x *RBCEcho) ProtoReflect() protoreflect.Message

func (*RBCEcho) Reset

func (x *RBCEcho) Reset()

func (*RBCEcho) String

func (x *RBCEcho) String() string

type RBCReady

type RBCReady struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	M    []byte `protobuf:"bytes,2,opt,name=m,proto3" json:"m,omitempty"`
	// contains filtered or unexported fields
}

func (*RBCReady) Descriptor deprecated

func (*RBCReady) Descriptor() ([]byte, []int)

Deprecated: Use RBCReady.ProtoReflect.Descriptor instead.

func (*RBCReady) GetHash

func (x *RBCReady) GetHash() []byte

func (*RBCReady) GetM

func (x *RBCReady) GetM() []byte

func (*RBCReady) ProtoMessage

func (*RBCReady) ProtoMessage()

func (*RBCReady) ProtoReflect

func (x *RBCReady) ProtoReflect() protoreflect.Message

func (*RBCReady) Reset

func (x *RBCReady) Reset()

func (*RBCReady) String

func (x *RBCReady) String() string

type Recover

type Recover struct {
	Index    uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	V        []byte `protobuf:"bytes,2,opt,name=v,proto3" json:"v,omitempty"`
	W        []byte `protobuf:"bytes,3,opt,name=w,proto3" json:"w,omitempty"`
	SigShare []byte `protobuf:"bytes,4,opt,name=sigShare,proto3" json:"sigShare,omitempty"`
	// contains filtered or unexported fields
}

func (*Recover) Descriptor deprecated

func (*Recover) Descriptor() ([]byte, []int)

Deprecated: Use Recover.ProtoReflect.Descriptor instead.

func (*Recover) GetIndex

func (x *Recover) GetIndex() uint32

func (*Recover) GetSigShare

func (x *Recover) GetSigShare() []byte

func (*Recover) GetV

func (x *Recover) GetV() []byte

func (*Recover) GetW

func (x *Recover) GetW() []byte

func (*Recover) ProtoMessage

func (*Recover) ProtoMessage()

func (*Recover) ProtoReflect

func (x *Recover) ProtoReflect() protoreflect.Message

func (*Recover) Reset

func (x *Recover) Reset()

func (*Recover) String

func (x *Recover) String() string

type Reshare

type Reshare struct {
	Qk  [][]byte `protobuf:"bytes,1,rep,name=Qk,json=qk,proto3" json:"Qk,omitempty"`
	WQk [][]byte `protobuf:"bytes,2,rep,name=wQk,proto3" json:"wQk,omitempty"`
	// contains filtered or unexported fields
}

func (*Reshare) Descriptor deprecated

func (*Reshare) Descriptor() ([]byte, []int)

Deprecated: Use Reshare.ProtoReflect.Descriptor instead.

func (*Reshare) GetQk

func (x *Reshare) GetQk() [][]byte

func (*Reshare) GetWQk

func (x *Reshare) GetWQk() [][]byte

func (*Reshare) ProtoMessage

func (*Reshare) ProtoMessage()

func (*Reshare) ProtoReflect

func (x *Reshare) ProtoReflect() protoreflect.Message

func (*Reshare) Reset

func (x *Reshare) Reset()

func (*Reshare) String

func (x *Reshare) String() string

type ShareDist

type ShareDist struct {
	B  []byte `protobuf:"bytes,1,opt,name=B,json=b,proto3" json:"B,omitempty"`
	WB []byte `protobuf:"bytes,2,opt,name=wB,proto3" json:"wB,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareDist) Descriptor deprecated

func (*ShareDist) Descriptor() ([]byte, []int)

Deprecated: Use ShareDist.ProtoReflect.Descriptor instead.

func (*ShareDist) GetB

func (x *ShareDist) GetB() []byte

func (*ShareDist) GetWB

func (x *ShareDist) GetWB() []byte

func (*ShareDist) ProtoMessage

func (*ShareDist) ProtoMessage()

func (*ShareDist) ProtoReflect

func (x *ShareDist) ProtoReflect() protoreflect.Message

func (*ShareDist) Reset

func (x *ShareDist) Reset()

func (*ShareDist) String

func (x *ShareDist) String() string

type ShareReduce

type ShareReduce struct {
	C []byte `protobuf:"bytes,1,opt,name=C,json=c,proto3" json:"C,omitempty"`
	V []byte `protobuf:"bytes,2,opt,name=v,proto3" json:"v,omitempty"`
	W []byte `protobuf:"bytes,3,opt,name=W,json=w,proto3" json:"W,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareReduce) Descriptor deprecated

func (*ShareReduce) Descriptor() ([]byte, []int)

Deprecated: Use ShareReduce.ProtoReflect.Descriptor instead.

func (*ShareReduce) GetC

func (x *ShareReduce) GetC() []byte

func (*ShareReduce) GetV

func (x *ShareReduce) GetV() []byte

func (*ShareReduce) GetW

func (x *ShareReduce) GetW() []byte

func (*ShareReduce) ProtoMessage

func (*ShareReduce) ProtoMessage()

func (*ShareReduce) ProtoReflect

func (x *ShareReduce) ProtoReflect() protoreflect.Message

func (*ShareReduce) Reset

func (x *ShareReduce) Reset()

func (*ShareReduce) String

func (x *ShareReduce) String() string

type Success

type Success struct {
	Nothing []byte `protobuf:"bytes,1,opt,name=nothing,proto3" json:"nothing,omitempty"`
	// contains filtered or unexported fields
}

func (*Success) Descriptor deprecated

func (*Success) Descriptor() ([]byte, []int)

Deprecated: Use Success.ProtoReflect.Descriptor instead.

func (*Success) GetNothing

func (x *Success) GetNothing() []byte

func (*Success) ProtoMessage

func (*Success) ProtoMessage()

func (*Success) ProtoReflect

func (x *Success) ProtoReflect() protoreflect.Message

func (*Success) Reset

func (x *Success) Reset()

func (*Success) String

func (x *Success) String() string

type VSSDistribute

type VSSDistribute struct {
	Bli  []byte `protobuf:"bytes,1,opt,name=Bli,json=bli,proto3" json:"Bli,omitempty"`
	WBli []byte `protobuf:"bytes,2,opt,name=WBli,json=wBli,proto3" json:"WBli,omitempty"`
	// contains filtered or unexported fields
}

func (*VSSDistribute) Descriptor deprecated

func (*VSSDistribute) Descriptor() ([]byte, []int)

Deprecated: Use VSSDistribute.ProtoReflect.Descriptor instead.

func (*VSSDistribute) GetBli

func (x *VSSDistribute) GetBli() []byte

func (*VSSDistribute) GetWBli

func (x *VSSDistribute) GetWBli() []byte

func (*VSSDistribute) ProtoMessage

func (*VSSDistribute) ProtoMessage()

func (*VSSDistribute) ProtoReflect

func (x *VSSDistribute) ProtoReflect() protoreflect.Message

func (*VSSDistribute) Reset

func (x *VSSDistribute) Reset()

func (*VSSDistribute) String

func (x *VSSDistribute) String() string

type VSSEcho

type VSSEcho struct {
	Pi *Pi `protobuf:"bytes,1,opt,name=pi,proto3" json:"pi,omitempty"`
	// contains filtered or unexported fields
}

func (*VSSEcho) Descriptor deprecated

func (*VSSEcho) Descriptor() ([]byte, []int)

Deprecated: Use VSSEcho.ProtoReflect.Descriptor instead.

func (*VSSEcho) GetPi

func (x *VSSEcho) GetPi() *Pi

func (*VSSEcho) ProtoMessage

func (*VSSEcho) ProtoMessage()

func (*VSSEcho) ProtoReflect

func (x *VSSEcho) ProtoReflect() protoreflect.Message

func (*VSSEcho) Reset

func (x *VSSEcho) Reset()

func (*VSSEcho) String

func (x *VSSEcho) String() string

type VSSReady

type VSSReady struct {
	Pi        *Pi    `protobuf:"bytes,1,opt,name=pi,proto3" json:"pi,omitempty"`
	ReadyType string `protobuf:"bytes,2,opt,name=ReadyType,json=readyType,proto3" json:"ReadyType,omitempty"`
	Bil       []byte `protobuf:"bytes,3,opt,name=Bil,json=bil,proto3" json:"Bil,omitempty"`
	WBil      []byte `protobuf:"bytes,4,opt,name=WBil,json=wBil,proto3" json:"WBil,omitempty"`
	// contains filtered or unexported fields
}

func (*VSSReady) Descriptor deprecated

func (*VSSReady) Descriptor() ([]byte, []int)

Deprecated: Use VSSReady.ProtoReflect.Descriptor instead.

func (*VSSReady) GetBil

func (x *VSSReady) GetBil() []byte

func (*VSSReady) GetPi

func (x *VSSReady) GetPi() *Pi

func (*VSSReady) GetReadyType

func (x *VSSReady) GetReadyType() string

func (*VSSReady) GetWBil

func (x *VSSReady) GetWBil() []byte

func (*VSSReady) ProtoMessage

func (*VSSReady) ProtoMessage()

func (*VSSReady) ProtoReflect

func (x *VSSReady) ProtoReflect() protoreflect.Message

func (*VSSReady) Reset

func (x *VSSReady) Reset()

func (*VSSReady) String

func (x *VSSReady) String() string

type VSSSend

type VSSSend struct {
	Pi       *Pi      `protobuf:"bytes,1,opt,name=pi,proto3" json:"pi,omitempty"`
	BijList  [][]byte `protobuf:"bytes,2,rep,name=BijList,json=bijList,proto3" json:"BijList,omitempty"`
	WBijList [][]byte `protobuf:"bytes,3,rep,name=WBijList,json=wBijList,proto3" json:"WBijList,omitempty"`
	// contains filtered or unexported fields
}

func (*VSSSend) Descriptor deprecated

func (*VSSSend) Descriptor() ([]byte, []int)

Deprecated: Use VSSSend.ProtoReflect.Descriptor instead.

func (*VSSSend) GetBijList

func (x *VSSSend) GetBijList() [][]byte

func (*VSSSend) GetPi

func (x *VSSSend) GetPi() *Pi

func (*VSSSend) GetWBijList

func (x *VSSSend) GetWBijList() [][]byte

func (*VSSSend) ProtoMessage

func (*VSSSend) ProtoMessage()

func (*VSSSend) ProtoReflect

func (x *VSSSend) ProtoReflect() protoreflect.Message

func (*VSSSend) Reset

func (x *VSSSend) Reset()

func (*VSSSend) String

func (x *VSSSend) String() string

type Value

type Value struct {
	Value      []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`           // paload
	Validation []byte `protobuf:"bytes,2,opt,name=validation,proto3" json:"validation,omitempty"` // for external validating
	// contains filtered or unexported fields
}

provable broadcast

func (*Value) Descriptor deprecated

func (*Value) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetValidation

func (x *Value) GetValidation() []byte

func (*Value) GetValue

func (x *Value) GetValue() []byte

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

func (x *Value) ProtoReflect() protoreflect.Message

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type Vote

type Vote struct {
	Vote     bool   `protobuf:"varint,1,opt,name=vote,proto3" json:"vote,omitempty"`
	Value    []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Sig      []byte `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
	Sigshare []byte `protobuf:"bytes,4,opt,name=sigshare,proto3" json:"sigshare,omitempty"`
	// contains filtered or unexported fields
}

func (*Vote) Descriptor deprecated

func (*Vote) Descriptor() ([]byte, []int)

Deprecated: Use Vote.ProtoReflect.Descriptor instead.

func (*Vote) GetSig

func (x *Vote) GetSig() []byte

func (*Vote) GetSigshare

func (x *Vote) GetSigshare() []byte

func (*Vote) GetValue

func (x *Vote) GetValue() []byte

func (*Vote) GetVote

func (x *Vote) GetVote() bool

func (*Vote) ProtoMessage

func (*Vote) ProtoMessage()

func (*Vote) ProtoReflect

func (x *Vote) ProtoReflect() protoreflect.Message

func (*Vote) Reset

func (x *Vote) Reset()

func (*Vote) String

func (x *Vote) String() string

Jump to

Keyboard shortcuts

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