Skip to content

Commit b351cfd

Browse files
authored
Update transactions.adoc
1 parent bf4ecbd commit b351cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Starknet/modules/architecture-and-concepts/pages/transactions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Transactions
22

3-
== Introduction
3+
== Overview
44
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]. Each transaction is issued a xref:transaction_receipt[receipt], which includes its statuses and other information about it.
55

66
.Additional information
@@ -248,4 +248,4 @@ The following is an example of a transaction receipt:
248248
},
249249
"id": 1
250250
}
251-
----
251+
----

0 commit comments

Comments
 (0)