- Cryptocurrency\Services\AbstractHTMLService
- Cryptocurrency\Services\NovacoinExplorer
class Cryptocurrency\Services \ NovacoinExplorer
Implements some common HTML stripping functionality for various services. (from AbstractHTMLService)
Method Summary
Name | Description |
---|---|
__construct() | |
getBalance($address, Logger $logger) | |
getBlockCount(Logger $logger) | |
getDifficulty(Logger $logger) | We return the Proof of Work difficulty for this currency. |
Inherited Method Summary
Name | Description |
---|---|
stripHTML($html) | (from AbstractHTMLService) |
public function __construct()
public function getBalance($address, Logger $logger)
- Throws:
BalanceException if something happened and the balance could not be obtained.
public function getBlockCount(Logger $logger)
public function getDifficulty(Logger $logger)
We return the Proof of Work difficulty for this currency.