From 9da7a4c17c2245e869475d031cb23587c33f5045 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 1 Jun 2016 13:18:43 -0400 Subject: Link address-type and address-global methods --- docs/types.rst | 2 ++ docs/units-and-global-variables.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/types.rst b/docs/types.rst index 996383a9..2cd3654b 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -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: diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 3dc87841..aa3551bf 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -121,6 +121,8 @@ Address Related ``
.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 -- cgit v1.2.3