类 ImputedGasContractCallForm


  • public class ImputedGasContractCallForm
    extends BaseForm
    • 构造器详细资料

      • ImputedGasContractCallForm

        public ImputedGasContractCallForm()
    • 方法详细资料

      • getMultyAssetValues

        public String[][] getMultyAssetValues()
      • setMultyAssetValues

        public void setMultyAssetValues​(String[][] multyAssetValues)
      • getSender

        public String getSender()
      • setSender

        public void setSender​(String sender)
      • 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)