writing docs
This commit is contained in:
12
docs/source/basictoken.rst
Normal file
12
docs/source/basictoken.rst
Normal file
@ -0,0 +1,12 @@
|
||||
BasicToken
|
||||
=============================================
|
||||
|
||||
Simpler version of StandardToken, with no allowances
|
||||
|
||||
balanceOf(address _owner) constant returns (uint balance)
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
Returns the token balance of the passed address.
|
||||
|
||||
function transfer(address _to, uint _value) returns (bool success)
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
Transfers tokens from sender's account. Amount must not be greater than sender's balance.
|
||||
Reference in New Issue
Block a user