ClientDkgRound2State constructor

ClientDkgRound2State(
  1. DkgRound2Secret ourSecret,
  2. DkgCommitmentSet commitmentSet
)

Implementation

ClientDkgRound2State(this.ourSecret, this.commitmentSet);