Document Bitcoin RPC and make it more robust

This commit is contained in:
Luke Parker
2023-03-17 21:25:38 -04:00
parent 9b47ad56bb
commit 0525ba2f62
8 changed files with 64 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ pub mod crypto;
pub mod algorithm;
/// Wallet functionality to create transactions.
pub mod wallet;
/// A minimal async RPC.
/// A minimal asynchronous Bitcoin RPC client.
pub mod rpc;
#[cfg(test)]