Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 528b612

Browse files
author
Dmitriy Saftiuc
committed
PHPDoc added
1 parent ede2898 commit 528b612

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

src/Request/Method/Address/CreateNewAddress.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Electrum\Request\AbstractMethod;
88
use Electrum\Request\MethodInterface;
99

10+
/**
11+
* Generating new address if you need more
12+
* @original_author Pascal Krason <p.krason@padr.io>
13+
*/
1014
class CreateNewAddress extends AbstractMethod implements MethodInterface
1115
{
1216

src/Request/Method/Wallet/CreateWallet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Electrum\Request\MethodInterface;
77

88
/**
9-
* Return the balance of your wallet
10-
* @author Pascal Krason <p.krason@padr.io>
9+
* Return newly created wallet
10+
* @original_author Pascal Krason <p.krason@padr.io>
1111
*/
1212
class CreateWallet extends AbstractMethod implements MethodInterface
1313
{

src/Request/Method/Wallet/ListWallets.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Electrum\Request\AbstractMethod;
88
use Electrum\Request\MethodInterface;
99

10+
/**
11+
* Return all loaded wallets
12+
* @original_author Pascal Krason <p.krason@padr.io>
13+
*/
1014
class ListWallets extends AbstractMethod implements MethodInterface
1115
{
1216

src/Request/Method/Wallet/LoadWallet.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Electrum\Request\AbstractMethod;
88
use Electrum\Request\MethodInterface;
99

10+
/**
11+
* Load wallet
12+
* @original_author Pascal Krason <p.krason@padr.io>
13+
*/
1014
class LoadWallet extends AbstractMethod implements MethodInterface
1115
{
1216

0 commit comments

Comments
 (0)