mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix small typos in abi-spec.rst
This commit is contained in:
parent
e7ec40b1af
commit
0dd40d2ad2
@ -581,7 +581,7 @@ An event description is a JSON object with fairly similar fields:
|
|||||||
* ``name``: the name of the parameter.
|
* ``name``: the name of the parameter.
|
||||||
* ``type``: the canonical type of the parameter (more below).
|
* ``type``: the canonical type of the parameter (more below).
|
||||||
* ``components``: used for tuple types (more below).
|
* ``components``: used for tuple types (more below).
|
||||||
* ``indexed``: ``true`` if the field is part of the log's topics, ``false`` if it one of the log's data segment.
|
* ``indexed``: ``true`` if the field is part of the log's topics, ``false`` if it is one of the log's data segments.
|
||||||
|
|
||||||
- ``anonymous``: ``true`` if the event was declared as ``anonymous``.
|
- ``anonymous``: ``true`` if the event was declared as ``anonymous``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user