11 lines
171 B
TypeScript
11 lines
171 B
TypeScript
/**
|
|
* Impure storage API
|
|
*
|
|
* This code is responsible for
|
|
*
|
|
* - fetching the program state from storage
|
|
* - putting the program state into storage
|
|
*
|
|
* @module
|
|
*/
|