- Cryptocurrency\Services\AbstractHTMLService
- Cryptocurrency\Services\AbstractAbeService
- Cryptocurrency\Services\NamecoinExplorer
- Cryptocurrency\Services\AbstractAbeService
class Cryptocurrency\Services \ NamecoinExplorer
Implements some common HTML stripping functionality for various services. (from AbstractHTMLService)
Method Summary
Name | Description |
---|---|
__construct() |
Inherited Method Summary
Name | Description |
---|---|
stripHTML($html) | (from AbstractHTMLService) |
foundNoTransactions(Logger $logger) | No transactions were found; possibly throw a BalanceException. (from AbstractAbeService) |
getBalance($address, Logger $logger, $is_received = false) | (from AbstractAbeService) |
getBalanceAtBlock($address, $block = null, Logger $logger, $is_received = false) | (from AbstractAbeService) |
getBlockCount(Logger $logger) | (from AbstractAbeService) |
getDifficulty(Logger $logger) | (from AbstractAbeService) |
public function __construct()
- Overrides:
- __construct(Currency $currency, $args)