public class SecretLockTransaction extends Transaction implements RecipientTransaction
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getDuration()
Returns duration for the funds to be released or returned.
|
LockHashAlgorithm |
getHashAlgorithm()
Returns the hash algorithm, secret is generated with.
|
Mosaic |
getMosaic()
Returns locked mosaic.
|
UnresolvedAddress |
getRecipient()
Returns the recipient of the funds.
|
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 Mosaic getMosaic()
public java.math.BigInteger getDuration()
public LockHashAlgorithm getHashAlgorithm()
public java.lang.String getSecret()
public UnresolvedAddress getRecipient()
getRecipient
in interface RecipientTransaction