Members
Loading internal libraries
Type:
- Source:
(constant) Winston
Loading logger
- Source:
Type Definitions
acceptedTradesCallback(error, acceptedTrades)
Parameters:
Name |
Type |
Description |
error |
Error
|
An error message if the process failed, undefined if successful |
acceptedTrades |
Array
|
An array of trades that were confirmed in the process. |
- Source:
callbackErrorOnly(error)
Parameters:
Name |
Type |
Description |
error |
Error
|
An error message if the process failed, undefined if successful |
- Source:
callbackRequestAPI(error, body)
Parameters:
Name |
Type |
Description |
error |
Error
|
An error message if the process failed, undefined if successful |
body |
Object
|
An object of the parsed response (undefined if failed) |
- Source:
confirmationsCallback(error, confirmations)
Parameters:
Name |
Type |
Description |
error |
Error
|
An error message if the process failed, undefined if successful |
confirmations |
Array
|
An array of Confirmations |
- Source:
inventoryCallback(error, inventory, currencies)
Parameters:
Name |
Type |
Description |
error |
Error
|
An error message if the process failed, undefined if successful |
inventory |
Array
|
An array of Items returned via fetch (if undefined, then game is not owned by user) |
currencies |
Array
|
An array of currencies (Only a few games use this) - (if undefined, then game is not owned by user) |
- Source: