Crate bitcoin_rest[−][src]
bitcoin_rest - A Bitcoin Core REST API wrapper library for Rust.
This library calls the Bitcoin Core’s REST API endpoint and converts them to rust-bitcoin objects.
For details, please see Context.
Re-exports
pub use bytes; | |
pub use serde; | |
pub use reqwest; | |
pub use bitcoin; |
Structs
| ChainInfo | |
| Context |
|
| ScriptPubKey | |
| Softfork | |
| Utxo | |
| UtxoData |
Enums
| Error |
Constants
| DEFAULT_ENDPOINT |
Functions
| new | Create a new |