From 40e166e6202c4737bfe577f750412e227107b2da Mon Sep 17 00:00:00 2001 From: sc0vu Date: Mon, 4 Sep 2023 17:40:54 +0800 Subject: [PATCH] Clean code --- src/Methods/Eth/Accounts.php | 12 ------------ src/Methods/Eth/BlockNumber.php | 12 ------------ src/Methods/Eth/Call.php | 12 ------------ src/Methods/Eth/Coinbase.php | 12 ------------ src/Methods/Eth/EstimateGas.php | 12 ------------ src/Methods/Eth/FeeHistory.php | 12 ------------ src/Methods/Eth/GasPrice.php | 12 ------------ src/Methods/Eth/GetBalance.php | 12 ------------ src/Methods/Eth/GetBlockByHash.php | 12 ------------ src/Methods/Eth/GetBlockByNumber.php | 12 ------------ src/Methods/Eth/GetBlockTransactionCountByHash.php | 12 ------------ src/Methods/Eth/GetBlockTransactionCountByNumber.php | 12 ------------ src/Methods/Eth/GetCode.php | 12 ------------ src/Methods/Eth/GetFilterChanges.php | 12 ------------ src/Methods/Eth/GetFilterLogs.php | 12 ------------ src/Methods/Eth/GetLogs.php | 12 ------------ src/Methods/Eth/GetStorageAt.php | 12 ------------ .../Eth/GetTransactionByBlockHashAndIndex.php | 12 ------------ .../Eth/GetTransactionByBlockNumberAndIndex.php | 12 ------------ src/Methods/Eth/GetTransactionByHash.php | 12 ------------ src/Methods/Eth/GetTransactionCount.php | 12 ------------ src/Methods/Eth/GetTransactionReceipt.php | 12 ------------ src/Methods/Eth/GetUncleByBlockHashAndIndex.php | 12 ------------ src/Methods/Eth/GetUncleByBlockNumberAndIndex.php | 12 ------------ src/Methods/Eth/GetUncleCountByBlockHash.php | 12 ------------ src/Methods/Eth/GetUncleCountByBlockNumber.php | 12 ------------ src/Methods/Eth/GetWork.php | 12 ------------ src/Methods/Eth/Hashrate.php | 12 ------------ src/Methods/Eth/Mining.php | 12 ------------ src/Methods/Eth/NewBlockFilter.php | 12 ------------ src/Methods/Eth/NewFilter.php | 12 ------------ src/Methods/Eth/NewPendingTransactionFilter.php | 12 ------------ src/Methods/Eth/ProtocolVersion.php | 12 ------------ src/Methods/Eth/SendRawTransaction.php | 12 ------------ src/Methods/Eth/SendTransaction.php | 12 ------------ src/Methods/Eth/Sign.php | 12 ------------ src/Methods/Eth/SubmitHashrate.php | 12 ------------ src/Methods/Eth/SubmitWork.php | 12 ------------ src/Methods/Eth/Syncing.php | 12 ------------ src/Methods/Eth/UninstallFilter.php | 12 ------------ src/Methods/EthMethod.php | 11 ----------- src/Methods/Net/Listening.php | 12 ------------ src/Methods/Net/PeerCount.php | 12 ------------ src/Methods/Net/Version.php | 12 ------------ src/Methods/Personal/ListAccounts.php | 12 ------------ src/Methods/Personal/LockAccount.php | 12 ------------ src/Methods/Personal/NewAccount.php | 12 ------------ src/Methods/Personal/SendTransaction.php | 12 ------------ src/Methods/Personal/UnlockAccount.php | 12 ------------ src/Methods/Shh/AddToGroup.php | 12 ------------ src/Methods/Shh/GetFilterChanges.php | 12 ------------ src/Methods/Shh/GetMessages.php | 12 ------------ src/Methods/Shh/HasIdentity.php | 12 ------------ src/Methods/Shh/NewFilter.php | 12 ------------ src/Methods/Shh/NewGroup.php | 12 ------------ src/Methods/Shh/NewIdentity.php | 12 ------------ src/Methods/Shh/Post.php | 12 ------------ src/Methods/Shh/UninstallFilter.php | 12 ------------ src/Methods/Shh/Version.php | 12 ------------ src/Methods/Web3/ClientVersion.php | 12 ------------ src/Methods/Web3/Sha3.php | 12 ------------ 61 files changed, 731 deletions(-) diff --git a/src/Methods/Eth/Accounts.php b/src/Methods/Eth/Accounts.php index 4b752208..736826f3 100644 --- a/src/Methods/Eth/Accounts.php +++ b/src/Methods/Eth/Accounts.php @@ -43,16 +43,4 @@ class Accounts extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/BlockNumber.php b/src/Methods/Eth/BlockNumber.php index 7d6d33c4..ba1ca67b 100644 --- a/src/Methods/Eth/BlockNumber.php +++ b/src/Methods/Eth/BlockNumber.php @@ -46,16 +46,4 @@ class BlockNumber extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Call.php b/src/Methods/Eth/Call.php index 6a605e54..7ba4b5bd 100644 --- a/src/Methods/Eth/Call.php +++ b/src/Methods/Eth/Call.php @@ -56,16 +56,4 @@ class Call extends EthMethod protected $defaultValues = [ 1 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Coinbase.php b/src/Methods/Eth/Coinbase.php index 47027b17..abd754a0 100644 --- a/src/Methods/Eth/Coinbase.php +++ b/src/Methods/Eth/Coinbase.php @@ -43,16 +43,4 @@ class Coinbase extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/EstimateGas.php b/src/Methods/Eth/EstimateGas.php index 3f28b59e..ed6ea198 100644 --- a/src/Methods/Eth/EstimateGas.php +++ b/src/Methods/Eth/EstimateGas.php @@ -52,16 +52,4 @@ class EstimateGas extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/FeeHistory.php b/src/Methods/Eth/FeeHistory.php index 42763bc8..21121a91 100644 --- a/src/Methods/Eth/FeeHistory.php +++ b/src/Methods/Eth/FeeHistory.php @@ -57,16 +57,4 @@ class FeeHistory extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GasPrice.php b/src/Methods/Eth/GasPrice.php index 9218cc17..2cbacf56 100644 --- a/src/Methods/Eth/GasPrice.php +++ b/src/Methods/Eth/GasPrice.php @@ -46,16 +46,4 @@ class GasPrice extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetBalance.php b/src/Methods/Eth/GetBalance.php index 007e97b3..fbf24b75 100644 --- a/src/Methods/Eth/GetBalance.php +++ b/src/Methods/Eth/GetBalance.php @@ -59,16 +59,4 @@ class GetBalance extends EthMethod protected $defaultValues = [ 1 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetBlockByHash.php b/src/Methods/Eth/GetBlockByHash.php index f81eafda..b78c0ef2 100644 --- a/src/Methods/Eth/GetBlockByHash.php +++ b/src/Methods/Eth/GetBlockByHash.php @@ -51,16 +51,4 @@ class GetBlockByHash extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetBlockByNumber.php b/src/Methods/Eth/GetBlockByNumber.php index 5a19167a..8ba245c5 100644 --- a/src/Methods/Eth/GetBlockByNumber.php +++ b/src/Methods/Eth/GetBlockByNumber.php @@ -56,16 +56,4 @@ class GetBlockByNumber extends EthMethod protected $defaultValues = [ 0 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetBlockTransactionCountByHash.php b/src/Methods/Eth/GetBlockTransactionCountByHash.php index c8acb879..e318475c 100644 --- a/src/Methods/Eth/GetBlockTransactionCountByHash.php +++ b/src/Methods/Eth/GetBlockTransactionCountByHash.php @@ -52,16 +52,4 @@ class GetBlockTransactionCountByHash extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetBlockTransactionCountByNumber.php b/src/Methods/Eth/GetBlockTransactionCountByNumber.php index 8b53e77e..14d8c6fe 100644 --- a/src/Methods/Eth/GetBlockTransactionCountByNumber.php +++ b/src/Methods/Eth/GetBlockTransactionCountByNumber.php @@ -54,16 +54,4 @@ class GetBlockTransactionCountByNumber extends EthMethod protected $defaultValues = [ 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetCode.php b/src/Methods/Eth/GetCode.php index 35db4aac..9d324837 100644 --- a/src/Methods/Eth/GetCode.php +++ b/src/Methods/Eth/GetCode.php @@ -56,16 +56,4 @@ class GetCode extends EthMethod protected $defaultValues = [ 1 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetFilterChanges.php b/src/Methods/Eth/GetFilterChanges.php index c3534bbd..19ecbb3a 100644 --- a/src/Methods/Eth/GetFilterChanges.php +++ b/src/Methods/Eth/GetFilterChanges.php @@ -49,16 +49,4 @@ class GetFilterChanges extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetFilterLogs.php b/src/Methods/Eth/GetFilterLogs.php index 71d9de80..a9ef66ca 100644 --- a/src/Methods/Eth/GetFilterLogs.php +++ b/src/Methods/Eth/GetFilterLogs.php @@ -49,16 +49,4 @@ class GetFilterLogs extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetLogs.php b/src/Methods/Eth/GetLogs.php index a068ebd5..693abcd9 100644 --- a/src/Methods/Eth/GetLogs.php +++ b/src/Methods/Eth/GetLogs.php @@ -46,16 +46,4 @@ class GetLogs extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetStorageAt.php b/src/Methods/Eth/GetStorageAt.php index 2d6b8da1..9e97e88f 100644 --- a/src/Methods/Eth/GetStorageAt.php +++ b/src/Methods/Eth/GetStorageAt.php @@ -57,16 +57,4 @@ class GetStorageAt extends EthMethod protected $defaultValues = [ 2 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetTransactionByBlockHashAndIndex.php b/src/Methods/Eth/GetTransactionByBlockHashAndIndex.php index 4aecba9f..03aedabe 100644 --- a/src/Methods/Eth/GetTransactionByBlockHashAndIndex.php +++ b/src/Methods/Eth/GetTransactionByBlockHashAndIndex.php @@ -51,16 +51,4 @@ class GetTransactionByBlockHashAndIndex extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetTransactionByBlockNumberAndIndex.php b/src/Methods/Eth/GetTransactionByBlockNumberAndIndex.php index 5ec7e81a..9e68d2fa 100644 --- a/src/Methods/Eth/GetTransactionByBlockNumberAndIndex.php +++ b/src/Methods/Eth/GetTransactionByBlockNumberAndIndex.php @@ -53,16 +53,4 @@ class GetTransactionByBlockNumberAndIndex extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetTransactionByHash.php b/src/Methods/Eth/GetTransactionByHash.php index 8d5c60a8..211fe231 100644 --- a/src/Methods/Eth/GetTransactionByHash.php +++ b/src/Methods/Eth/GetTransactionByHash.php @@ -49,16 +49,4 @@ class GetTransactionByHash extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetTransactionCount.php b/src/Methods/Eth/GetTransactionCount.php index 468e078f..5039f6af 100644 --- a/src/Methods/Eth/GetTransactionCount.php +++ b/src/Methods/Eth/GetTransactionCount.php @@ -59,16 +59,4 @@ class GetTransactionCount extends EthMethod protected $defaultValues = [ 1 => 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetTransactionReceipt.php b/src/Methods/Eth/GetTransactionReceipt.php index 6cd1fdf8..349eb4df 100644 --- a/src/Methods/Eth/GetTransactionReceipt.php +++ b/src/Methods/Eth/GetTransactionReceipt.php @@ -49,16 +49,4 @@ class GetTransactionReceipt extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetUncleByBlockHashAndIndex.php b/src/Methods/Eth/GetUncleByBlockHashAndIndex.php index 28c5d6d0..73318e5b 100644 --- a/src/Methods/Eth/GetUncleByBlockHashAndIndex.php +++ b/src/Methods/Eth/GetUncleByBlockHashAndIndex.php @@ -51,16 +51,4 @@ class GetUncleByBlockHashAndIndex extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetUncleByBlockNumberAndIndex.php b/src/Methods/Eth/GetUncleByBlockNumberAndIndex.php index 1b4e21b4..348e0d65 100644 --- a/src/Methods/Eth/GetUncleByBlockNumberAndIndex.php +++ b/src/Methods/Eth/GetUncleByBlockNumberAndIndex.php @@ -53,16 +53,4 @@ class GetUncleByBlockNumberAndIndex extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetUncleCountByBlockHash.php b/src/Methods/Eth/GetUncleCountByBlockHash.php index 625635ce..afda28d2 100644 --- a/src/Methods/Eth/GetUncleCountByBlockHash.php +++ b/src/Methods/Eth/GetUncleCountByBlockHash.php @@ -52,16 +52,4 @@ class GetUncleCountByBlockHash extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetUncleCountByBlockNumber.php b/src/Methods/Eth/GetUncleCountByBlockNumber.php index dc4ad9fe..9b435066 100644 --- a/src/Methods/Eth/GetUncleCountByBlockNumber.php +++ b/src/Methods/Eth/GetUncleCountByBlockNumber.php @@ -57,16 +57,4 @@ class GetUncleCountByBlockNumber extends EthMethod protected $defaultValues = [ 'latest' ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/GetWork.php b/src/Methods/Eth/GetWork.php index 092edba9..dfb6556b 100644 --- a/src/Methods/Eth/GetWork.php +++ b/src/Methods/Eth/GetWork.php @@ -43,16 +43,4 @@ class GetWork extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Hashrate.php b/src/Methods/Eth/Hashrate.php index 478f7f50..f2f3ff23 100644 --- a/src/Methods/Eth/Hashrate.php +++ b/src/Methods/Eth/Hashrate.php @@ -46,16 +46,4 @@ class Hashrate extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Mining.php b/src/Methods/Eth/Mining.php index 71c22f34..505e04b2 100644 --- a/src/Methods/Eth/Mining.php +++ b/src/Methods/Eth/Mining.php @@ -43,16 +43,4 @@ class Mining extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/NewBlockFilter.php b/src/Methods/Eth/NewBlockFilter.php index e9688d9c..e566d37b 100644 --- a/src/Methods/Eth/NewBlockFilter.php +++ b/src/Methods/Eth/NewBlockFilter.php @@ -45,16 +45,4 @@ class NewBlockFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } diff --git a/src/Methods/Eth/NewFilter.php b/src/Methods/Eth/NewFilter.php index 17e3a096..9d8b09f2 100644 --- a/src/Methods/Eth/NewFilter.php +++ b/src/Methods/Eth/NewFilter.php @@ -46,16 +46,4 @@ class NewFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/NewPendingTransactionFilter.php b/src/Methods/Eth/NewPendingTransactionFilter.php index 29657fe2..044b0d0d 100644 --- a/src/Methods/Eth/NewPendingTransactionFilter.php +++ b/src/Methods/Eth/NewPendingTransactionFilter.php @@ -43,16 +43,4 @@ class NewPendingTransactionFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/ProtocolVersion.php b/src/Methods/Eth/ProtocolVersion.php index 032739ec..e9609679 100644 --- a/src/Methods/Eth/ProtocolVersion.php +++ b/src/Methods/Eth/ProtocolVersion.php @@ -46,16 +46,4 @@ class ProtocolVersion extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/SendRawTransaction.php b/src/Methods/Eth/SendRawTransaction.php index 85082007..572a3896 100644 --- a/src/Methods/Eth/SendRawTransaction.php +++ b/src/Methods/Eth/SendRawTransaction.php @@ -49,16 +49,4 @@ class SendRawTransaction extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/SendTransaction.php b/src/Methods/Eth/SendTransaction.php index 990810b3..5ee29fe9 100644 --- a/src/Methods/Eth/SendTransaction.php +++ b/src/Methods/Eth/SendTransaction.php @@ -49,16 +49,4 @@ class SendTransaction extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Sign.php b/src/Methods/Eth/Sign.php index 05095664..22ff3558 100644 --- a/src/Methods/Eth/Sign.php +++ b/src/Methods/Eth/Sign.php @@ -51,16 +51,4 @@ class Sign extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/SubmitHashrate.php b/src/Methods/Eth/SubmitHashrate.php index b365a19d..7f1904e5 100644 --- a/src/Methods/Eth/SubmitHashrate.php +++ b/src/Methods/Eth/SubmitHashrate.php @@ -46,16 +46,4 @@ class SubmitHashrate extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/SubmitWork.php b/src/Methods/Eth/SubmitWork.php index 44200cfc..19856ca4 100644 --- a/src/Methods/Eth/SubmitWork.php +++ b/src/Methods/Eth/SubmitWork.php @@ -50,16 +50,4 @@ class SubmitWork extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/Syncing.php b/src/Methods/Eth/Syncing.php index 3713320a..3100e40f 100644 --- a/src/Methods/Eth/Syncing.php +++ b/src/Methods/Eth/Syncing.php @@ -43,16 +43,4 @@ class Syncing extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Eth/UninstallFilter.php b/src/Methods/Eth/UninstallFilter.php index a9863ef7..0b4d026d 100644 --- a/src/Methods/Eth/UninstallFilter.php +++ b/src/Methods/Eth/UninstallFilter.php @@ -49,16 +49,4 @@ class UninstallFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/EthMethod.php b/src/Methods/EthMethod.php index 5240eb75..7d584864 100644 --- a/src/Methods/EthMethod.php +++ b/src/Methods/EthMethod.php @@ -46,17 +46,6 @@ class EthMethod extends JSONRPC implements IMethod */ protected $defaultValues = []; - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } /** * getInputFormatters diff --git a/src/Methods/Net/Listening.php b/src/Methods/Net/Listening.php index 8354358a..67f86928 100644 --- a/src/Methods/Net/Listening.php +++ b/src/Methods/Net/Listening.php @@ -43,16 +43,4 @@ class Listening extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Net/PeerCount.php b/src/Methods/Net/PeerCount.php index 85f6582d..49d0098f 100644 --- a/src/Methods/Net/PeerCount.php +++ b/src/Methods/Net/PeerCount.php @@ -46,16 +46,4 @@ class PeerCount extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Net/Version.php b/src/Methods/Net/Version.php index f33f64c2..43340c9c 100644 --- a/src/Methods/Net/Version.php +++ b/src/Methods/Net/Version.php @@ -43,16 +43,4 @@ class Version extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Personal/ListAccounts.php b/src/Methods/Personal/ListAccounts.php index a742767e..650acd07 100644 --- a/src/Methods/Personal/ListAccounts.php +++ b/src/Methods/Personal/ListAccounts.php @@ -43,16 +43,4 @@ class ListAccounts extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Personal/LockAccount.php b/src/Methods/Personal/LockAccount.php index 7baf6399..2ef0b35e 100644 --- a/src/Methods/Personal/LockAccount.php +++ b/src/Methods/Personal/LockAccount.php @@ -48,17 +48,5 @@ class LockAccount extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } diff --git a/src/Methods/Personal/NewAccount.php b/src/Methods/Personal/NewAccount.php index 7af5fa61..7b1b6e0c 100644 --- a/src/Methods/Personal/NewAccount.php +++ b/src/Methods/Personal/NewAccount.php @@ -49,16 +49,4 @@ class NewAccount extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Personal/SendTransaction.php b/src/Methods/Personal/SendTransaction.php index 733f1fb9..b485127b 100644 --- a/src/Methods/Personal/SendTransaction.php +++ b/src/Methods/Personal/SendTransaction.php @@ -51,16 +51,4 @@ class SendTransaction extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Personal/UnlockAccount.php b/src/Methods/Personal/UnlockAccount.php index a28143b1..17111ed1 100644 --- a/src/Methods/Personal/UnlockAccount.php +++ b/src/Methods/Personal/UnlockAccount.php @@ -55,16 +55,4 @@ class UnlockAccount extends EthMethod protected $defaultValues = [ 2 => 300 ]; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/AddToGroup.php b/src/Methods/Shh/AddToGroup.php index 11c69c11..ea91bc57 100644 --- a/src/Methods/Shh/AddToGroup.php +++ b/src/Methods/Shh/AddToGroup.php @@ -46,16 +46,4 @@ class AddToGroup extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/GetFilterChanges.php b/src/Methods/Shh/GetFilterChanges.php index 65b13fa3..1232f742 100644 --- a/src/Methods/Shh/GetFilterChanges.php +++ b/src/Methods/Shh/GetFilterChanges.php @@ -49,16 +49,4 @@ class GetFilterChanges extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/GetMessages.php b/src/Methods/Shh/GetMessages.php index dd58eadf..af107227 100644 --- a/src/Methods/Shh/GetMessages.php +++ b/src/Methods/Shh/GetMessages.php @@ -49,16 +49,4 @@ class GetMessages extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/HasIdentity.php b/src/Methods/Shh/HasIdentity.php index b166332d..a9125983 100644 --- a/src/Methods/Shh/HasIdentity.php +++ b/src/Methods/Shh/HasIdentity.php @@ -46,16 +46,4 @@ class HasIdentity extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/NewFilter.php b/src/Methods/Shh/NewFilter.php index 13b2b779..1da4da89 100644 --- a/src/Methods/Shh/NewFilter.php +++ b/src/Methods/Shh/NewFilter.php @@ -46,16 +46,4 @@ class NewFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/NewGroup.php b/src/Methods/Shh/NewGroup.php index e13b0613..bcb33d60 100644 --- a/src/Methods/Shh/NewGroup.php +++ b/src/Methods/Shh/NewGroup.php @@ -43,16 +43,4 @@ class NewGroup extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/NewIdentity.php b/src/Methods/Shh/NewIdentity.php index 00954dbd..26791105 100644 --- a/src/Methods/Shh/NewIdentity.php +++ b/src/Methods/Shh/NewIdentity.php @@ -43,16 +43,4 @@ class NewIdentity extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/Post.php b/src/Methods/Shh/Post.php index a4708fba..260f04f2 100644 --- a/src/Methods/Shh/Post.php +++ b/src/Methods/Shh/Post.php @@ -49,16 +49,4 @@ class Post extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/UninstallFilter.php b/src/Methods/Shh/UninstallFilter.php index 38f586a8..4cfe3b4e 100644 --- a/src/Methods/Shh/UninstallFilter.php +++ b/src/Methods/Shh/UninstallFilter.php @@ -49,16 +49,4 @@ class UninstallFilter extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Shh/Version.php b/src/Methods/Shh/Version.php index 33e0682e..34386798 100644 --- a/src/Methods/Shh/Version.php +++ b/src/Methods/Shh/Version.php @@ -43,16 +43,4 @@ class Version extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Web3/ClientVersion.php b/src/Methods/Web3/ClientVersion.php index c119df15..bde0ca05 100644 --- a/src/Methods/Web3/ClientVersion.php +++ b/src/Methods/Web3/ClientVersion.php @@ -43,16 +43,4 @@ class ClientVersion extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file diff --git a/src/Methods/Web3/Sha3.php b/src/Methods/Web3/Sha3.php index 911aa266..3061a2e7 100644 --- a/src/Methods/Web3/Sha3.php +++ b/src/Methods/Web3/Sha3.php @@ -49,16 +49,4 @@ class Sha3 extends EthMethod * @var array */ protected $defaultValues = []; - - /** - * construct - * - * @param string $method - * @param array $arguments - * @return void - */ - // public function __construct($method='', $arguments=[]) - // { - // parent::__construct($method, $arguments); - // } } \ No newline at end of file