- Cryptocurrency\Services\AbstractCryptoCoinExplorerService
abstract class Cryptocurrency\Services \ AbstractCryptoCoinExplorerService
- All known direct subclasses:
- 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.
Method Summary
Name | Description |
---|---|
__construct(Currency $currency, $args) | |
getBalance($address, Logger $logger) | There is no API that returns transactions for a given address. |
getBlockCount(Logger $logger) | |
getDifficulty(Logger $logger) |
public function __construct(Currency $currency, $args)
public function getBalance($address, Logger $logger)
There is no API that returns transactions for a given address.
- Throws:
BalanceException if something happened and the balance could not be obtained.
public function getBlockCount(Logger $logger)
- Throws:
BlockException if something happened and the balance could not be obtained.
public function getDifficulty(Logger $logger)
- Throws:
DifficultyException if something happened and the balance could not be obtained.