blvm-node 0.1.2

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
//! Module RPC integration
//!
//! Allows modules to register custom RPC endpoints with the node's RPC server.

pub mod handler;
pub mod ipc_handler;