Members
(inner, constant) defaultFee :integer
- Source:
- Default Value:
- 100000
Default fee to use when no custom fee is set
Type:
- integer
Methods
(async, inner) autoMiningClaimer(userConfig)
- Source:
Searches for won blocks and submits the related claim transactions
Parameters:
Name | Type | Description |
---|---|---|
userConfig |
Array.<Object> |
(async, inner) promptUserConfig() → {Array.<Object>}
- Source:
Prompts the user for configuration options at the start of the script
Returns:
An object that contains properties for each question name and related answers as a values
- Type
- Array.<Object>