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 Client
//!
//! Re-export from blvm-node.
//!
//! Client-side IPC implementation that modules use to communicate with the node.

#[cfg(unix)]
pub use blvm_node::module::ipc::ModuleIpcClient;