Class DefaultGasProvider

java.lang.Object
org.fisco.bcos.sdk.transaction.model.gas.DefaultGasProvider
All Implemented Interfaces:
ContractGasProvider

public class DefaultGasProvider
extends java.lang.Object
implements ContractGasProvider
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.math.BigInteger GAS_LIMIT  
    static java.math.BigInteger GAS_PRICE  
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultGasProvider()  
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getGasLimit()  
    java.math.BigInteger getGasPrice()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait