DhGenRetry constructor

const DhGenRetry({
  1. required Int128 nonce,
  2. required Int128 serverNonce,
  3. required Int128 newNonceHash2,
})

Dh Gen Retry constructor.

Implementation

const DhGenRetry({
  required this.nonce,
  required this.serverNonce,
  required this.newNonceHash2,
}) : super._();