- Cryptocurrency\Services\AbstractInsightService
abstract class Cryptocurrency\Services \ AbstractInsightService
- All known direct subclasses:
- ReddcoinExplorer
Explorers using Insight https://insight.is/
Method Summary
Name | Description |
---|---|
__construct(Currency $currency, $args) | |
getBalance($address, Logger $logger, $is_received = false) | |
getBlockCount(Logger $logger) | |
getDifficulty(Logger $logger) |
public function __construct(Currency $currency, $args)
public function getBalance($address, Logger $logger, $is_received = false)
- Defaults:
is_received
=false
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.