1// Copyright (c) 2025 IOTA Stiftung 2// SPDX-License-Identifier: Apache-2.0 3 4pub(crate) mod fetch; 5pub(crate) mod v1; 6pub mod v2;