Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Prev Previous commit
Next Next commit
missing account property added to documentation of eth.getProof
  • Loading branch information
nivida committed Nov 20, 2019
commit 1ef739bedd1c9bd6aae804f5b3fee436c0c67ce2
1 change: 1 addition & 0 deletions docs/web3-eth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,7 @@ Returns

``Promise<Object>`` - A account object.

- ``address`` - ``String``: The address of the account.
- ``balance`` - ``String``: The balance of the account. See :ref:`web3.eth.getBalance <eth-getBalance>`.
- ``codeHash`` - ``String``: hash of the code of the account. For a simple Account without code it will return "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
- ``nonce`` - ``String``: Nonce of the account.
Expand Down