You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/web3-eth-accounts.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Parameters
144
144
1. ``tx`` - ``Object``: The transaction's properties object as follows:
145
145
- ``nonce`` - ``String``: (optional) The nonce to use when signing this transaction. Default will use :ref:`web3.eth.getTransactionCount() <eth-gettransactioncount>`.
146
146
- ``chainId`` - ``String``: (optional) The chain id to use when signing this transaction. Default will use :ref:`web3.eth.net.getId() <net-getid>`.
147
-
- ``to`` - ``String``: (optional) The recevier of the transaction, can be empty when deploying a contract.
147
+
- ``to`` - ``String``: (optional) The receiver of the transaction, can be empty when deploying a contract.
148
148
- ``data`` - ``String``: (optional) The call data of the transaction, can be empty for simple value transfers.
149
149
- ``value`` - ``String``: (optional) The value of the transaction in wei.
150
150
- ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.gasPrice() <eth-gasprice>`
0 commit comments