Description
Storage iteration scripts such as get_all_vault_info_from_storage.cdc break when encountering a recovered (non-migrated) type
To fix this, scripts should check if a type is recovered using the new Type.isRecovered: Bool, skipping the type if true.
Description
Storage iteration scripts such as get_all_vault_info_from_storage.cdc break when encountering a recovered (non-migrated) type
To fix this, scripts should check if a type is recovered using the new
Type.isRecovered: Bool, skipping the type if true.