diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-16 06:05:34 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 21:02:50 +0800 |
commit | 9bec1e1efd43206d2fb86a30c14a44782e823c13 (patch) | |
tree | 469646f14a8f576bd61f0535009a55c0ac5bb2db /docs/frequently-asked-questions.rst | |
parent | 5f89e1a2ac14535c8e245a0823303b046a963b65 (diff) | |
download | dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar.gz dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar.bz2 dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar.lz dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar.xz dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.tar.zst dexon-solidity-9bec1e1efd43206d2fb86a30c14a44782e823c13.zip |
FAQ: remove event section (already explained elsewhere)
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 6af5d62f..77cb81cb 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -135,15 +135,6 @@ Example:: } } -What are ``event``'s and why do we need them? -============================================= - -Let us suppose that you need a contract to alert the outside world when -something happens. The contract can fire an event, which can be listened to -from web3 (inside geth or a web application). The main advantage of events -is that they are stored in a special way on the blockchain so that it -is very easy to search for them. - Are timestamps (``now,`` ``block.timestamp``) reliable? ======================================================= |