Class LiquidityPoolWithdrawOp

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

public class LiquidityPoolWithdrawOp extends Object
LiquidityPoolWithdrawOp's original definition in the XDR file is:
 struct LiquidityPoolWithdrawOp
 {
     PoolID liquidityPoolID;
     int64 amount;     // amount of pool shares to withdraw
     int64 minAmountA; // minimum amount of first asset to withdraw
     int64 minAmountB; // minimum amount of second asset to withdraw
 };