bitcoin_core_sv2 0.4.0

A library to get Stratum V2 Template Distribution Protocol from Bitcoin Core over IPC
Documentation
1
2
3
4
5
6
7
8
9
10
//! Bitcoin Core v31.x IPC implementation modules.
//!
//! This namespace contains the concrete v31.x runtime implementations used when
//! [`crate::common::BitcoinCoreVersion::V31X`] is selected.
//!
//! It is wired against `bitcoin_capnp_types_v31`, which re-exports the matching `capnp`
//! and `capnp-rpc` APIs.

pub mod job_declaration_protocol;
pub mod template_distribution_protocol;