FCTExt_SecureStorage

Smart contract that adds the ability to read and write state variables for a specific FCT or for a specific Runner

The secure storage is an FCT_Runner that allows to store FCT state variables only within the execution of the FCT

The secure storage also has read/write methods that access private slots according to the caller address. This methods can be use within an FCT execution or by calling directly from the FCT_Runner contract

FCT storage can be written only within an FCT execution to an isolated locatio.

FCT storage can be retrieved anytime by providing the FCT message hash and the requested key to the read_XX methods.

Last updated