Add a proper error to Bitcoin's SignableTransaction::new

Also adds documentation to various parts of bitcoin.
This commit is contained in:
Luke Parker
2023-03-17 23:43:32 -04:00
parent 6ac570365f
commit 918cce3494
9 changed files with 182 additions and 87 deletions

View File

@@ -1,3 +1,6 @@
/// The bitcoin Rust library.
pub use bitcoin;
/// Cryptographic helpers.
pub mod crypto;
/// BIP-340 Schnorr signature algorithm.