@@ -2,15 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Vrajroham\LaravelBitpay\Commands; |
| 4 | 4 | |
| 5 | -use Bitpay\SinKey; |
|
| 6 | -use Bitpay\PublicKey; |
|
| 7 | -use Bitpay\PrivateKey; |
|
| 5 | +use Bitpay\Client\Adapter\CurlAdapter; |
|
| 6 | +use Bitpay\Client\BitpayException; |
|
| 7 | +use Bitpay\Client\Client as BitpayClient; |
|
| 8 | 8 | use Bitpay\Network\Livenet; |
| 9 | 9 | use Bitpay\Network\Testnet; |
| 10 | +use Bitpay\PrivateKey; |
|
| 11 | +use Bitpay\PublicKey; |
|
| 12 | +use Bitpay\SinKey; |
|
| 10 | 13 | use Illuminate\Console\Command; |
| 11 | -use Bitpay\Client\BitpayException; |
|
| 12 | -use Bitpay\Client\Adapter\CurlAdapter; |
|
| 13 | -use Bitpay\Client\Client as BitpayClient; |
|
| 14 | 14 | use Vrajroham\LaravelBitpay\Traits\CreateKeypairTrait; |
| 15 | 15 | |
| 16 | 16 | class CreateKeypair extends Command |