Skip to content

Commit

Permalink
Update web3-eth-accounts.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Apr 23, 2019
1 parent 7b5728a commit 9685637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-eth-accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Parameters
1. ``tx`` - ``Object``: The transaction's properties object as follows:
- ``nonce`` - ``String``: (optional) The nonce to use when signing this transaction. Default will use :ref:`web3.eth.getTransactionCount() <eth-gettransactioncount>`.
- ``chainId`` - ``String``: (optional) The chain id to use when signing this transaction. Default will use :ref:`web3.eth.net.getId() <net-getid>`.
- ``to`` - ``String``: (optional) The recevier of the transaction, can be empty when deploying a contract.
- ``to`` - ``String``: (optional) The receiver of the transaction, can be empty when deploying a contract.
- ``data`` - ``String``: (optional) The call data of the transaction, can be empty for simple value transfers.
- ``value`` - ``String``: (optional) The value of the transaction in wei.
- ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.gasPrice() <eth-gasprice>`
Expand Down

0 comments on commit 9685637

Please sign in to comment.