public class Arg extends Object
| Constructor and Description |
|---|
Arg() |
| Modifier and Type | Method and Description |
|---|---|
static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<Boolean> |
arg(boolean value) |
static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<com.wavesplatform.wavesj.ByteString> |
arg(byte[] value) |
static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<Long> |
arg(long value) |
static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<String> |
arg(String value) |
public static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<String> arg(String value)
public static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<Long> arg(long value)
public static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<Boolean> arg(boolean value)
public static com.wavesplatform.wavesj.transactions.InvokeScriptTransaction.FunctionalArg<com.wavesplatform.wavesj.ByteString> arg(byte[] value)
Copyright © 2019. All rights reserved.