ClaimableBalanceLinksResponse
public struct ClaimableBalanceLinksResponse : Decodable, Sendable
Navigation links for claimable balance-related resources.
Provides hypermedia links to resources associated with a claimable balance. Currently only includes a self reference to the claimable balance resource.
See also:
- Stellar developer docs
- ClaimableBalanceResponse for complete details
-
Link to this claimable balance resource (self reference).
Declaration
Swift
public let selflink: 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