diff --git a/docs/reference/node-cpp-api/README.md b/docs/reference/node-cpp-api/README.md index 6eac6d9a..6f096ceb 100644 --- a/docs/reference/node-cpp-api/README.md +++ b/docs/reference/node-cpp-api/README.md @@ -107,6 +107,13 @@ Returns a pointer to the persistent state storage for the current node. The updated directly, with the pointer returned, no commit is required after a change. + +#### `bool isSettingUp()` + +Returns `true` if the evaluation takes place inside the very first transaction. +Use the function to run some initialization code once on boot, or prevent +undesirable initial values emission. + #### `TimeMs transactionTime()`