Class ClaimLiquidityAtom

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

public class ClaimLiquidityAtom extends Object
ClaimLiquidityAtom's original definition in the XDR file is:
 struct ClaimLiquidityAtom
 {
     PoolID liquidityPoolID;

     // amount and asset taken from the pool
     Asset assetSold;
     int64 amountSold;

     // amount and asset sent to the pool
     Asset assetBought;
     int64 amountBought;
 };