Type Definitions
botAccountCallback(error, botAccount)
Callback response
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | An error message if the process failed, null if successful |
botAccount |
BotAccount | The bot chosen as part of the random choice |
confirmationsCallback(error, confirmations)
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | An error message if the process failed, null if successful |
confirmations |
Array | An array of Confirmations |
- Source:
errorCallback(error)
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | An error message if the process failed, null if successful |