- Cryptocurrency\Services\AbstractHTMLService
- Cryptocurrency\Services\AbstractAbeService
abstract class Cryptocurrency\Services \ AbstractAbeService
- All known direct subclasses:
- DarkcoinExplorer,Dogechain,IxcoinExplorer,LitecoinExplorer,NamecoinExplorer,NetcoinExplorer
Implements some common HTML stripping functionality for various services. (from AbstractHTMLService)
Method Summary
Inherited Method Summary
Name | Description |
---|---|
stripHTML($html) | (from AbstractHTMLService) |
public function __construct(Currency $currency, $args)
public function foundNoTransactions(Logger $logger)
No transactions were found; possibly throw a BalanceException.
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 getBalanceAtBlock($address, $block = null, Logger $logger, $is_received = false)
- Parameters:
$block
- may benull
- Defaults:
block
=null
is_received
=false
- Throws:
BalanceException if something happened and the balance could not be obtained.