[][src]Crate bitcoincore_rpc

Rust Client for Bitcoin Core API

This is a client library for the Bitcoin Core JSON-RPC API.

Re-exports

pub extern crate bitcoincore_rpc_json;
pub use bitcoincore_rpc_json as json;

Structs

Client

Client implements a JSON-RPC client for the Bitcoin Core daemon or compatible APIs.

Enums

Error

The error type for errors produced in this library.

GetterError

The error type for errors produced in this library.

Traits

GetScript

Retrieve a relevant Script for the type.

GetTransaction

Retrieve a relevant Transaction for the type.

Queryable

A type that can be queried from Bitcoin Core.

Type Definitions

Result

Crate-specific Result type, shorthand for std::result::Result with our crate-specific Error type;