| Modifier and Type | Field and Description |
|---|---|
List<com.wavesplatform.wavesj.DataEntry<?>> |
data |
long |
fee |
Account |
sender |
| Modifier and Type | Method and Description |
|---|---|
WriteData |
binary(String key,
byte[] value) |
WriteData |
bool(String key,
boolean value) |
long |
calcFee() |
WriteData |
data(com.wavesplatform.wavesj.DataEntry<?>... data) |
WriteData |
fee(long fee) |
WriteData |
integer(String key,
long value) |
WriteData |
string(String key,
String value) |
static WriteData |
writeData(Account from) |
public Account sender
public List<com.wavesplatform.wavesj.DataEntry<?>> data
public long fee
public WriteData(Account from)
Copyright © 2019. All rights reserved.