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
/
AccountResponse
/
Links
Links
@
Serializable
data
class
Links
(
val
self
:
Link
,
val
transactions
:
Link
,
val
operations
:
Link
,
val
payments
:
Link
,
val
effects
:
Link
,
val
offers
:
Link
,
val
trades
:
Link
,
val
data
:
Link
)
HAL links connected to the account.
Members
Constructors
Links
Link copied to clipboard
constructor
(
self
:
Link
,
transactions
:
Link
,
operations
:
Link
,
payments
:
Link
,
effects
:
Link
,
offers
:
Link
,
trades
:
Link
,
data
:
Link
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
Link
effects
Link copied to clipboard
@
SerialName
(
value
=
"effects"
)
val
effects
:
Link
offers
Link copied to clipboard
@
SerialName
(
value
=
"offers"
)
val
offers
:
Link
operations
Link copied to clipboard
@
SerialName
(
value
=
"operations"
)
val
operations
:
Link
payments
Link copied to clipboard
@
SerialName
(
value
=
"payments"
)
val
payments
:
Link
self
Link copied to clipboard
@
SerialName
(
value
=
"self"
)
val
self
:
Link
trades
Link copied to clipboard
@
SerialName
(
value
=
"trades"
)
val
trades
:
Link
transactions
Link copied to clipboard
@
SerialName
(
value
=
"transactions"
)
val
transactions
:
Link