Skip to main content

Crate bdk_bitcoind_client

Crate bdk_bitcoind_client 

Source
Expand description

Bitcoin Core RPC client library.

The top-level Client is transport-agnostic (sans-io): callers supply the transport at each call site via a send_fn closure.

For a batteries-included HTTP client backed by the bitreq transport, enable the bitreq feature and use bitreq::Client.

Re-exports§

pub use jsonrpc;
pub use corepc_types;

Modules§

bitreq
Bitcoin Core RPC client backed by the bitreq HTTP transport.

Structs§

Client
Bitcoin Core JSON-RPC client (sans-io).

Enums§

Error
Errors that can occur when using the Bitcoin RPC client.
Rpc
Strongly-typed Bitcoin Core RPC method names.