pub use DataDirectory;
pub use ValidatorServer;
pub use ;
// CONSTANTS
// =================================================================================================
/// The name of the validator component.
pub const COMPONENT: &str = "miden-validator";
/// The target to use for user-visible events.
pub const LOG_TARGET: &str = "user::miden-validator";