Private
Readonly
Checks the current ProvingManager status wither it is proving with a Worker(browser) or directly(Nodejs), accordingly it will run to write private function ProvingManager.proveWithWorker for browser,And ProvingManager.proveWithoutWorker for Nodejs
ProvingManager
ProvingManager.proveWithWorker
ProvingManager.proveWithoutWorker
input for the manager
Static
Generated using TypeDoc
Checks the current
ProvingManager
status wither it is proving with a Worker(browser) or directly(Nodejs), accordingly it will run to write private functionProvingManager.proveWithWorker
for browser,AndProvingManager.proveWithoutWorker
for Nodejs