PathPaymentOperationResponse
public class PathPaymentOperationResponse : OperationResponse, @unchecked Sendable
Represents a path payment operation response. See Stellar developer docs
-
Amount received by the destination.
Declaration
Swift
public let amount: String -
Amount sent from the source.
Declaration
Swift
public let sourceAmount: String -
Account ID of the payment sender.
Declaration
Swift
public let from: String -
Multiplexed account address of the sender (if used).
Declaration
Swift
public let fromMuxed: String? -
ID of the multiplexed sender account (if used).
Declaration
Swift
public let fromMuxedId: String? -
Account ID of the payment recipient.
Declaration
Swift
public let to: String -
Multiplexed account address of the recipient (if used).
Declaration
Swift
public let toMuxed: String? -
ID of the multiplexed recipient account (if used).
Declaration
Swift
public let toMuxedId: String? -
Destination asset type (native / alphanum4 / alphanum12).
Declaration
Swift
public let assetType: String -
Destination asset code.
Declaration
Swift
public let assetCode: String? -
Destination asset issuer.
Declaration
Swift
public let assetIssuer: String? -
Source asset type (native / alphanum4 / alphanum12).
Declaration
Swift
public let sourceAssetType: String? -
Source asset code.
Declaration
Swift
public let sourceAssetCode: String? -
Source asset issuer.
Declaration
Swift
public let sourceAssetIssuer: String? -
Path of asset conversions from source to destination.
Declaration
Swift
public let path: [OfferAssetResponse]? -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash