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