Class ContractCostParamEntry

java.lang.Object
org.stellar.sdk.xdr.ContractCostParamEntry

public class ContractCostParamEntry extends Object
ContractCostParamEntry's original definition in the XDR file is:
 struct ContractCostParamEntry {
     // use `ext` to add more terms (e.g. higher order polynomials) in the future
     ExtensionPoint ext;

     int64 constTerm;
     int64 linearTerm;
 };