WcVerifyKey constructor

WcVerifyKey({
  1. required BigInt qx,
  2. required BigInt qy,
  3. int? expiresAt,
})

Implementation

WcVerifyKey({required this.qx, required this.qy, this.expiresAt});