pub(crate) fn get_storages_to_serialize(
    snapshot_storages: &[Arc<AccountStorageEntry>]
) -> Vec<Vec<Arc<AccountStorageEntry>>>
Expand description

serializing needs Vec<Vec<Arc>>, but data structure at runtime is Vec<Arc> translates to what we need