Provides utility functions
Class |
|
Undocumented |
Function | account |
Undocumented |
Function | calculate |
Calculate the price including the publisher's fee and the Steam fee. |
Function | calculate |
Calculate the price without the publisher's fee and the Steam fee. |
Function | create |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | load |
Undocumented |
Function | login |
Undocumented |
Function | merge |
Undocumented |
Function | merge |
Undocumented |
Function | merge |
Undocumented |
Function | merge |
Undocumented |
Function | merge |
Undocumented |
Function | ping |
Undocumented |
Function | steam |
Undocumented |
Function | text |
Undocumented |
Function | texts |
Undocumented |
Decimal
, publisher_fee: Decimal
, steam_fee: Decimal
= Decimal(Decimal
:
(source)
¶
Calculate the price including the publisher's fee and the Steam fee.
@param price_net (Decimal): The amount that the seller receives after a market transaction. @param publisher_fee (Decimal): The Publisher Fee is a game specific fee that is determined and collected by the game publisher. Most publishers have a 10% fee - Decimal('0.10') with a minimum fee of $0.01.
@param steam_fee (Decimal): The Steam Transaction Fee is collected by Steam and is used to protect against nominal fraud incidents and cover the cost of development of this and future Steam economy features. The fee is currently 5% (with a minimum fee of $0.01). This fee may be increased or decreased by Steam in the future.
@return: Decimal: Gross price (including fees) - the amount that the buyer pays during a market transaction.
Decimal
, publisher_fee: Decimal
, steam_fee: Decimal
= Decimal(Decimal
:
(source)
¶
Calculate the price without the publisher's fee and the Steam fee.
@param price_gross (Decimal): The amount that the buyer pays during a market transaction. @param publisher_fee (Decimal): The Publisher Fee is a game specific fee that is determined and collected by the game publisher. Most publishers have a 10% fee - Decimal('0.10') with a minimum fee of $0.01. @param steam_fee (Decimal): The Steam Transaction Fee is collected by Steam and is used to protect against nominal fraud incidents and cover the cost of development of this and future Steam economy features. The fee is currently 5% (with a minimum fee of $0.01). This fee may be increased or decreased by Steam in the future.
@return: Decimal: Net price (without fees) - the amount that the seller receives after a market transaction.
dict
, game: GameOptions
) -> dict
:
(source)
¶
Undocumented
dict
, ids_to_assets_address: dict
, descriptions: dict
) -> dict
:
(source)
¶
Undocumented