PaymentsChange
public enum PaymentsChange : Sendable
Defines payment stream filter options for real-time payment updates.
-
Streams all payment operations from the network
Declaration
Swift
case allPayments(cursor: String?) -
Streams payments where the specified account is sender or receiver
Declaration
Swift
case paymentsForAccount(account: String, cursor: String?) -
Streams payments that occurred in the specified ledger
Declaration
Swift
case paymentsForLedger(ledger: String, cursor: String?) -
Streams payments that are part of the specified transaction
Declaration
Swift
case paymentsForTransaction(transaction: String, cursor: String?)
View on GitHub
Install in Dash