From c0e10b1cf07d0ae5414ede6d66961fb87e832f64 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 25 May 2016 10:22:04 -0400 Subject: [PATCH] Added the type of .balance --- docs/miscellaneous.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 4608f32dc..5e9c1375a 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 -- ``
.balance``: balance of the address in Wei +- ``
.balance`` (``uint256``): balance of the address in Wei - ``
.send(uint256) returns (bool)``: send given amount of Wei to address, returns ``false`` on failure. .. index:: visibility, public, private, external, internal