Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptommer committed Oct 20, 2020
1 parent f255ee1 commit 6b962cd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/Objects/AccountResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Appino\Blockchain\Objects;

use Appino\Blockchain\Objects\Cache;
use Psy\Util\Json;

class AccountResponse{
/**
Expand Down Expand Up @@ -49,7 +47,6 @@ class AccountResponse{
*/

public function __construct($params){
//echo Json::encode($params);
if(is_null($params))
return;
$this->balance = data_get($params,'balance');
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/BalanceCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class BalanceCallback{

public $transaction_hash;
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/BlockCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class BlockCallback{

public $hash;
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class Cache{

public $receiveAccount;
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/LogResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class LogResponse{

/**
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/NotificationResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class NotificationResponse{
public $id;
public $address;
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/PaymentResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class PaymentResponse{
/**
* @var array of string
Expand Down
2 changes: 0 additions & 2 deletions src/Objects/ReceiveResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
namespace Appino\Blockchain\Objects;


use Psy\Util\Json;

class ReceiveResponse{
/**
* @var string
Expand Down
1 change: 0 additions & 1 deletion src/Objects/WalletAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Appino\Blockchain\Objects;

use Appino\Blockchain\Objects\Cache;
use Psy\Util\Json;

class WalletAddress{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/Objects/WalletResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Appino\Blockchain\Objects;

use Psy\Util\Json;
use function Sodium\add;

class WalletResponse{

/**
Expand Down

0 comments on commit 6b962cd

Please sign in to comment.