Return encrypted values from a callable function

Hi all,

Is it currently possible to return encrypted values from the callable function and pass them to the callback function for storage?

If so, how do you write that functionality in the callable function?

Hi @pmp,

Great question! Unfortunately in this current MVT release, only the DECRYPTED computation result from the callable function is passed to the callback function for storage. However, in the next testnet release, the functionality you desire will be allowed and handled :slight_smile:

Thanks!

Thank you @adi! Looking forward to it!