// Copyright 2020-2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
//! Contains the implementations for all the credential revocation methods that can be used with IOTA's Identity
//! framework.
pub use RevocationError;
pub use RevocationResult;
pub use *;
pub use *;