Risse Posted July 21, 2023 Report Posted July 21, 2023 how can I view the status of the exchange offer I sent by its unique ID? Without using the function manager.on('sentOfferChanged', function(offer, old State) { console.log(`Offer #${offer.id} changed: ${TradeOfferManager.ETradeOfferState[oldState]} -> ${TradeOfferManager.ETradeOfferState[offer.state]}`); }) ) because it works very rarely Quote
Dr. McKay Posted July 22, 2023 Report Posted July 22, 2023 Use getOffer to retrieve a TradeOffer by its ID. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.