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(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