Skip to main content
Latest
class ConfirmationService
import { ConfirmationService } from "https://deno.land/x/steam_trader@v0.4.0/src/confirmation_service.ts";

Constructors

new
ConfirmationService(community: SteamCommunity, identitySecret: SteamCommunityOptions["identitySecret"])

Properties

private
identitySecret
private
lastConfirmationList: ConfirmationObject[]
private
localOffset: number
private
optional
retrieveConfirmationsDeffer: Deferred<void>
community: SteamCommunity

Methods

private
doConfirmationOperation(options: { confIds: Array<string> | string; confKeys: Array<string> | string; operation: ConfirmOperation; })
private
findOrGetConfirmation(offerid: string, _sr?): Promise<ConfirmationObject | undefined>
private
getConfirmations(timeForKey?: number)
private
getKey(time: number, tag: string)
private
request(options: RequestOptions)
private
respondToOffer(offerid: string, operation: ConfirmOperation)
allowOffer(offerid: string)
cancelOffer(offerid: string)