- Cryptocurrency\Services\AbstractChainzService
abstract class Cryptocurrency\Services \ AbstractChainzService
- All known direct subclasses:
- BlackcoinExplorer,VericoinExplorer,ViacoinExplorer
Explorers using Chainz https://chainz.cryptoid.info/
Method Summary
| Name | Description |
|---|---|
| __construct(Currency $currency, $args) | |
| getBalance($address, Logger $logger, $is_received = false) | There is no API that returns transactions for a given address. |
| getBalanceURL($address) | |
| getBlockCount(Logger $logger) | |
| getDifficulty(Logger $logger) | |
| getExplorerName() | |
| getExplorerURL() |
public function __construct(Currency $currency, $args)
public function getBalance($address, Logger $logger, $is_received = false)
There is no API that returns transactions for a given address.
- Defaults:
is_received=false- Throws:
BalanceException if something happened and the balance could not be obtained.
public function getBalanceURL($address)
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.