Functions
First function
FAQs
Frequently asked questions.
A KV abstracction API is made available for Circuits to maintain local state during lifecycles. Use that or any external state management solution. Please refrain from using any FS abstractions in your function!
Yes, Circuit data is persisted in its KV Store and distributed to other nodes in the network.
Trusted time in enclaves is problematic, so please don’t use default time APIs. We provide an abstraction API usinng a virtual clock that’s periodically synced from a trusted source. Please refer to our SDKs for more details.
A Circuit is a single stateful instance of a Function. A Circuit can be instantiated by other Circuits or by a Function, each with their own namespace identifier.
Assistant
Responses are generated using AI and may contain mistakes.