public class Entry extends Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
static com.wavesplatform.wavesj.DataEntry.BinaryEntry |
binary(String key,
byte[] value) |
static com.wavesplatform.wavesj.DataEntry.BooleanEntry |
bool(String key,
boolean value) |
static com.wavesplatform.wavesj.DataEntry.LongEntry |
integer(String key,
long value) |
static com.wavesplatform.wavesj.DataEntry.StringEntry |
string(String key,
String value) |
public static com.wavesplatform.wavesj.DataEntry.BinaryEntry binary(String key, byte[] value)
public static com.wavesplatform.wavesj.DataEntry.BooleanEntry bool(String key, boolean value)
public static com.wavesplatform.wavesj.DataEntry.LongEntry integer(String key, long value)
Copyright © 2019. All rights reserved.