- Cryptocurrency\Services\AbstractBlockrService
abstract class Cryptocurrency\Services \ AbstractBlockrService
- All known direct subclasses:
- DigitalcoinBlockr,MegacoinBlockr,PeercoinBlockr
Method Summary
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 getBalanceWithConfirmations($address, $confirmations, Logger $logger, $is_received = false)
- Defaults:
is_received
=false