identity_iota_core/rebased/migration/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2020-2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod alias;
mod identity;
mod multicontroller;
mod registry;

pub use alias::*;
pub use identity::*;
pub use multicontroller::*;
pub use registry::*;