recall_fendermint_actor_timehub/
lib.rs

1// Copyright 2025 Recall Contributors
2// Copyright 2021-2023 Protocol Labs
3// SPDX-License-Identifier: Apache-2.0, MIT
4
5mod actor;
6mod shared;
7mod sol_facade;
8
9pub use shared::*;