Skip to content

Commit 9cc3e35

Browse files
authored
Minor fix in transactions overview #1695
1 parent 23657cd commit 9cc3e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/architecture/pages/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Transactions
22

33
== Overview
4-
Transactions are cryptographically signed instructions from accounts that update the state of the Starknet network. Starknet supports only xref:transaction_types[three types] of transactions, with each type going through the same xref:transaction_lifecycle[lifecycle] to receive its xref:transaction_statuses[execution and finality statuses]. Every transaction that was executed successfully is issued a xref:transaction_receipt[receipt], which includes its statuses, as well as other information about it.
4+
Transactions are cryptographically signed instructions from accounts that update the state of the Starknet network. Starknet supports only xref:transaction_types[three types] of transactions, with each type going through the same xref:transaction_lifecycle[lifecycle] to receive its xref:transaction_statuses[execution and finality statuses]. Every transaction included in a block is issued a xref:transaction_receipt[receipt], which includes its statuses, as well as other information about it.
55

66
.Additional information
77

0 commit comments

Comments
 (0)