KeyRegistrationTransactionResponse constructor

KeyRegistrationTransactionResponse({
  1. bool? nonParticipation,
  2. String? selectionParticipationKey,
  3. String? stateProofKey,
  4. int? voteFirstValid,
  5. int? voteLastValid,
  6. int? voteKeyDilution,
  7. String? voteParticipationKey,
})

Implementation

KeyRegistrationTransactionResponse({
  this.nonParticipation,
  this.selectionParticipationKey,
  this.stateProofKey,
  this.voteFirstValid,
  this.voteLastValid,
  this.voteKeyDilution,
  this.voteParticipationKey,
});