public class VRFProveResult extends Object implements AutoCloseable
| Constructor and Description |
|---|
VRFProveResult(VRFProof vrfProof,
FieldElement vrfOutput) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FieldElement |
getVRFOutput() |
VRFProof |
getVRFProof() |
public VRFProveResult(VRFProof vrfProof, FieldElement vrfOutput)
public VRFProof getVRFProof()
public FieldElement getVRFOutput()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020–2021. All rights reserved.