function __construct()
 {
     parent::__construct(new \Account\Wallet\CryptoTrade());
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Bips());
 }
 function __construct()
 {
     parent::__construct(new \Account\Wallet\VaultOfSatoshi());
 }
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BitcurexEUR());
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Justcoin());
 }