File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1053,9 +1053,10 @@ The following methods are available on the ``web3.eth`` namespace.
1053
1053
1054
1054
Returns transaction fee data for up to 1,024 blocks.
1055
1055
1056
- :param block_count: The number of blocks in the requested range. This value should be an :py:class: `int ` between 1
1057
- and 1024. Less than requested may be returned if not all blocks are available.
1058
- :type block_count: int
1056
+ :param block_count: The number of blocks in the requested range. Depending on the client, this
1057
+ value should be either a :py:class: `int ` between 1 and 1024 or a hexstring.
1058
+ Less than requested may be returned if not all blocks are available.
1059
+ :type block_count: int or hexstring
1059
1060
:param newest_block: The newest, highest-numbered, block in the requested range. This value may be an
1060
1061
:py:class: `int ` or one of the predefined block parameters ``'latest' ``, ``'earliest' ``, or ``'pending' ``.
1061
1062
:type newest_block: int or BlockParams
Original file line number Diff line number Diff line change
1
+ Update feeHistory docs
You can’t perform that action at this time.
0 commit comments