Skip to content

Commit

Permalink
WSSClient
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrguric committed Oct 26, 2023
1 parent 4944354 commit 7aac19a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client
/**
* XRPL Client constructor.
* @param array $config
* @param
* @param ?XRPLWinHttpClientInterface $httpClient
*/
public function __construct(array $config, ?XRPLWinHttpClientInterface $httpClient = null)
{
Expand Down
11 changes: 11 additions & 0 deletions src/WSSClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php declare(strict_types=1);

namespace XRPLWin\XRPL;

#use XRPLWin\XRPL\Client\XRPLWinHttpClientInterface;
#use XRPLWin\XRPL\Client\Guzzle\HttpClient;

class WSSClient
{
//Todo
}

0 comments on commit 7aac19a

Please sign in to comment.