Package org.stellar.sdk.xdr
Class LiquidityPoolWithdrawOp.LiquidityPoolWithdrawOpBuilder
java.lang.Object
org.stellar.sdk.xdr.LiquidityPoolWithdrawOp.LiquidityPoolWithdrawOpBuilder
- Enclosing class:
LiquidityPoolWithdrawOp
-
Method Summary
Modifier and TypeMethodDescriptionValue of theamountfield.build()liquidityPoolID(PoolID liquidityPoolID) Value of theliquidityPoolIDfield.minAmountA(Int64 minAmountA) Value of theminAmountAfield.minAmountB(Int64 minAmountB) Value of theminAmountBfield.toString()
-
Method Details
-
liquidityPoolID
public LiquidityPoolWithdrawOp.LiquidityPoolWithdrawOpBuilder liquidityPoolID(PoolID liquidityPoolID) Value of theliquidityPoolIDfield.- Parameters:
liquidityPoolID- theliquidityPoolIDfield value- Returns:
this.
-
amount
Value of theamountfield.- Parameters:
amount- theamountfield value- Returns:
this.
-
minAmountA
Value of theminAmountAfield.- Parameters:
minAmountA- theminAmountAfield value- Returns:
this.
-
minAmountB
Value of theminAmountBfield.- Parameters:
minAmountB- theminAmountBfield value- Returns:
this.
-
build
-
toString
-