Class ContractCostParamEntry

java.lang.Object
org.stellar.sdk.xdr.ContractCostParamEntry
All Implemented Interfaces:
XdrElement

public class ContractCostParamEntry extends Object implements XdrElement
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;
 };