From db4e745157eb938ff7b30f683e9c4926923746ed Mon Sep 17 00:00:00 2001 From: AbdulHafeezGalib <77202232+Abdul-Hafeez-Galib@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:00:32 +0530 Subject: [PATCH] Update web3-eth-accounts.rst --- docs/web3-eth-accounts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-accounts.rst b/docs/web3-eth-accounts.rst index b8ea3bb1f2f..b31a41ed398 100644 --- a/docs/web3-eth-accounts.rst +++ b/docs/web3-eth-accounts.rst @@ -158,7 +158,7 @@ Parameters - ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.getGasPrice() ` - ``maxFeePerGas`` - ``Number|String|BN``: (optional, defaulted to ``(2 * block.baseFeePerGas) + maxPriorityFeePerGas``) The maximum fee per gas that the transaction is willing to pay in total. If ``gasPrice`` is also set, ``maxFeePerGas`` will be set equal to it, regardless of this value. - ``maxPriorityFeePerGas`` - ``Number|String|BN`` (optional, defaulted to ``2.5 Gwei``) The maximum fee per gas to give miners to incentivize them to include the transaction (Priority fee). If ``gasPrice`` is also set, ``maxPriorityFeePerGas`` will be set equal to it, regardless of this value. - - ``gas`` - ``String``: The gas provided by the transaction. + - ``gas`` - ``Number``: The gas provided by the transaction. - ``chain`` - ``String``: (optional) Defaults to ``mainnet``. - ``hardfork`` - ``String``: (optional) Defaults to ``berlin``. - ``common`` - ``Object``: (optional) The common object