public class SecretProofTransaction extends Transaction implements RecipientTransaction
Constructor and Description |
---|
SecretProofTransaction(SecretProofTransactionFactory factory)
The transaction contructor using the factory.
|
Modifier and Type | Method and Description |
---|---|
LockHashAlgorithm |
getHashType()
Returns the hash algorithm secret is generated with.
|
java.lang.String |
getProof()
Returns proof.
|
UnresolvedAddress |
getRecipient()
Returns address of the recipient.
|
java.lang.String |
getSecret()
Returns the proof hashed.
|
createTransactionHash, getDeadline, getGroup, getMaxFee, getNetworkType, getRecordId, getSignature, getSignBytes, getSigner, getSize, getTransactionInfo, getType, getVersion, hasMissingSignatures, isConfirmed, isPartial, isTransactionFullyLoaded, isUnannounced, isUnconfirmed, serialize, signWith, toAggregate
public SecretProofTransaction(SecretProofTransactionFactory factory)
factory
- the factory with the configured data.public LockHashAlgorithm getHashType()
public java.lang.String getSecret()
public java.lang.String getProof()
public UnresolvedAddress getRecipient()
RecipientTransaction
getRecipient
in interface RecipientTransaction