public class ProofGenerator extends Object
| 构造器和说明 |
|---|
ProofGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCircuitPath() |
String |
getInputsPath() |
String |
getProvingCodePath() |
boolean |
isEnable() |
void |
setCircuitPath(String circuitPath) |
void |
setEnable(boolean enable) |
void |
setInputsPath(String inputsPath) |
void |
setProvingCodePath(String provingCodePath) |
public boolean isEnable()
public void setEnable(boolean enable)
public String getProvingCodePath()
public void setProvingCodePath(String provingCodePath)
public String getCircuitPath()
public void setCircuitPath(String circuitPath)
public String getInputsPath()
public void setInputsPath(String inputsPath)
Copyright © 2022. All rights reserved.