Link address-type and address-global methods

This commit is contained in:
Denton Liu 2016-06-01 13:18:43 -04:00
parent cb2a4df6e5
commit 9da7a4c17c
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,8 @@ Members of Addresses
* ``balance`` and ``send``
For a quick reference, see :ref:`balance` and :ref:`send`.
It is possible to query the balance of an address using the property ``balance``
and to send Ether (in units of wei) to an address using the ``send`` function:

View File

@ -121,6 +121,8 @@ Address Related
``<address>.send(uint256 amount) returns (bool)``:
send given amount of Wei to address, returns ``false`` on failure
For more information, see the section on :ref:`address`.
.. warning::
Since it is possible for calls to ``send`` to fail, such as
if there are insufficient funds, it is good practice to