EffectsChange
public enum EffectsChange : Sendable
Defines effect stream filter options for real-time effect updates.
-
Streams all effects from the network
Declaration
Swift
case allEffects(cursor: String?) -
Streams effects that changed the specified account
Declaration
Swift
case effectsForAccount(account: String, cursor: String?) -
Streams effects that occurred in the specified ledger
Declaration
Swift
case effectsForLedger(ledger: String, cursor: String?) -
Streams effects produced by the specified operation
Declaration
Swift
case effectsForOperation(operation: String, cursor: String?) -
Streams effects produced by the specified transaction
Declaration
Swift
case effectsForTransaction(transaction: String, cursor: String?) -
Streams effects affecting the specified liquidity pool
Declaration
Swift
case effectsForLiquidityPool(liquidityPool: String, cursor: String?)
View on GitHub
Install in Dash