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