mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove non-ascii quotes.
This commit is contained in:
parent
44c1293aa7
commit
6706f3eb96
@ -785,7 +785,7 @@ Topics allow you to search for events, for example when filtering a sequence of
|
|||||||
blocks for certain events. You can also filter events by the address of the
|
blocks for certain events. You can also filter events by the address of the
|
||||||
contract that emitted the event.
|
contract that emitted the event.
|
||||||
|
|
||||||
For example, the code below uses the web3.js ``subscribe(“logs”)``
|
For example, the code below uses the web3.js ``subscribe("logs")``
|
||||||
`method <https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-logs>`_ to filter
|
`method <https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-logs>`_ to filter
|
||||||
logs that match a topic with a certain address value:
|
logs that match a topic with a certain address value:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user