- Cryptocurrency\Services\AbstractChainzService
- Cryptocurrency\Services\BlackcoinExplorer
class Cryptocurrency\Services \ BlackcoinExplorer
Represents something that can fetch Vericoin statistics.
Method Summary
Name | Description |
---|---|
__construct() |
Inherited Method Summary
Name | Description |
---|---|
getBalance($address, Logger $logger, $is_received = false) | There is no API that returns transactions for a given address. (from AbstractChainzService) |
getBalanceURL($address) | (from AbstractChainzService) |
getBlockCount(Logger $logger) | (from AbstractChainzService) |
getDifficulty(Logger $logger) | (from AbstractChainzService) |
getExplorerName() | (from AbstractChainzService) |
getExplorerURL() | (from AbstractChainzService) |
public function __construct()
- Overrides:
- __construct(Currency $currency, $args)