This repository was archived by the owner on Sep 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 77use Electrum \Request \AbstractMethod ;
88use Electrum \Request \MethodInterface ;
99
10+ /**
11+ * Generating new address if you need more
12+ * @original_author Pascal Krason <p.krason@padr.io>
13+ */
1014class CreateNewAddress extends AbstractMethod implements MethodInterface
1115{
1216
Original file line number Diff line number Diff line change 66use 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 */
1212class CreateWallet extends AbstractMethod implements MethodInterface
1313{
Original file line number Diff line number Diff line change 77use Electrum \Request \AbstractMethod ;
88use Electrum \Request \MethodInterface ;
99
10+ /**
11+ * Return all loaded wallets
12+ * @original_author Pascal Krason <p.krason@padr.io>
13+ */
1014class ListWallets extends AbstractMethod implements MethodInterface
1115{
1216
Original file line number Diff line number Diff line change 77use Electrum \Request \AbstractMethod ;
88use Electrum \Request \MethodInterface ;
99
10+ /**
11+ * Load wallet
12+ * @original_author Pascal Krason <p.krason@padr.io>
13+ */
1014class LoadWallet extends AbstractMethod implements MethodInterface
1115{
1216
You can’t perform that action at this time.
0 commit comments