类 ContractCallForm
- java.lang.Object
-
- io.nuls.v2.model.dto.BaseForm
-
- io.nuls.v2.model.dto.ContractBaseForm
-
- io.nuls.v2.model.dto.ContractCallForm
-
public class ContractCallForm extends ContractBaseForm
-
-
构造器概要
构造器 构造器 说明 ContractCallForm()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Object[]getArgs()StringgetContractAddress()StringgetMethodDesc()StringgetMethodName()String[][]getMultyAssetValues()longgetValue()voidsetArgs(Object[] args)voidsetContractAddress(String contractAddress)voidsetMethodDesc(String methodDesc)voidsetMethodName(String methodName)voidsetMultyAssetValues(String[][] multyAssetValues)voidsetValue(long value)-
从类继承的方法 io.nuls.v2.model.dto.ContractBaseForm
getGasLimit, getPassword, getPrice, getRemark, getSender, setGasLimit, setPassword, setPrice, setRemark, setSender
-
-
-
-
方法详细资料
-
getMultyAssetValues
public String[][] getMultyAssetValues()
-
setMultyAssetValues
public void setMultyAssetValues(String[][] multyAssetValues)
-
getContractAddress
public String getContractAddress()
-
setContractAddress
public void setContractAddress(String contractAddress)
-
getValue
public long getValue()
-
setValue
public void setValue(long value)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getMethodDesc
public String getMethodDesc()
-
setMethodDesc
public void setMethodDesc(String methodDesc)
-
getArgs
public Object[] getArgs()
-
setArgs
public void setArgs(Object[] args)
-
-