Expand description
An incomplete async bitcoind rpc client that supports multi-wallet features
Re-exports§
pub use jsonrpc_client;pub use crate::bitcoind_rpc_api::*;
Structs§
- Client
- GetBlock
Response - Response to the RPC command
getblock. - GetRaw
Transaction Verbose Response - Response to the RPC command
getrawtransaction, when the second argument is set totrue.