| Modifier and Type | Field and Description |
|---|---|
long |
amount |
String |
assetId |
String |
attachment |
long |
fee |
String |
feeAssetId |
String |
recipient |
Account |
sender |
| Modifier and Type | Method and Description |
|---|---|
Transfer |
amount(long amount) |
Transfer |
asset(String assetId) |
Transfer |
attachment(String message) |
long |
calcFee() |
Transfer |
fee(long fee) |
Transfer |
feeAsset(String assetId) |
Transfer |
to(Account account) |
Transfer |
to(String recipient) |
static Transfer |
transfer(Account from) |
public Account sender
public String recipient
public long amount
public String assetId
public String attachment
public long fee
public String feeAssetId
public Transfer(Account from)
Copyright © 2019. All rights reserved.