Skip to content

Commit

Permalink
Update docs for block_count arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Aug 11, 2021
1 parent 34875cc commit 02910a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/web3.eth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1053,9 +1053,10 @@ The following methods are available on the ``web3.eth`` namespace.

Returns transaction fee data for up to 1,024 blocks.

:param block_count: The number of blocks in the requested range. This value should be an :py:class:`int` between 1
and 1024. Less than requested may be returned if not all blocks are available.
:type block_count: int
:param block_count: The number of blocks in the requested range. Depending on the client, this
value should be either a :py:class:`int` between 1 and 1024 or a hexstring.
Less than requested may be returned if not all blocks are available.
:type block_count: int or hexstring
:param newest_block: The newest, highest-numbered, block in the requested range. This value may be an
:py:class:`int` or one of the predefined block parameters ``'latest'``, ``'earliest'``, or ``'pending'``.
:type newest_block: int or BlockParams
Expand Down

0 comments on commit 02910a1

Please sign in to comment.