TransactionsChange
public enum TransactionsChange : Sendable
Defines transaction stream filter options for real-time transaction updates.
-
Streams all transactions from the network
Declaration
Swift
case allTransactions(cursor: String?) -
Streams transactions where the specified account is the source
Declaration
Swift
case transactionsForAccount(account: String, cursor: String?) -
Streams transactions affecting the specified claimable balance
Declaration
Swift
case transactionsForClaimableBalance(claimableBalanceId: String, cursor: String?) -
Streams transactions that occurred in the specified ledger
Declaration
Swift
case transactionsForLedger(ledger: String, cursor: String?)
View on GitHub
Install in Dash