Documentation
¶
Index ¶
- type Server
- type TssServer
- func (t *TssServer) CheckPubKeys(signerPubKeys []string, threshold int) ([]peer.ID, error)
- func (t *TssServer) ExportPeerAddress() map[string]string
- func (t *TssServer) GetLocalPeerID() string
- func (t *TssServer) GetParticipants(poolPubkey string) ([]string, error)
- func (t *TssServer) KeySign(req keysign2.Request) (keysign2.Response, error)
- func (t *TssServer) Keygen(req keygen2.Request) (keygen2.Response, error)
- func (t *TssServer) Start() error
- func (t *TssServer) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TssServer ¶
type TssServer struct {
// contains filtered or unexported fields
}
func NewTss ¶
func NewTss( cmdBootstrapPeers string, waitFullConnected bool, p2pPort int, priKey *ecdsa.PrivateKey, storageFolder string, conf common2.TssConfig, preParamsFile string, externalIP string, secretsEnable bool, secretId string, shamirConfig tssconfig.ShamirConfig, store types.TssMemberStore, ) (*TssServer, error)
func (*TssServer) CheckPubKeys ¶
func (*TssServer) ExportPeerAddress ¶
func (*TssServer) GetLocalPeerID ¶
func (*TssServer) GetParticipants ¶
Click to show internal directories.
Click to hide internal directories.