Package org.stellar.sdk.responses
Class LiquidityPoolResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.LiquidityPoolResponse
Represents liquidity pool response.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classLinks connected to account.static final classRepresents liquidity pool reserves. -
Constructor Summary
ConstructorsConstructorDescriptionLiquidityPoolResponse(LiquidityPoolID id, String pagingToken, Integer feeBP, LiquidityPoolType type, Long totalTrustlines, String totalShares, LiquidityPoolResponse.Reserve[] reserves, Long lastModifiedLedger, String lastModifiedTime, LiquidityPoolResponse.Links links) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
LiquidityPoolResponse
public LiquidityPoolResponse(LiquidityPoolID id, String pagingToken, Integer feeBP, LiquidityPoolType type, Long totalTrustlines, String totalShares, LiquidityPoolResponse.Reserve[] reserves, Long lastModifiedLedger, String lastModifiedTime, LiquidityPoolResponse.Links links)
-
-
Method Details