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
11
//! Bitcoin Core IPC-backed protocol runtimes.
//!
//! This backend uses UNIX-socket Cap'n Proto RPC clients to communicate with Bitcoin Core.
//!
//! ## Runtime constraint
//!
//! Due to `capnp-rpc` `!Send` internals, these runtimes must execute inside a
//! [`tokio::task::LocalSet`].

pub mod v30x;
pub mod v31x;