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
Modifier and TypeClassDescriptionstatic final class
Links connected to account.static final class
Represents liquidity pool reserves. -
Constructor Summary
ConstructorDescriptionLiquidityPoolResponse
(String id, String pagingToken, Integer feeBP, String type, Long totalTrustlines, String totalShares, List<LiquidityPoolResponse.Reserve> reserves, Long lastModifiedLedger, String lastModifiedTime, LiquidityPoolResponse.Links links) -
Method Summary
-
Constructor Details
-
LiquidityPoolResponse
-
-
Method Details