Package org.stellar.sdk.xdr
Class ClaimLiquidityAtom.ClaimLiquidityAtomBuilder
java.lang.Object
org.stellar.sdk.xdr.ClaimLiquidityAtom.ClaimLiquidityAtomBuilder
- Enclosing class:
ClaimLiquidityAtom
-
Method Summary
Modifier and TypeMethodDescriptionamountBought(Int64 amountBought) Value of theamountBoughtfield.amountSold(Int64 amountSold) Value of theamountSoldfield.assetBought(Asset assetBought) Value of theassetBoughtfield.Value of theassetSoldfield.build()liquidityPoolID(PoolID liquidityPoolID) Value of theliquidityPoolIDfield.toString()
-
Method Details
-
liquidityPoolID
Value of theliquidityPoolIDfield.- Parameters:
liquidityPoolID- theliquidityPoolIDfield value- Returns:
this.
-
assetSold
Value of theassetSoldfield.- Parameters:
assetSold- theassetSoldfield value- Returns:
this.
-
amountSold
Value of theamountSoldfield.- Parameters:
amountSold- theamountSoldfield value- Returns:
this.
-
assetBought
Value of theassetBoughtfield.- Parameters:
assetBought- theassetBoughtfield value- Returns:
this.
-
amountBought
Value of theamountBoughtfield.- Parameters:
amountBought- theamountBoughtfield value- Returns:
this.
-
build
-
toString
-