Since applications have a max of 64 slots for global storage, I was imagining how smart contracts can efficiently store multiple asset IDs for later reference in the application code.
Perhaps there is a better way to do this than storing the ID of every individual asset and using precious global storage space.
Is it possible send a transaction group of 15 asset config transactions and to store only the ID of the first asset in global storage? Is this behavior “guaranteed” and/or would it be considered bad practice? Or are there smarter ways to compact data?