mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Advantages of anynomous events.
This commit is contained in:
parent
8daa281d3d
commit
20f3ab5961
@ -59,7 +59,9 @@ logs that match a topic with a certain address value:
|
||||
|
||||
The hash of the signature of the event is one of the topics, except if you
|
||||
declared the event with the ``anonymous`` specifier. This means that it is
|
||||
not possible to filter for specific anonymous events by name.
|
||||
not possible to filter for specific anonymous events by name, you can
|
||||
only filter by the contract address. The advantage of anonymous events
|
||||
is that they are cheaper to deploy and call.
|
||||
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user