Class StaticGasProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      StaticGasProvider​(java.math.BigInteger gasPrice, java.math.BigInteger gasLimit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getGasLimit()  
      java.math.BigInteger getGasLimit​(java.lang.String contractFunc)  
      java.math.BigInteger getGasPrice()  
      java.math.BigInteger getGasPrice​(java.lang.String contractFunc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StaticGasProvider

        public StaticGasProvider​(java.math.BigInteger gasPrice,
                                 java.math.BigInteger gasLimit)