Versions in this module Expand all Collapse all v3 v3.1.0 Dec 18, 2024 v3.0.0 Dec 2, 2024 Changes in this version + const KEYGEN1 + const KEYGEN2aUnicast + const KEYGEN2b + const KEYGEN3 + const KEYSIGN1aUnicast + const KEYSIGN1b + const KEYSIGN2Unicast + const KEYSIGN3 + const KEYSIGN4 + const KEYSIGN5 + const KEYSIGN6 + const KEYSIGN7 + const NEWJOINPARTYVERSION + const TSSKEYGENROUNDS + const TSSKEYSIGNROUNDS + var File_messages_join_party_proto protoreflect.FileDescriptor + var File_messages_signature_notifier_proto protoreflect.FileDescriptor + var JoinPartyLeaderComm_ResponseType_name = map[int32]string + var JoinPartyLeaderComm_ResponseType_value = map[string]int32 + var KeysignSignature_Status_name = map[int32]string + var KeysignSignature_Status_value = map[string]int32 + type BroadcastConfirmMessage struct + Hash string + Key string + P2PID string + type BroadcastMsgChan struct + PeersID []peer.ID + WrappedMessage WrappedMessage + type JoinPartyLeaderComm struct + ID string + MsgType string + PeerIDs []string + Type JoinPartyLeaderComm_ResponseType + func (*JoinPartyLeaderComm) Descriptor() ([]byte, []int) + func (*JoinPartyLeaderComm) ProtoMessage() + func (x *JoinPartyLeaderComm) GetID() string + func (x *JoinPartyLeaderComm) GetMsgType() string + func (x *JoinPartyLeaderComm) GetPeerIDs() []string + func (x *JoinPartyLeaderComm) GetType() JoinPartyLeaderComm_ResponseType + func (x *JoinPartyLeaderComm) ProtoReflect() protoreflect.Message + func (x *JoinPartyLeaderComm) Reset() + func (x *JoinPartyLeaderComm) String() string + type JoinPartyLeaderComm_ResponseType int32 + const JoinPartyLeaderComm_LeaderNotReady + const JoinPartyLeaderComm_Success + const JoinPartyLeaderComm_Timeout + const JoinPartyLeaderComm_Unknown + const JoinPartyLeaderComm_UnknownPeer + func (JoinPartyLeaderComm_ResponseType) Descriptor() protoreflect.EnumDescriptor + func (JoinPartyLeaderComm_ResponseType) EnumDescriptor() ([]byte, []int) + func (JoinPartyLeaderComm_ResponseType) Type() protoreflect.EnumType + func (x JoinPartyLeaderComm_ResponseType) Enum() *JoinPartyLeaderComm_ResponseType + func (x JoinPartyLeaderComm_ResponseType) Number() protoreflect.EnumNumber + func (x JoinPartyLeaderComm_ResponseType) String() string + type JoinPartyRequest struct + ID string + func (*JoinPartyRequest) Descriptor() ([]byte, []int) + func (*JoinPartyRequest) ProtoMessage() + func (x *JoinPartyRequest) GetID() string + func (x *JoinPartyRequest) ProtoReflect() protoreflect.Message + func (x *JoinPartyRequest) Reset() + func (x *JoinPartyRequest) String() string + type KeysignSignature struct + ID string + KeysignStatus KeysignSignature_Status + Signatures [][]byte + func (*KeysignSignature) Descriptor() ([]byte, []int) + func (*KeysignSignature) ProtoMessage() + func (x *KeysignSignature) GetID() string + func (x *KeysignSignature) GetKeysignStatus() KeysignSignature_Status + func (x *KeysignSignature) GetSignatures() [][]byte + func (x *KeysignSignature) ProtoReflect() protoreflect.Message + func (x *KeysignSignature) Reset() + func (x *KeysignSignature) String() string + type KeysignSignature_Status int32 + const KeysignSignature_Failed + const KeysignSignature_Success + const KeysignSignature_Unknown + func (KeysignSignature_Status) Descriptor() protoreflect.EnumDescriptor + func (KeysignSignature_Status) EnumDescriptor() ([]byte, []int) + func (KeysignSignature_Status) Type() protoreflect.EnumType + func (x KeysignSignature_Status) Enum() *KeysignSignature_Status + func (x KeysignSignature_Status) Number() protoreflect.EnumNumber + func (x KeysignSignature_Status) String() string + type THORChainTSSMessageType uint8 + const TSSControlMsg + const TSSKeyGenMsg + const TSSKeyGenVerMsg + const TSSKeySignMsg + const TSSKeySignVerMsg + const TSSTaskDone + const Unknown + func (msgType THORChainTSSMessageType) String() string + type TssControl struct + Msg *WireMessage + ReqHash string + ReqKey string + RequestType THORChainTSSMessageType + type TssTaskNotifier struct + TaskDone bool + type WireMessage struct + Message []byte + RoundInfo string + Routing *btss.MessageRouting + Sig []byte + func (m *WireMessage) GetCacheKey() string + type WrappedMessage struct + MessageType THORChainTSSMessageType + MsgID string + Payload []byte