Skip to main content

Crate tidecoin_node_parity

Crate tidecoin_node_parity 

Source
Expand description

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.

Re-exports§

pub use crate::error::NodeParityError;
pub use crate::error::ScriptError;
pub use crate::harness::TidecoinNodeHarness;

Modules§

error
Shared Tidecoin-node script error types and mappings.
ffi
Raw FFI declarations for the Tidecoin node parity bridge.
fixtures
Shared Tidecoin-node fixture discovery helpers.
harness
Shared byte-oriented harness for Tidecoin node-backed parity calls.