Module bitcoind_rpc

Module bitcoind_rpc 

Source
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
GetBlockResponse
Response to the RPC command getblock.
GetRawTransactionVerboseResponse
Response to the RPC command getrawtransaction, when the second argument is set to true.

Enums§

Error

Constants§

JSONRPC_VERSION

Type Aliases§

Result