public class CheckTransaction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckTransaction.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Use this to decrease object lifetime (especially if you need to create final instance of this object)
|
java.lang.String |
getCoin() |
java.math.BigInteger |
getDueBlock() |
java.math.BigInteger |
getNonce() |
java.lang.String |
getPassphrase() |
SignatureSingleData |
getSignature() |
java.math.BigInteger |
getValue() |
static BytesData |
makeProof(MinterAddress address,
java.lang.String passphrase)
Create check proff
|
TransactionSign |
sign(PrivateKey privateKey) |
public static BytesData makeProof(MinterAddress address,
java.lang.String passphrase)
address - minter addresspassphrase - check passwordpublic void cleanup()
public java.lang.String getCoin()
public java.math.BigInteger getNonce()
public java.math.BigInteger getDueBlock()
public java.lang.String getPassphrase()
public java.math.BigInteger getValue()
public SignatureSingleData getSignature()
public TransactionSign sign(PrivateKey privateKey)