EffectLinksResponse
public struct EffectLinksResponse : Decodable, Sendable
Navigation links for effect-related resources.
Provides hypermedia links to resources associated with an effect, including the operation that produced it and chronologically adjacent effects.
See also:
- Stellar developer docs
- EffectResponse for complete effect details
- LinkResponse for individual link structure
-
Link to the operation that produced this effect.
Declaration
Swift
public let operation: LinkResponse -
Templated link to effects that occurred chronologically after this one.
Declaration
Swift
public let precedes: LinkResponse -
Templated link to effects that occurred chronologically before this one.
Declaration
Swift
public let succeeds: LinkResponse -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash