- Cryptocurrency\Services\AbstractNuExplorerService
abstract class Cryptocurrency\Services \ AbstractNuExplorerService
- All known direct subclasses:
- NuBitsExplorer,NuSharesExplorer
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- Throws:
BalanceException if something happened and the balance could not be obtained.
public function getBlockCount(Logger $logger)
public function getDifficulty(Logger $logger)
- Returns:
the Proof of Work difficulty