1 2 3 4 5 6 7 8
//! IPC Protocol Types //! //! Re-export from blvm-node. //! //! Defines the message types and serialization for IPC communication //! between modules and the base node. pub use blvm_node::module::ipc::protocol::*;