//! Lightweight protocol buffer definitions for Chainfire (client-side) //! Generates client stubs only (no storage/backend dependencies). // Generated client stubs live under the `proto` module to mirror chainfire-api's re-exports. pub mod proto { include!(concat!(env!("OUT_DIR"), "/chainfire.v1.rs")); }