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
/
PathResponse
/
PathResponse
Path
Response
constructor
(
destinationAmount
:
String
,
destinationAssetType
:
String
,
destinationAssetCode
:
String
?
=
null
,
destinationAssetIssuer
:
String
?
=
null
,
sourceAmount
:
String
,
sourceAssetType
:
String
,
sourceAssetCode
:
String
?
=
null
,
sourceAssetIssuer
:
String
?
=
null
,
path
:
List
<
Asset
>
)