Skip to content

Commit 3a3b815

Browse files
committed
chore(book): add note on role of arbitrary data storage
1 parent b451a5f commit 3a3b815

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc-book/modules/ROOT/pages/transactions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ The context provides two methods for storing a single blob of arbitrary bytes in
7979
await ctx.setData(bytes)
8080
const bytes = await ctx.getData()
8181
----
82+
83+
These were implemented for the purpose of checkpointing during initial sync / batch decryption, but are not limited to that use.

0 commit comments

Comments
 (0)