Events

Events are the way that allows apps and users to easily see what's going on in transactions. For all transactions, a WriteSet is created, which keeps track of which changes to the blockchain storage occurred in the transaction.

Events can also be emitted, which are custom to the developer's choices. Let's dive into some of the details.