DhGenFail constructor

const DhGenFail({
  1. required Int128 nonce,
  2. required Int128 serverNonce,
  3. required Int128 newNonceHash3,
})

Dh Gen Fail constructor.

Implementation

const DhGenFail({
  required this.nonce,
  required this.serverNonce,
  required this.newNonceHash3,
}) : super._();