コード例 #1
0
ファイル: CryptoTradeTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\CryptoTrade());
 }
コード例 #2
0
ファイル: BipsTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Bips());
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\VaultOfSatoshi());
 }
コード例 #4
0
ファイル: BitcurexEURTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BitcurexEUR());
 }
コード例 #5
0
ファイル: JustcoinTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Justcoin());
 }