FCT_Ext_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
Last updated