You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, It not really possible to generate a nonce, via proofService.generateNonceForProofRequest() without a lot of hassle because you need to instantiate the proofService.
We should add a way to generate this nonce without instantiating this whole class, or we should create it for the user if nothing is provided in the options of the constructor for the proofRequest class.
The text was updated successfully, but these errors were encountered:
Right now, It not really possible to generate a nonce, via
proofService.generateNonceForProofRequest()
without a lot of hassle because you need to instantiate theproofService
.We should add a way to generate this nonce without instantiating this whole class, or we should create it for the user if nothing is provided in the
options
of the constructor for theproofRequest
class.The text was updated successfully, but these errors were encountered: