Skip to main content

blvm_sdk/module/ipc/
protocol.rs

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