DataHandler.sol


The Data Handler for the STORE module. This contract functions as the bookkeeper for made requests, storing e.g. historical data for commissions done and the state for every commission. This is made possible by allowing only the UpgradeHandler.sol contract to write-off made changes back to this contract.

Last updated

Was this helpful?