Class LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct

java.lang.Object
org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct
Enclosing class:
LiquidityPoolEntry.LiquidityPoolEntryBody

public static class LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct extends Object
LiquidityPoolEntryConstantProduct's original definition in the XDR file is:
 struct
         {
             LiquidityPoolConstantProductParameters params;

             int64 reserveA;        // amount of A in the pool
             int64 reserveB;        // amount of B in the pool
             int64 totalPoolShares; // total number of pool shares issued
             int64 poolSharesTrustLineCount; // number of trust lines for the
                                             // associated pool shares
         }