mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2268 from MicahZoltu/patch-1
Improves clarity of block.timestamp
This commit is contained in:
commit
2ba87fe804
@ -55,7 +55,7 @@ Block and Transaction Properties
|
||||
- ``block.difficulty`` (``uint``): current block difficulty
|
||||
- ``block.gaslimit`` (``uint``): current block gaslimit
|
||||
- ``block.number`` (``uint``): current block number
|
||||
- ``block.timestamp`` (``uint``): current block timestamp
|
||||
- ``block.timestamp`` (``uint``): current block timestamp as seconds since unix epoch
|
||||
- ``msg.data`` (``bytes``): complete calldata
|
||||
- ``msg.gas`` (``uint``): remaining gas
|
||||
- ``msg.sender`` (``address``): sender of the message (current call)
|
||||
|
Loading…
Reference in New Issue
Block a user