Skip to content

Commit 1939c71

Browse files
committed
Merge branch 'dev' into automated-update-20240614162652
2 parents 44e58ab + fea8630 commit 1939c71

File tree

5 files changed

+410
-121
lines changed

5 files changed

+410
-121
lines changed

public/content/developers/docs/smart-contracts/anatomy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A complete contract might look something like this. Here the `constructor` funct
203203

204204
## Events and logs {#events-and-logs}
205205

206-
Events let you communicate with your smart contract from your frontend or other subscribing applications. When a transaction is mined, smart contracts can emit events and write logs to the blockchain that the frontend can then process.
206+
Events enable your smart contract to communicate with your frontend or other subscribing applications. Once a transaction is validated and added to a block, smart contracts can emit events and log information, which the frontend can then process and utilize.
207207

208208
## Annotated examples {#annotated-examples}
209209

0 commit comments

Comments
 (0)