You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There are multiple ways to store information either directly on the blockchain,
16
16
The choice of which method to use is based on several criteria:
17
17
18
18
- The source of the information. Information in calldata cannot come directly from the blockchain itself.
19
-
- The destination of the information. Calldata is available only in the transaction it initiates. Events are not accessible onchain at all.
19
+
- The destination of the information. Calldata is only available in the transaction that includes it. Events are not accessible onchain at all.
20
20
- How much hassle is acceptable? Computers that run a full-scale node can perform more processing than a light client in an application running in a browser.
21
21
- Is it necessary to facilitate easy access to the information from every node?
0 commit comments