public class LiquidityPool
extends java.lang.Object
Constructor and Description |
---|
LiquidityPool(LiquidityPoolID id,
java.lang.Integer feeBP,
org.stellar.sdk.xdr.LiquidityPoolType type,
java.lang.Long totalTrustlines,
java.lang.String totalShares,
AssetAmount[] reserves) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getFeeBP() |
LiquidityPoolID |
getID() |
AssetAmount[] |
getReserves() |
java.lang.String |
getTotalShares() |
java.lang.Long |
getTotalTrustlines() |
org.stellar.sdk.xdr.LiquidityPoolType |
getType() |
public LiquidityPool(LiquidityPoolID id, java.lang.Integer feeBP, org.stellar.sdk.xdr.LiquidityPoolType type, java.lang.Long totalTrustlines, java.lang.String totalShares, AssetAmount[] reserves)
public LiquidityPoolID getID()
public java.lang.Integer getFeeBP()
public org.stellar.sdk.xdr.LiquidityPoolType getType()
public java.lang.Long getTotalTrustlines()
public java.lang.String getTotalShares()
public AssetAmount[] getReserves()