Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Sep 4, 2023
1 parent 862371c commit 40e166e
Show file tree
Hide file tree
Showing 61 changed files with 0 additions and 731 deletions.
12 changes: 0 additions & 12 deletions src/Methods/Eth/Accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/BlockNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/Call.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/Coinbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/EstimateGas.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/FeeHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GasPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetBalance.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetBlockByHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetBlockByNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetBlockTransactionCountByHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetBlockTransactionCountByNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetFilterChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetFilterLogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetLogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetStorageAt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetTransactionByBlockHashAndIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetTransactionByBlockNumberAndIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetTransactionByHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetTransactionCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
12 changes: 0 additions & 12 deletions src/Methods/Eth/GetTransactionReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
}
Loading

0 comments on commit 40e166e

Please sign in to comment.