blvm-sdk 0.1.4

Bitcoin Commons software developer kit, governance infrastructure and composition framework for Bitcoin
Documentation
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::*;