Skip to main content
AspectDescription
TypeOff-chain result handling service
FunctionReceives computation results from fheOS and publishes them to the blockchain
Responsibilities• Receives FHE operation results from the fheOS server
• Sends results to the Data Availability layer
• Publishes decryption results back to the Task Manager on the host chain
The Result Processor ensures that computation results from the off-chain fheOS server are properly relayed back to the blockchain, completing the FHE operation lifecycle.
Decrypt results can also be published on-chain by clients using FHE.publishDecryptResult() with a valid ECDSA signature from the Threshold Network’s Dispatcher. See Decryption Operations for details on this alternative delivery path.