OffersChange
public enum OffersChange : Sendable
Defines offer stream filter options for real-time DEX offer updates.
-
allOffers(seller:sellingAssetType: sellingAssetCode: sellingAssetIssuer: buyingAssetType: buyingAssetCode: buyingAssetIssuer: sponsor: cursor: order: ) Streams all offers filtered by asset pair, seller, or sponsor
Declaration
Swift
case allOffers(seller:String?, sellingAssetType:String, sellingAssetCode:String?, sellingAssetIssuer:String?, buyingAssetType:String, buyingAssetCode:String?, buyingAssetIssuer:String?, sponsor:String?, cursor:String?, order:Order?) -
Streams offers created by the specified account
Declaration
Swift
case offersForAccount(account:String, cursor:String?)
View on GitHub
Install in Dash