public class TransferTransaction extends Transaction implements RecipientTransaction
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Message> |
getMessage()
Returns transaction message.
|
java.util.List<Mosaic> |
getMosaics()
Returns list of mosaic objects.
|
UnresolvedAddress |
getRecipient()
Returns address of the recipient.
|
createTransactionHash, getDeadline, getGroup, getMaxFee, getNetworkType, getRecordId, getSignature, getSignBytes, getSigner, getSize, getTransactionInfo, getType, getVersion, hasMissingSignatures, isConfirmed, isPartial, isTransactionFullyLoaded, isUnannounced, isUnconfirmed, serialize, signWith, toAggregate
public UnresolvedAddress getRecipient()
getRecipient
in interface RecipientTransaction
public java.util.List<Mosaic> getMosaics()
Mosaic
public java.util.Optional<Message> getMessage()