Enum Class LiquidityPoolType

java.lang.Object
java.lang.Enum<LiquidityPoolType>
org.stellar.sdk.xdr.LiquidityPoolType
All Implemented Interfaces:
Serializable, Comparable<LiquidityPoolType>, Constable

public enum LiquidityPoolType extends Enum<LiquidityPoolType>
LiquidityPoolType's original definition in the XDR file is:
 enum LiquidityPoolType
 {
     LIQUIDITY_POOL_CONSTANT_PRODUCT = 0
 };