OfferLinksResponse
public struct OfferLinksResponse : Decodable, Sendable
Navigation links for offer-related resources.
Provides hypermedia links to resources associated with an offer, including the offer itself and the account that created the offer.
See also:
- Stellar developer docs
- OfferResponse for complete offer details
- LinkResponse for individual link structure
-
Link to this offer resource (self reference).
Declaration
Swift
public let selflink: LinkResponse -
Link to the account that created this offer (offer maker).
Declaration
Swift
public let seller: 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