class Cryptocurrency\Services \ MyNxtInfo


Implements some common HTML stripping functionality for various services. (from AbstractHTMLService)


Method Summary

Name Description
__construct()
getBalance($address, Logger $logger, $is_received = false)
getBlockCount(Logger $logger)

Inherited Method Summary

Name Description
stripHTML($html) (from AbstractHTMLService)

public function __construct()


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)