pub async fn verify_tree<S: Store>(
store: Arc<S>,
root_hash: &Hash,
) -> Result<VerifyResult, HashTreeError>Expand description
Verify tree integrity - checks that all referenced hashes exist
pub async fn verify_tree<S: Store>(
store: Arc<S>,
root_hash: &Hash,
) -> Result<VerifyResult, HashTreeError>Verify tree integrity - checks that all referenced hashes exist