//! PoT-O Validator library: re-exports of core, ai3-lib, mining, and extensions, plus config.
//!
//! Use this crate when building tooling or tests that need the same types as the validator binary.
pub use *;
pub use *;
pub use *;
pub use *;
/// Crate version (from Cargo.toml).
pub const VERSION: &str = env!;
/// Default HTTP listen port for the validator API.
pub const DEFAULT_PORT: u16 = 8900;