blvm-sdk 0.1.5

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.
//! `blvm-node` implements this with Unix domain sockets or Windows named pipes under the same type.

pub use blvm_node::module::ipc::ModuleIpcClient;