Skip to content

Commit

Permalink
Merge pull request #1 from 0xflotus/patch-2
Browse files Browse the repository at this point in the history
Update web3-eth-accounts.rst
  • Loading branch information
0xflotus committed Apr 23, 2019
2 parents 5a76fd0 + 9685637 commit 2abeb6c
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 2abeb6c

Please sign in to comment.