- Cryptocurrency\Services\AbstractCryptoCoinExplorerService
- Cryptocurrency\Services\HobonickelsExplorer
class Cryptocurrency\Services \ HobonickelsExplorer
Explorers using CryptoCoinExplorer http://www.cryptocoinexplorer.com/api While there is a 'ledgers' API, this only returns time/tx/amount and not block number, so we cannot calculate Received Balance for an address. (from AbstractCryptoCoinExplorerService)
Method Summary
Name | Description |
---|---|
__construct() |
Inherited Method Summary
Name | Description |
---|---|
getBalance($address, Logger $logger) | There is no API that returns transactions for a given address. (from AbstractCryptoCoinExplorerService) |
getBlockCount(Logger $logger) | (from AbstractCryptoCoinExplorerService) |
getDifficulty(Logger $logger) | (from AbstractCryptoCoinExplorerService) |
public function __construct()
- Overrides:
- __construct(Currency $currency, $args)