pub async fn check_stamp(
bee_url: &str,
batch_id: &str,
timeout: Duration,
) -> Result<StampStatus>Expand description
Pre-flight check before --reseed: look up GET /stamps/{id} on the
target Bee and surface usable/expiry concerns. Mirrors the spirit of
ipfs-check’s “stale records” UX hint — flag freshness problems
before doing the operation.