Versions in this module Expand all Collapse all v0 v0.1.1 Feb 9, 2023 v0.1.0 Nov 25, 2022 Changes in this version + type MoneroKeyGen struct + func NewMoneroKeyGen(localP2PID string, conf common.TssConfig, localNodePubKey string, ...) *MoneroKeyGen + func (tKeyGen *MoneroKeyGen) GenerateNewKey(keygenReq Request) (string, error) + func (tKeyGen *MoneroKeyGen) GetTssCommonStruct() *common.TssCommon + func (tKeyGen *MoneroKeyGen) GetTssKeyGenChannels() chan *p2p.Message + type Request struct + BlockHeight int64 + Keys []string + Version string + WalletAddress string + func NewRequest(keys []string, blockHeight int64, version string) Request + type Response struct + Blame tb.Blame + PoolAddress string + Status common.Status + func NewResponse(addr string, status common.Status, blame tb.Blame) Response