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
/
OfferResponse
/
OfferResponse
Offer
Response
constructor
(
id
:
String
,
pagingToken
:
String
,
seller
:
String
,
sellingAsset
:
Asset
,
buyingAsset
:
Asset
,
amount
:
String
,
priceR
:
Price
,
price
:
String
,
lastModifiedLedger
:
Long
?
=
null
,
lastModifiedTime
:
String
?
=
null
,
sponsor
:
String
?
=
null
,
links
:
OfferResponse.Links
)