aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-25 22:22:04 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-31 01:18:29 +0800
commitc0e10b1cf07d0ae5414ede6d66961fb87e832f64 (patch)
treeafca95e19f5531fdc093b06b834ad14b73f50844 /docs/miscellaneous.rst
parenta6785113b5e145418ab09aa2a77319aa33dbf0c9 (diff)
downloaddexon-solidity-c0e10b1cf07d0ae5414ede6d66961fb87e832f64.tar.gz
dexon-solidity-c0e10b1cf07d0ae5414ede6d66961fb87e832f64.tar.zst
dexon-solidity-c0e10b1cf07d0ae5414ede6d66961fb87e832f64.zip
Added the type of .balance
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 4608f32d..5e9c1375 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -180,7 +180,7 @@ Global Variables
- ``this`` (current contract's type): the current contract, explicitly convertible to ``address``
- ``super``: the contract one level higher in the inheritance hierarchy
- ``selfdestruct(address)``: destroy the current contract, sending its funds to the given address
-- ``<address>.balance``: balance of the address in Wei
+- ``<address>.balance`` (``uint256``): balance of the address in Wei
- ``<address>.send(uint256) returns (bool)``: send given amount of Wei to address, returns ``false`` on failure.
.. index:: visibility, public, private, external, internal