//! Core protocol primitives for TruthLinked.
//!
//! This crate defines the shared transaction, identity, cell, and protocol constant
//! types used by the node, CLI, SDKs, and tooling. The public surface is kept
//! intentionally small so downstream components can rely on stable serialization
//! and signing boundaries.
pub use ;
pub use ONE_TRTH;
pub use ;
pub use ;
pub type AccountId = ;