PaymentOperationResponse

public class PaymentOperationResponse : OperationResponse, @unchecked Sendable

Represents a payment operation response. See Stellar developer docs

  • Amount of the asset sent.

    Declaration

    Swift

    public let amount: String
  • Asset type (native / alphanum4 / alphanum12).

    Declaration

    Swift

    public let assetType: String
  • Asset code being sent.

    Declaration

    Swift

    public let assetCode: String?
  • Asset issuer.

    Declaration

    Swift

    public let assetIssuer: 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?
  • to

    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?
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public required init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data