// SPDX-License-Identifier: CC0-1.0
//! Shared Tidecoin node-backed parity harness support.
//!
//! This crate is intentionally `std`-only and is meant for internal test/dev
//! infrastructure, not for the pure-Rust production consensus engine.
/// Shared Tidecoin-node script error types and mappings.
/// Raw FFI declarations for the Tidecoin node parity bridge.
/// Shared Tidecoin-node fixture discovery helpers.
/// Shared byte-oriented harness for Tidecoin node-backed parity calls.
pub use crateNodeParityError;
pub use crateScriptError;
pub use crateTidecoinNodeHarness;