类 ImputedGasContractCallForm
- java.lang.Object
-
- io.nuls.v2.model.dto.BaseForm
-
- io.nuls.v2.model.dto.ImputedGasContractCallForm
-
public class ImputedGasContractCallForm extends BaseForm
-
-
构造器概要
构造器 构造器 说明 ImputedGasContractCallForm()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Object[]getArgs()String[][]getArgs(String[] types)StringgetContractAddress()StringgetMethodDesc()StringgetMethodName()String[][]getMultyAssetValues()StringgetSender()BigIntegergetValue()voidsetArgs(Object[] args)voidsetContractAddress(String contractAddress)voidsetMethodDesc(String methodDesc)voidsetMethodName(String methodName)voidsetMultyAssetValues(String[][] multyAssetValues)voidsetSender(String sender)voidsetValue(BigInteger value)
-
-
-
方法详细资料
-
getMultyAssetValues
public String[][] getMultyAssetValues()
-
setMultyAssetValues
public void setMultyAssetValues(String[][] multyAssetValues)
-
getSender
public String getSender()
-
setSender
public void setSender(String sender)
-
getValue
public BigInteger getValue()
-
setValue
public void setValue(BigInteger value)
-
getContractAddress
public String getContractAddress()
-
setContractAddress
public void setContractAddress(String contractAddress)
-
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)
-
-