I wonder if using an `Option<i128>` could reduce the storage costs down even further. https://github.com/Moonlight-Protocol/soroban-core/blob/3b67db17f432d2939f9df1a83d399f070235fc2e/modules/utxo-core/src/core.rs#L27-L30
I wonder if using an
Option<i128>could reduce the storage costs down even further.soroban-core/modules/utxo-core/src/core.rs
Lines 27 to 30 in 3b67db1