ParamLongAnswer constructor

ParamLongAnswer({
  1. List<LongAnswer> answers,
  2. int nonce,
  3. int epoch,
})

Implementation

ParamLongAnswer({
  this.answers,
  this.nonce,
  this.epoch,
});