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