stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.horizon.responses
/
LiquidityPoolResponse
/
LiquidityPoolResponse
Liquidity
Pool
Response
constructor
(
id
:
String
,
pagingToken
:
String
,
feeBp
:
Int
?
=
null
,
type
:
String
,
totalTrustlines
:
Long
?
=
null
,
totalShares
:
String
,
reserves
:
List
<
LiquidityPoolResponse.Reserve
>
=
emptyList()
,
lastModifiedLedger
:
Long
?
=
null
,
lastModifiedTime
:
String
?
=
null
,
links
:
LiquidityPoolResponse.Links
)