brk_rpc 0.12.2

A thin wrapper around Bitcoin Core's JSON-RPC
Documentation
1
2
3
4
5
6
7
8
mod auth;
mod block_template_tx;
mod rpc_client;

pub use auth::Auth;
pub use block_template_tx::BlockTemplateTx;
pub use corepc_types::v17::{GetBlockHeaderVerbose, GetBlockVerboseOne, GetTxOut};
pub use rpc_client::{Client, MempoolState};