Package com.horizen.commitmenttreenative
Class ScExistenceProof
- java.lang.Object
-
- com.horizen.commitmenttreenative.ScExistenceProof
-
- All Implemented Interfaces:
AutoCloseable
public class ScExistenceProof extends Object implements AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static ScExistenceProofdeserialize(byte[] existanceProofBytes)voidfreeScExistenceProof()byte[]serialize()
-
-
-
Method Detail
-
freeScExistenceProof
public void freeScExistenceProof()
-
serialize
public byte[] serialize()
-
deserialize
public static ScExistenceProof deserialize(byte[] existanceProofBytes)
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-