Package org.stellar.sdk.xdr
Class LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder
java.lang.Object
org.stellar.sdk.xdr.LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder
public static class LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theparamsfield.poolSharesTrustLineCount(Int64 poolSharesTrustLineCount) Value of thepoolSharesTrustLineCountfield.Value of thereserveAfield.Value of thereserveBfield.toString()totalPoolShares(Int64 totalPoolShares) Value of thetotalPoolSharesfield.
-
Method Details
-
params
public LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder params(LiquidityPoolConstantProductParameters params) Value of theparamsfield.- Parameters:
params- theparamsfield value- Returns:
this.
-
reserveA
public LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder reserveA(Int64 reserveA) Value of thereserveAfield.- Parameters:
reserveA- thereserveAfield value- Returns:
this.
-
reserveB
public LiquidityPoolEntry.LiquidityPoolEntryBody.LiquidityPoolEntryConstantProduct.LiquidityPoolEntryConstantProductBuilder reserveB(Int64 reserveB) Value of thereserveBfield.- Parameters:
reserveB- thereserveBfield value- Returns:
this.
-
build
-
toString
-