Skip to content

Commit

Permalink
Update book/src/concepts/what-is-a-transaction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Nowacki <[email protected]>
  • Loading branch information
damirka and Todd Nowacki authored Apr 4, 2024
1 parent f1e2b07 commit 17e2939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/concepts/what-is-a-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Transaction effects are the changes that a transaction makes to the blockchain s

The result of the executed transaction consists of different parts:

- Tx Digest - the hash of the transaction which is used to identify the transaction;
- Transaction Digest - the hash of the transaction which is used to identify the transaction;
- Transaction Data - the inputs, commands and gas object used in the transaction;
- Transaction Effects - the status and the "effects" of the transaction, more specifically: the status of the transaction, updates to objects and their new versions, the gas object used, the gas cost of the transaction, and the events emitted by the transaction;
- Events - the custom [events](./../programmability/events.md) emitted by the transaction;
Expand Down

0 comments on commit 17e2939

Please sign in to comment.