Package com.horizen.cswnative
Class CswUtxoProverData
- java.lang.Object
-
- com.horizen.cswnative.CswUtxoProverData
-
- All Implemented Interfaces:
AutoCloseable
public class CswUtxoProverData extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description CswUtxoProverData(ScUtxoOutput output, byte[] utxoInputSecretKey, MerklePath mstPathToOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()MerklePathgetMstPathToOutput()ScUtxoOutputgetOutput()byte[]getutxoInputSecretKey()
-
-
-
Constructor Detail
-
CswUtxoProverData
public CswUtxoProverData(ScUtxoOutput output, byte[] utxoInputSecretKey, MerklePath mstPathToOutput)
-
-
Method Detail
-
getOutput
public ScUtxoOutput getOutput()
-
getutxoInputSecretKey
public byte[] getutxoInputSecretKey()
-
getMstPathToOutput
public MerklePath getMstPathToOutput()
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-