This PR introduces an AccountStorage utility, which allows to read/write data related to an Account. In particular, raw variable segmentation (using 32 byte segments currently) logic which is then used for smWasm host calls get64, get32, set64, and set32.
This PR introduces an
AccountStorage
utility, which allows to read/write data related to anAccount
. In particular, raw variable segmentation (using 32 byte segments currently) logic which is then used for smWasm host callsget64
,get32
,set64
, andset32
.Closes https://github.com/spacemeshos/svm/issues/358.