Versions in this module Expand all Collapse all v0 v0.1.0 Oct 27, 2023 Changes in this version + type Request struct + BlockHeight int64 + Keys []string + Version string + func NewRequest(keys []string, blockHeight int64, version string) Request + type Response struct + Blame blame.Blame + PoolAddress string + PubKey string + Status common.Status + func NewResponse(pk, addr string, status common.Status, blame blame.Blame) Response + type TssKeyGen struct + func NewTssKeyGen(localP2PID string, conf common.TssConfig, localNodePubKey string, ...) *TssKeyGen + func (tKeyGen *TssKeyGen) GenerateNewKey(keygenReq Request) (*bcrypto.ECPoint, error) + func (tKeyGen *TssKeyGen) GetTssCommonStruct() *common.TssCommon + func (tKeyGen *TssKeyGen) GetTssKeyGenChannels() chan *p2p.Message