- Cryptocurrency\Services\AbstractChainzService
- Cryptocurrency\Services\ViacoinExplorer
class Cryptocurrency\Services \ ViacoinExplorer
Represents something that can fetch Viacoin statistics.
TODO it may be possible to do confirmations
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)