Skip to main content
Module

x/steam_trader/mod.ts>TradeOffer#getExchangeDetails

https://deno.land/x/steam_trader
Latest
method TradeOffer.prototype.getExchangeDetails
Re-export
import { TradeOffer } from "https://deno.land/x/steam_trader@v0.4.0/mod.ts";

Parameters

optional
getDetailsIfFailed = [UNSUPPORTED]
  • If false and the trade's state is anything but Complete, InEscrow, or EscrowRollback, then the callback will report an error instead of returning the data to you. This is intended to prevent ignorant developers from blindly trusting the data they get without verifying that the trade has completed successfully. Defaults to false.