[wip] jr model

This commit is contained in:
2023-02-07 21:50:28 -07:00
parent 33393f592a
commit 3ad5590d90
15 changed files with 9469 additions and 60 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* Impure storage API
*
* This code is responsible for
*
* - fetching the program state from storage
* - putting the program state into storage
*
* @module
*/