FindPaymentPathsResponse
public struct FindPaymentPathsResponse : Decodable, Sendable
-
records found in the response.
Declaration
Swift
public let records: [PaymentPathResponse] -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
-
Initializer - creates a new instance with parameters
Declaration
Swift
public init(records: [PaymentPathResponse])Parameters
operationsThe payment operations received from the Horizon API
linksThe links received from the Horizon API
View on GitHub
Install in Dash