pub(crate) async fn restore_blob(
    versions: &StateVersions,
    blob: &(dyn Blob + Send + Sync),
    build_version: &Version,
    shard_id: ShardId
) -> Result<Vec<BlobKey>>
Expand description

Attempt to restore all the blobs referenced by the current state in consensus. Returns a list of blobs that were not possible to restore.