public interface TransferTransaction extends Transaction, Signable, WithId
Modifier and Type | Field and Description |
---|---|
static byte |
TRANSFER |
V1, V2
Modifier and Type | Method and Description |
---|---|
long |
getAmount() |
String |
getAssetId() |
ByteString |
getAttachment() |
String |
getFeeAssetId() |
String |
getRecipient() |
getFee, getId, getSenderPublicKey, getTimestamp, getType, getVersion
static final byte TRANSFER
String getRecipient()
long getAmount()
String getAssetId()
String getFeeAssetId()
ByteString getAttachment()
Copyright © 2019. All rights reserved.