// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! [`SnapshotCertificate`] — type alias for [`Certificate<SnapshotRecord>`] with
//! convenience accessors.
use ;
/// Quorum-certified snapshot — alias to the generic certificate framework.
pub type SnapshotCertificate = ;
/// Error type alias kept for backward-compatible ergonomics in the `snapshot` module.
pub type SnapshotCertificateAddAttestationError = CertificateAddAttestationError;