Versions in this module Expand all Collapse all v0 v0.13.1 Oct 31, 2019 Changes in this version + type Config struct + ID uint64 + IncomingCh <-chan *commands.CommandRequest + JobQueue chan<- *jobpacket.JobPacket + Log *logger.Logger + NymClient *nymclient.Client + Params *coconut.Params + Store *storage.Database + type IssuerWorker struct + type ServerWorker struct + func New(cfg *Config) (*ServerWorker, error) + func (sw *ServerWorker) RegisterAsFaucet(privateKey *ecdsa.PrivateKey, nodeAddress string, ...) error + func (sw *ServerWorker) RegisterAsIssuer(tsk *coconut.ThresholdSecretKey, tvk *coconut.ThresholdVerificationKey) error + func (sw *ServerWorker) RegisterAsProvider(avk *coconut.VerificationKey, privateKey *ecdsa.PrivateKey, ...) error + func (sw *ServerWorker) RegisterAsVerifier(avk *coconut.VerificationKey, privateKey *ecdsa.PrivateKey) error + func (sw *ServerWorker) RegisterHandler(o interface{}, hfn commandhandler.HandlerFunc, ...) + func (sw *ServerWorker) WithEcdsaKey(key *ecdsa.PrivateKey) + type VerificationWorker struct