// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
//! Test helpers that mint `(BlockId, SequenceHash)` pairs for low-level
//! tests against the inactive backends and the unified [`BlockStore`].
//!
//! Higher-level tests construct guards (`MutableBlock`, `CompleteBlock`,
//! `ImmutableBlock`) by going through a [`BlockManager`](crate::BlockManager).
use crateBlockId;
use crateKvbmSequenceHashProvider;
use crateSequenceHash;
use create_test_token_block;
/// Compute the [`SequenceHash`] for a token sequence.
pub
/// Mint a `(BlockId, SequenceHash)` pair for backend-level tests.
pub