GitHub Posted February 12, 2017 Report Share Posted February 12, 2017 Added TradeOffer#getExchangeDetails View on GitHub Quote Link to comment Share on other sites More sharing options...
Vikas Kapadiya Posted February 13, 2017 Report Share Posted February 13, 2017 an example of that function would be great. Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted February 13, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
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.