Documentation ¶
Index ¶
- Variables
- type Membership
- type ThresholdSigner
- func (*ThresholdSigner) Descriptor() ([]byte, []int)deprecated
- func (x *ThresholdSigner) GetGroupOperators() []string
- func (x *ThresholdSigner) GetGroupPrivateKeyShare() string
- func (x *ThresholdSigner) GetGroupPublicKey() []byte
- func (x *ThresholdSigner) GetGroupPublicKeyShares() map[uint32][]byte
- func (x *ThresholdSigner) GetMemberIndex() uint32
- func (*ThresholdSigner) ProtoMessage()
- func (x *ThresholdSigner) ProtoReflect() protoreflect.Message
- func (x *ThresholdSigner) Reset()
- func (x *ThresholdSigner) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_beacon_registry_gen_pb_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Membership ¶
type Membership struct { Signer []byte `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` Channel string `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"` // contains filtered or unexported fields }
func (*Membership) Descriptor
deprecated
func (*Membership) Descriptor() ([]byte, []int)
Deprecated: Use Membership.ProtoReflect.Descriptor instead.
func (*Membership) GetChannel ¶
func (x *Membership) GetChannel() string
func (*Membership) GetSigner ¶
func (x *Membership) GetSigner() []byte
func (*Membership) ProtoMessage ¶
func (*Membership) ProtoMessage()
func (*Membership) ProtoReflect ¶
func (x *Membership) ProtoReflect() protoreflect.Message
func (*Membership) Reset ¶
func (x *Membership) Reset()
func (*Membership) String ¶
func (x *Membership) String() string
type ThresholdSigner ¶
type ThresholdSigner struct { MemberIndex uint32 `protobuf:"varint,1,opt,name=memberIndex,proto3" json:"memberIndex,omitempty"` GroupPublicKey []byte `protobuf:"bytes,2,opt,name=groupPublicKey,proto3" json:"groupPublicKey,omitempty"` GroupOperators []string `protobuf:"bytes,5,rep,name=groupOperators,proto3" json:"groupOperators,omitempty"` // contains filtered or unexported fields }
func (*ThresholdSigner) Descriptor
deprecated
func (*ThresholdSigner) Descriptor() ([]byte, []int)
Deprecated: Use ThresholdSigner.ProtoReflect.Descriptor instead.
func (*ThresholdSigner) GetGroupOperators ¶
func (x *ThresholdSigner) GetGroupOperators() []string
func (*ThresholdSigner) GetGroupPrivateKeyShare ¶
func (x *ThresholdSigner) GetGroupPrivateKeyShare() string
func (*ThresholdSigner) GetGroupPublicKey ¶
func (x *ThresholdSigner) GetGroupPublicKey() []byte
func (*ThresholdSigner) GetGroupPublicKeyShares ¶
func (x *ThresholdSigner) GetGroupPublicKeyShares() map[uint32][]byte
func (*ThresholdSigner) GetMemberIndex ¶
func (x *ThresholdSigner) GetMemberIndex() uint32
func (*ThresholdSigner) ProtoMessage ¶
func (*ThresholdSigner) ProtoMessage()
func (*ThresholdSigner) ProtoReflect ¶
func (x *ThresholdSigner) ProtoReflect() protoreflect.Message
func (*ThresholdSigner) Reset ¶
func (x *ThresholdSigner) Reset()
func (*ThresholdSigner) String ¶
func (x *ThresholdSigner) String() string
Click to show internal directories.
Click to hide internal directories.