GitHub Posted February 12, 2017 Report Posted February 12, 2017 Added TradeOffer#getExchangeDetails View on GitHub Quote
Vikas Kapadiya Posted February 13, 2017 Report Posted February 13, 2017 an example of that function would be great. Quote
Dr. McKay Posted February 13, 2017 Report Posted February 13, 2017 offer.getExchangeDetails(function(err, status, tradeInitTime, receivedItems, sentItems) { console.log("Trade status is " + status + ", init time " + tradeInitTime + ", and we received " + receivedItems.length + " items and sent " + sentItems.length + " items."); }); 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.