pub mut comptime global STORAGE_LAYOUT_NAME: UHashMap<Module, Quoted, BuildHasherDefault<Poseidon2Hasher>>;
Stores a map from a module to the name of the struct that describes its storage layout. This is then used when generating a storage_layout() getter on the contract struct.
storage_layout()
Stores a map from a module to the name of the struct that describes its storage layout. This is then used when generating a
storage_layout()getter on the contract struct.